Home
last modified time | relevance | path

Searched refs:DROP_TARGET (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Drule_utils.cpp30 return DROP_TARGET; in EnumToString()
39 } else if (action == DROP_TARGET) { in StringToAction()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/network/rule/
H A Drule_utils.h29 const char* const DROP_TARGET = "DROP"; variable
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/executer/
H A Diexecuter.cpp89 } else if (ruleTarget == DROP_TARGET) { in ExecWithOption()