Searched refs:OnChannelMessage (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/mojo/core/ |
D | broker_host.h | 49 void OnChannelMessage(const void* payload,
|
D | channel_unittest.cc | 60 void OnChannelMessage(const void* payload, in OnChannelMessage() function in mojo::core::__anonf42354e40111::MockChannelDelegate 202 void OnChannelMessage(const void* payload, in OnChannelMessage() function in mojo::core::__anonf42354e40111::ChannelTestShutdownAndWriteDelegate
|
D | broker_host.cc | 142 void BrokerHost::OnChannelMessage(const void* payload, in OnChannelMessage() function in mojo::core::BrokerHost
|
D | channel.h | 251 virtual void OnChannelMessage(const void* payload,
|
D | node_channel.h | 162 void OnChannelMessage(const void* payload,
|
D | channel.cc | 714 delegate_->OnChannelMessage(payload, payload_size, std::move(handles)); in OnReadComplete()
|
D | channel_posix.cc | 404 d->OnChannelMessage(message.data.data(), message.data.size(), in FlushPendingMessagesWithMachPortsOnIOThread()
|
D | node_channel.cc | 459 void NodeChannel::OnChannelMessage(const void* payload, in OnChannelMessage() function in mojo::core::NodeChannel
|