Searched refs:pending_association (Results 1 – 8 of 8) sorted by relevance
161 if (handle_.pending_association()) { in InterfaceEndpointClient()207 if (!handle_.pending_association()) in RaiseError()227 DCHECK(!handle_.pending_association()); in Accept()250 DCHECK(!handle_.pending_association()); in AcceptWithResponder()351 if (controller_ || handle_.pending_association()) in InitControllerIfNecessary()
147 bool pending_association() const { in pending_association() function in mojo::ScopedInterfaceEndpointHandle::State322 bool ScopedInterfaceEndpointHandle::pending_association() const { in pending_association() function in mojo::ScopedInterfaceEndpointHandle323 return state_->pending_association(); in pending_association()
33 DCHECK(!input.handle().is_valid() || input.handle().pending_association());60 DCHECK(!input.handle().is_valid() || input.handle().pending_association());
391 DCHECK(handle.pending_association()); in SerializeAssociatedEndpointHandles()
376 if (!handle_to_send.pending_association()) in AssociateInterface()
49 bool pending_association() const; in COMPONENT_EXPORT()
202 if (!handle_to_send.pending_association()) in AssociateInterface()
111 CHECK(handle.pending_association()); in EmulatePassingAssociatedPtrInfo()