Searched refs:IsMasterInterfaceId (Results 1 – 4 of 4) sorted by relevance
49 DCHECK(!IsMasterInterfaceId(id)); in NotifyPeerEndpointClosed()62 DCHECK(!IsMasterInterfaceId(id)); in NotifyEndpointClosedBeforeSent()
215 if (!IsMasterInterfaceId(input.interface_id)) in ValidateHandleOrInterface()225 if (!IsMasterInterfaceId(input.interface_id)) in ValidateHandleOrInterface()
386 DCHECK(!IsMasterInterfaceId(id)); in CloseEndpointHandle()400 if (!IsMasterInterfaceId(id)) in CloseEndpointHandle()522 if (IsMasterInterfaceId(id)) in OnPeerAssociatedEndpointClosed()547 if (IsMasterInterfaceId(id)) in OnAssociatedEndpointClosedBeforeSent()732 if (!IsMasterInterfaceId(id)) in ProcessIncomingMessage()
25 inline bool IsMasterInterfaceId(InterfaceId id) { in IsMasterInterfaceId() function