Home
last modified time | relevance | path

Searched refs:PROTOCOL_TCP (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Drule_utils.cpp54 return PROTOCOL_TCP; in EnumToString()
66 } else if (protocol == PROTOCOL_TCP) { in StringProtocl()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/network/rule/
H A Drule_utils.h32 const char* const PROTOCOL_TCP = "tcp"; variable