Home
last modified time | relevance | path

Searched refs:AcceptBrokerClient (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/core/
Dnode_channel.h124 void AcceptBrokerClient(const ports::NodeName& broker_name,
Dnode_controller.cc809 channel->AcceptBrokerClient(name_, PlatformHandle()); in OnAcceptInvitation()
877 client->AcceptBrokerClient(from_node, std::move(broker_channel)); in OnBrokerClientAdded()
Dnode_channel.cc315 void NodeChannel::AcceptBrokerClient(const ports::NodeName& broker_name, in AcceptBrokerClient() function in mojo::core::NodeChannel