Lines Matching refs:handle_
81 handle_(std::move(handle)), in ChannelWin()
83 CHECK(handle_.is_valid()); in ChannelWin()
85 wait_for_connect_ = handle_.get().needs_connection; in ChannelWin()
154 handle_.get().handle, this); in StartOnIOThread()
157 BOOL ok = ConnectNamedPipe(handle_.get().handle, in StartOnIOThread()
198 CHECK(handle_.is_valid()); in ShutDownOnIOThread()
199 CancelIo(handle_.get().handle); in ShutDownOnIOThread()
201 ignore_result(handle_.release()); in ShutDownOnIOThread()
202 handle_.reset(); in ShutDownOnIOThread()
287 BOOL ok = ReadFile(handle_.get().handle, in ReadMore()
304 BOOL ok = WriteFile(handle_.get().handle, in WriteNoLock()
326 ScopedPlatformHandle handle_; member in mojo::edk::__anon66148abe0111::ChannelWin