Searched refs:remote_process (Results 1 – 2 of 2) sorted by relevance
147 if (relay && remote_process().is_valid() && message->has_mach_ports()) { in Write()148 if (relay->port_provider()->TaskForPid(remote_process().get()) == in Write()158 relay->SendPortsToProcess(message.get(), remote_process().get()); in Write()220 const bool extract_send_rights = remote_process().is_valid(); in GetReadPlatformHandles()248 if (relay->port_provider()->TaskForPid(remote_process().get()) != in GetReadPlatformHandles()254 handle.mach_port_name(), remote_process().get()))); in GetReadPlatformHandles()364 if (process != remote_process().get()) in OnProcessReady()386 DCHECK(remote_process().is_valid()); in FlushPendingMessagesWithMachPortsOnIOThread()387 base::ProcessHandle process = remote_process().get(); in FlushPendingMessagesWithMachPortsOnIOThread()
277 void set_remote_process(ScopedProcessHandle remote_process) { in set_remote_process() argument279 remote_process_ = std::move(remote_process); in set_remote_process()281 const ScopedProcessHandle& remote_process() const { return remote_process_; } in remote_process() function