Searched refs:NotifyBadMessage (Results 1 – 12 of 12) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | validation_errors.cc | 80 context->message()->NotifyBadMessage( in ReportValidationError() 89 context->message()->NotifyBadMessage( in ReportValidationError()
|
D | message.cc | 35 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/ |
D | message.h | 91 inline MojoResult NotifyBadMessage(MessageHandle message, in NotifyBadMessage() function
|
/external/libchrome/mojo/core/ |
D | node_channel.h | 104 void NotifyBadMessage(const std::string& error);
|
D | core.h | 229 MojoResult NotifyBadMessage(MojoMessageHandle message_handle,
|
D | entrypoints.cc | 128 return g_core->NotifyBadMessage(message, error, error_num_bytes, options); in MojoNotifyBadMessageImpl()
|
D | node_channel.cc | 215 void NodeChannel::NotifyBadMessage(const std::string& error) { in NotifyBadMessage() function in mojo::core::NodeChannel
|
D | node_controller.cc | 318 peer->NotifyBadMessage(error); in NotifyBadMessageFrom()
|
D | core.cc | 632 MojoResult Core::NotifyBadMessage(MojoMessageHandle message_handle, in NotifyBadMessage() function in mojo::core::Core
|
/external/libchrome/mojo/public/c/system/ |
D | thunks.h | 92 MojoResult (*NotifyBadMessage)( member
|
D | thunks.cc | 366 return INVOKE_THUNK(NotifyBadMessage, message, error, error_num_bytes, in MojoNotifyBadMessage()
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | message.h | 184 void NotifyBadMessage(const std::string& error); in COMPONENT_EXPORT()
|