Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/system/
Dchannel.cc400 bool Channel::Message::RewriteHandles(base::ProcessHandle from_process, in RewriteHandles() argument
409 DCHECK_EQ((*handles)[i].owning_process, from_process); in RewriteHandles()
411 from_process, (*handles)[i].handle, to_process, in RewriteHandles()
Dnode_channel.cc669 base::ProcessHandle from_process; in OnChannelMessage() local
672 from_process = remote_process_handle_; in OnChannelMessage()
697 if (relay->port_provider()->TaskForPid(from_process) == in OnChannelMessage()
705 delegate_->OnRelayPortsMessage(remote_node_name_, from_process, in OnChannelMessage()
Dnode_controller.cc1244 base::ProcessHandle from_process, in OnRelayPortsMessage() argument
1257 DCHECK(from_process != base::kNullProcessHandle); in OnRelayPortsMessage()
1271 (*handles)[i].owning_process = from_process; in OnRelayPortsMessage()
1272 if (!Channel::Message::RewriteHandles(from_process, in OnRelayPortsMessage()
1285 if (!relay->ExtractPortRights(message.get(), from_process)) { in OnRelayPortsMessage()
Dchannel.h169 static bool RewriteHandles(base::ProcessHandle from_process,
Dnode_channel.h73 base::ProcessHandle from_process,
Dnode_controller.h235 base::ProcessHandle from_process,