Home
last modified time | relevance | path

Searched refs:PROTOCOL_ALL (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.cpp52 return PROTOCOL_ALL; in EnumToString()
64 if (protocol == PROTOCOL_ALL) { in StringProtocl()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/network/rule/
H A Drule_utils.h31 const char* const PROTOCOL_ALL = "all"; variable