Searched refs:PEER_ENDPOINT_CLOSED (Results 1 – 3 of 3) sorted by relevance
15 PEER_ENDPOINT_CLOSED: 'peer_endpoint_closed' property90 EndpointStateUpdateType.PEER_ENDPOINT_CLOSED);187 EndpointStateUpdateType.PEER_ENDPOINT_CLOSED);261 EndpointStateUpdateType.PEER_ENDPOINT_CLOSED);277 EndpointStateUpdateType.PEER_ENDPOINT_CLOSED);
393 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()
225 enum EndpointStateUpdateType { ENDPOINT_CLOSED, PEER_ENDPOINT_CLOSED }; enumerator