Home
last modified time | relevance | path

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

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