Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dnode_channel.cc228 DCHECK(!remote_process_handle_.is_valid()); in SetRemoteProcessHandle()
229 CHECK_NE(remote_process_handle_.get(), base::GetCurrentProcessHandle()); in SetRemoteProcessHandle()
230 remote_process_handle_ = std::move(process_handle); in SetRemoteProcessHandle()
235 return remote_process_handle_.is_valid(); in HasRemoteProcessHandle()
240 if (!remote_process_handle_.is_valid()) in CloneRemoteProcessHandle()
242 return remote_process_handle_.Clone(); in CloneRemoteProcessHandle()
612 from_process = remote_process_handle_.get(); in OnChannelMessage()
Dnode_channel.h180 ScopedProcessHandle remote_process_handle_; variable