Searched refs:remote_process_handle (Results 1 – 1 of 1) sorted by relevance
762 base::ProcessHandle remote_process_handle; in ProcessPendingMessagesWithMachPorts() local765 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() local819 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 …]