HomeSort by relevance Sort by last modified time
    Searched refs:remote_process_handle_ (Results 1 - 2 of 2) sorted by null

  /external/libmojo/mojo/edk/system/
node_channel.cc 226 DCHECK_EQ(base::kNullProcessHandle, remote_process_handle_);
227 CHECK_NE(remote_process_handle_, base::GetCurrentProcessHandle());
228 remote_process_handle_ = process_handle;
237 return remote_process_handle_ != base::kNullProcessHandle;
243 if (remote_process_handle_ != base::kNullProcessHandle) {
246 HANDLE handle = remote_process_handle_;
248 base::GetCurrentProcessHandle(), remote_process_handle_,
256 return remote_process_handle_;
473 if (handles && remote_process_handle_ != base::kNullProcessHandle) {
478 handle.owning_process = remote_process_handle_;
    [all...]
node_channel.h 195 base::ProcessHandle remote_process_handle_ = base::kNullProcessHandle; member in class:mojo::edk::NodeChannel

Completed in 177 milliseconds