Home
last modified time | relevance | path

Searched defs:OnChannelConnected (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/ipc/
Dmessage_filter.cc20 void MessageFilter::OnChannelConnected(int32_t peer_pid) {} in OnChannelConnected() function in IPC::MessageFilter
Dipc_channel_mojo_unittest.cc131 void OnChannelConnected(int32_t peer_pid) override { in OnChannelConnected() function in __anon673fdb7b0111::TestChannelListenerWithExtraExpectations
204 void OnChannelConnected(int32_t peer_pid) override { in OnChannelConnected() function in __anon673fdb7b0111::ListenerThatQuits
258 void OnChannelConnected(int32_t peer_pid) override {} in OnChannelConnected() function in __anon673fdb7b0111::ListenerThatBindsATestStructPasser
293 void OnChannelConnected(int32_t peer_pid) override { in OnChannelConnected() function in __anon673fdb7b0111::ListenerThatExpectsNoError
639 void OnChannelConnected(int32_t peer_pid) override { in OnChannelConnected() function in __anon673fdb7b0111::ListenerSendingOneOk
723 void OnChannelConnected(int32_t peer_pid) override { in OnChannelConnected() function in __anon673fdb7b0111::ListenerSendingAssociatedMessages
1751 void OnChannelConnected(int32_t peer_pid) override { in OnChannelConnected() function in __anon673fdb7b0111::ListenerThatVerifiesPeerPid
Dipc_channel_proxy_unittest.cc159 void OnChannelConnected(int32_t peer_pid) override { in OnChannelConnected() function in __anon67462d880111::MessageCountFilter
Dipc_channel_proxy.cc134 void ChannelProxy::Context::OnChannelConnected(int32_t peer_pid) { in OnChannelConnected() function in IPC::ChannelProxy::Context