Home
last modified time | relevance | path

Searched defs:NotifyBadMessage (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/public/cpp/system/
H A Dmessage.h91 inline MojoResult NotifyBadMessage(MessageHandle message, in NotifyBadMessage() function
/aosp_15_r20/external/libchrome/mojo/public/c/system/
H A Dthunks.h92 MojoResult (*NotifyBadMessage)( member
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/lib/
H A Dmessage.cc367 void Message::NotifyBadMessage(const std::string& error) { in NotifyBadMessage() function in mojo::Message
/aosp_15_r20/external/libchrome/mojo/core/
H A Dnode_channel.cc215 void NodeChannel::NotifyBadMessage(const std::string& error) { in NotifyBadMessage() function in mojo::core::NodeChannel
H A Dcore.cc632 MojoResult Core::NotifyBadMessage(MojoMessageHandle message_handle, in NotifyBadMessage() function in mojo::core::Core