Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/executer/
H A Diexecuter.cpp38 const std::string LOG_TAG_REJECT = "iptables-edm-reject:"; variable
88 oss << JUMP_LOG_OPTION << LOG_TAG_REJECT; in ExecWithOption()
135 auto index = ruleLines[i].find(LOG_TAG_REJECT); in GetAll()