Home
last modified time | relevance | path

Searched refs:NotifyBadMessage (Results 1 – 12 of 12) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dvalidation_errors.cc80 context->message()->NotifyBadMessage( in ReportValidationError()
89 context->message()->NotifyBadMessage( in ReportValidationError()
Dmessage.cc35 message.NotifyBadMessage(error); in DoNotifyBadMessage()
367 void Message::NotifyBadMessage(const std::string& error) { in NotifyBadMessage() function in mojo::Message
369 mojo::NotifyBadMessage(handle_.get(), error); in NotifyBadMessage()
/external/libchrome/mojo/public/cpp/system/
Dmessage.h91 inline MojoResult NotifyBadMessage(MessageHandle message, in NotifyBadMessage() function
/external/libchrome/mojo/core/
Dnode_channel.h104 void NotifyBadMessage(const std::string& error);
Dcore.h229 MojoResult NotifyBadMessage(MojoMessageHandle message_handle,
Dentrypoints.cc128 return g_core->NotifyBadMessage(message, error, error_num_bytes, options); in MojoNotifyBadMessageImpl()
Dnode_channel.cc215 void NodeChannel::NotifyBadMessage(const std::string& error) { in NotifyBadMessage() function in mojo::core::NodeChannel
Dnode_controller.cc318 peer->NotifyBadMessage(error); in NotifyBadMessageFrom()
Dcore.cc632 MojoResult Core::NotifyBadMessage(MojoMessageHandle message_handle, in NotifyBadMessage() function in mojo::core::Core
/external/libchrome/mojo/public/c/system/
Dthunks.h92 MojoResult (*NotifyBadMessage)( member
Dthunks.cc366 return INVOKE_THUNK(NotifyBadMessage, message, error, error_num_bytes, in MojoNotifyBadMessage()
/external/libchrome/mojo/public/cpp/bindings/
Dmessage.h184 void NotifyBadMessage(const std::string& error); in COMPONENT_EXPORT()