Lines Matching refs:InterfaceId
160 mojo::InterfaceId sender_id, receiver_id; in CreateChannelEndpoints()
200 mojo::InterfaceId AssociateInterface( in AssociateInterface()
240 mojo::InterfaceId id) override { in CreateLocalEndpointHandle()
270 mojo::InterfaceId id, in CloseEndpointHandle()
291 const mojo::InterfaceId id = handle.id(); in AttachEndpointClient()
310 const mojo::InterfaceId id = handle.id(); in DetachEndpointClient()
399 Endpoint(ChannelAssociatedGroupController* controller, mojo::InterfaceId id) in Endpoint()
402 mojo::InterfaceId id() const { return id_; } in id()
595 const mojo::InterfaceId id_;
733 void NotifyEndpointOfErrorOnEndpointThread(mojo::InterfaceId id, in NotifyEndpointOfErrorOnEndpointThread()
761 Endpoint* FindOrInsertEndpoint(mojo::InterfaceId id, bool* inserted) { in FindOrInsertEndpoint()
775 Endpoint* FindEndpoint(mojo::InterfaceId id) { in FindEndpoint()
791 mojo::InterfaceId id = message->interface_id(); in Accept()
844 mojo::InterfaceId id = message.interface_id(); in AcceptOnProxyThread()
871 void AcceptSyncMessage(mojo::InterfaceId interface_id, uint32_t message_id) { in AcceptSyncMessage()
905 mojo::InterfaceId id, in OnPeerAssociatedEndpointClosed()