Searched refs:ENDPOINT_CLOSED (Results 1 – 3 of 3) sorted by relevance
14 ENDPOINT_CLOSED: 'endpoint_closed', property98 EndpointStateUpdateType.ENDPOINT_CLOSED);291 EndpointStateUpdateType.ENDPOINT_CLOSED);306 if (endpointStateUpdateType === EndpointStateUpdateType.ENDPOINT_CLOSED) {
404 UpdateEndpointStateMayRemove(endpoint, ENDPOINT_CLOSED); in AssociateInterface()444 UpdateEndpointStateMayRemove(endpoint, ENDPOINT_CLOSED); in CloseEndpointHandle()898 if (type == ENDPOINT_CLOSED) { in UpdateEndpointStateMayRemove()1003 UpdateEndpointStateMayRemove(endpoint, ENDPOINT_CLOSED); in CloseEndpointsForMessage()
225 enum EndpointStateUpdateType { ENDPOINT_CLOSED, PEER_ENDPOINT_CLOSED }; enumerator