Home
last modified time | relevance | path

Searched refs:pending_association (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc161 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()
Dscoped_interface_endpoint_handle.cc147 bool pending_association() const { in pending_association() function in mojo::ScopedInterfaceEndpointHandle::State
322 bool ScopedInterfaceEndpointHandle::pending_association() const { in pending_association() function in mojo::ScopedInterfaceEndpointHandle
323 return state_->pending_association(); in pending_association()
Dinterface_serialization.h33 DCHECK(!input.handle().is_valid() || input.handle().pending_association());
60 DCHECK(!input.handle().is_valid() || input.handle().pending_association());
Dmessage.cc391 DCHECK(handle.pending_association()); in SerializeAssociatedEndpointHandles()
Dmultiplex_router.cc376 if (!handle_to_send.pending_association()) in AssociateInterface()
/external/libchrome/mojo/public/cpp/bindings/
Dscoped_interface_endpoint_handle.h49 bool pending_association() const; in COMPONENT_EXPORT()
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc202 if (!handle_to_send.pending_association()) in AssociateInterface()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc111 CHECK(handle.pending_association()); in EmulatePassingAssociatedPtrInfo()