Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dplatform_handle_in_transit.cc73 if (!owning_process_.is_valid()) { in ~PlatformHandleInTransit()
78 CloseHandleInProcess(remote_handle_, owning_process_); in ~PlatformHandleInTransit()
85 if (owning_process_.is_valid()) { in operator =()
87 CloseHandleInProcess(remote_handle_, owning_process_); in operator =()
97 owning_process_ = std::move(other.owning_process_); in operator =()
102 DCHECK(!owning_process_.is_valid()); in TakeHandle()
111 owning_process_ = ScopedProcessHandle(); in CompleteTransit()
117 DCHECK(!owning_process_.is_valid()); in TransferToProcess()
126 owning_process_ = std::move(target_process); in TransferToProcess()
Dplatform_handle_in_transit.h41 DCHECK(!owning_process_.is_valid()); in handle()
47 const ScopedProcessHandle& owning_process() const { return owning_process_; } in owning_process()
95 ScopedProcessHandle owning_process_; variable