Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/system/
Dnode_channel.cc762 base::ProcessHandle remote_process_handle; in ProcessPendingMessagesWithMachPorts() local
765 remote_process_handle = remote_process_handle_; in ProcessPendingMessagesWithMachPorts()
779 if (!relay->SendPortsToProcess(message.get(), remote_process_handle)) { in ProcessPendingMessagesWithMachPorts()
801 delegate_->OnRelayPortsMessage(remote_node_name_, remote_process_handle, in ProcessPendingMessagesWithMachPorts()
816 base::ProcessHandle remote_process_handle; in WriteChannelMessage() local
819 remote_process_handle = remote_process_handle_; in WriteChannelMessage()
823 if (remote_process_handle != base::kNullProcessHandle) { in WriteChannelMessage()
826 remote_process_handle, in WriteChannelMessage()
839 base::ProcessHandle remote_process_handle; in WriteChannelMessage()
844 remote_process_handle = remote_process_handle_; in WriteChannelMessage()
[all …]