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.cc792 base::ProcessHandle remote_process_handle; in ProcessPendingMessagesWithMachPorts() local
795 remote_process_handle = remote_process_handle_; in ProcessPendingMessagesWithMachPorts()
808 if (!relay->SendPortsToProcess(message.get(), remote_process_handle)) { in ProcessPendingMessagesWithMachPorts()
830 delegate_->OnRelayPortsMessage(remote_node_name_, remote_process_handle, in ProcessPendingMessagesWithMachPorts()
845 base::ProcessHandle remote_process_handle; in WriteChannelMessage() local
848 remote_process_handle = remote_process_handle_; in WriteChannelMessage()
852 if (remote_process_handle != base::kNullProcessHandle) { in WriteChannelMessage()
855 remote_process_handle, in WriteChannelMessage()
868 base::ProcessHandle remote_process_handle; in WriteChannelMessage()
873 remote_process_handle = remote_process_handle_; in WriteChannelMessage()
[all …]