Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dnode_controller.cc369 channel->SetRemoteNodeName(temporary_node_name); in SendBrokerClientInvitationOnIOThread()
431 channel->SetRemoteNodeName(token); in ConnectIsolatedOnIOThread()
475 channel->SetRemoteNodeName(name); in AddPeer()
744 inviter->SetRemoteNodeName(inviter_name); in OnAcceptInvitee()
Dnode_channel.h111 void SetRemoteNodeName(const ports::NodeName& name);
Dnode_channel.cc245 void NodeChannel::SetRemoteNodeName(const ports::NodeName& name) { in SetRemoteNodeName() function in mojo::core::NodeChannel