Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dnode_controller.cc182 ports::NodeName temporary_node_name; in SendBrokerClientInvitation() local
183 GenerateRandomName(&temporary_node_name); in SendBrokerClientInvitation()
187 PortMap& port_map = reserved_ports_[temporary_node_name]; in SendBrokerClientInvitation()
200 std::move(connection_params), temporary_node_name, in SendBrokerClientInvitation()
324 ports::NodeName temporary_node_name, in SendBrokerClientInvitationOnIOThread() argument
367 pending_invitations_.insert(std::make_pair(temporary_node_name, channel)); in SendBrokerClientInvitationOnIOThread()
369 channel->SetRemoteNodeName(temporary_node_name); in SendBrokerClientInvitationOnIOThread()
373 channel->AcceptInvitee(name_, temporary_node_name); in SendBrokerClientInvitationOnIOThread()