Home
last modified time | relevance | path

Searched refs:OnAssociatedInterfaceRequest (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/ipc/
Dipc_listener.h40 virtual void OnAssociatedInterfaceRequest( in COMPONENT_EXPORT()
Dipc_message_pipe_reader.h53 virtual void OnAssociatedInterfaceRequest( in COMPONENT_EXPORT()
Dipc_channel_mojo.cc202 void ChannelMojo::OnAssociatedInterfaceRequest( in OnAssociatedInterfaceRequest() function in IPC::ChannelMojo
216 listener_->OnAssociatedInterfaceRequest(name, std::move(handle)); in OnAssociatedInterfaceRequest()
Dipc_message_pipe_reader.cc115 delegate_->OnAssociatedInterfaceRequest(name, request.PassHandle()); in GetAssociatedInterface()
Dipc_channel_mojo.h94 void OnAssociatedInterfaceRequest( in COMPONENT_EXPORT()
Dipc_channel_mojo_unittest.cc262 void OnAssociatedInterfaceRequest( in OnAssociatedInterfaceRequest() function in __anon673fdb7b0111::ListenerThatBindsATestStructPasser
867 void OnAssociatedInterfaceRequest( in OnAssociatedInterfaceRequest() function in __anon673fdb7b0111::ListenerWithSimpleProxyAssociatedInterface
996 void OnAssociatedInterfaceRequest( in OnAssociatedInterfaceRequest() function in __anon673fdb7b0111::ListenerWithIndirectProxyAssociatedInterface
1125 void OnAssociatedInterfaceRequest( in OnAssociatedInterfaceRequest() function in __anon673fdb7b0111::ListenerWithSyncAssociatedInterface
1258 void OnAssociatedInterfaceRequest( in OnAssociatedInterfaceRequest() function in __anon673fdb7b0111::SimpleTestClientImpl
1435 void OnAssociatedInterfaceRequest( in OnAssociatedInterfaceRequest() function in __anon673fdb7b0111::AssociatedInterfaceDroppingListener
Dipc_channel_proxy.cc163 void ChannelProxy::Context::OnAssociatedInterfaceRequest( in OnAssociatedInterfaceRequest() function in IPC::ChannelProxy::Context
362 listener_->OnAssociatedInterfaceRequest(interface_name, std::move(handle)); in OnDispatchAssociatedInterfaceRequest()
Dipc_channel_proxy.h281 void OnAssociatedInterfaceRequest( in COMPONENT_EXPORT()