Home
last modified time | relevance | path

Searched refs:PEER_ENDPOINT_CLOSED (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/js/lib/
Drouter.js15 PEER_ENDPOINT_CLOSED: 'peer_endpoint_closed' property
90 EndpointStateUpdateType.PEER_ENDPOINT_CLOSED);
187 EndpointStateUpdateType.PEER_ENDPOINT_CLOSED);
261 EndpointStateUpdateType.PEER_ENDPOINT_CLOSED);
277 EndpointStateUpdateType.PEER_ENDPOINT_CLOSED);
/external/libchrome/mojo/public/cpp/bindings/lib/
Dmultiplex_router.cc393 UpdateEndpointStateMayRemove(endpoint, PEER_ENDPOINT_CLOSED); in AssociateInterface()
423 UpdateEndpointStateMayRemove(endpoint, PEER_ENDPOINT_CLOSED); in CreateLocalEndpointHandle()
636 UpdateEndpointStateMayRemove(endpoint, PEER_ENDPOINT_CLOSED); in OnPeerAssociatedEndpointClosed()
664 UpdateEndpointStateMayRemove(endpoint.get(), PEER_ENDPOINT_CLOSED); in OnPipeConnectionError()
Dmultiplex_router.h225 enum EndpointStateUpdateType { ENDPOINT_CLOSED, PEER_ENDPOINT_CLOSED }; enumerator