Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dnode_channel.h106 void SetRemoteProcessHandle(ScopedProcessHandle process_handle);
Dnode_controller.cc370 channel->SetRemoteProcessHandle(std::move(target_process)); in SendBrokerClientInvitationOnIOThread()
849 client->SetRemoteProcessHandle(std::move(scoped_process_handle)); in OnAddBrokerClient()
Dnode_channel.cc220 void NodeChannel::SetRemoteProcessHandle(ScopedProcessHandle process_handle) { in SetRemoteProcessHandle() function in mojo::core::NodeChannel