Searched refs:IsProtocolSupport (Results 1 – 5 of 5) sorted by relevance
45 bool IsProtocolSupport(int32_t protocolType);
181 bool IsProtocolSupport(int32_t protocolType) in IsProtocolSupport() function
431 bool isSupport = IsProtocolSupport(PROTOCOL_TYPE_ISO); in AuthSubSessionTest21()432 isSupport = IsProtocolSupport(PROTOCOL_TYPE_INVALID); in AuthSubSessionTest21()
581 bool isSupport = IsProtocolSupport(PROTOCOL_TYPE_ISO);583 isSupport = IsProtocolSupport(PROTOCOL_TYPE_INVALID);
347 if (IsProtocolSupport(entity->protocolType)) { in RemoveUnsupportedProtocols()