Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/network/rule/
H A Drule_utils.h28 const char* const REJECT_TARGET = "REJECT"; variable
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/executer/
H A Diexecuter.cpp86 if (ruleTarget == REJECT_TARGET) { in ExecWithOption()