Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/
H A Diptables_manager.cpp71 chainName = EDM_ALLOW_OUTPUT_CHAIN_NAME; in AddFirewallRule()
167 …std::vector<std::string> outputChainVector{EDM_ALLOW_OUTPUT_CHAIN_NAME, EDM_DENY_OUTPUT_CHAIN_NAME… in GetFirewallRules()
304 chainNameList.emplace_back(EDM_ALLOW_OUTPUT_CHAIN_NAME); in GetRemoveChainName()
308 chainNameList.emplace_back(EDM_ALLOW_OUTPUT_CHAIN_NAME); in GetRemoveChainName()
314 chainNameList.emplace_back(EDM_ALLOW_OUTPUT_CHAIN_NAME); in GetRemoveChainName()
417 … std::vector<std::string> chainNameVector{EDM_ALLOW_INPUT_CHAIN_NAME, EDM_ALLOW_OUTPUT_CHAIN_NAME}; in ExistAllowFirewallRule()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/executer/
H A Dexecuter_factory.cpp55 instance_->chainNames_.emplace_back(EDM_ALLOW_OUTPUT_CHAIN_NAME); in GetInstance()
57 EDM_ALLOW_OUTPUT_CHAIN_NAME)); in GetInstance()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/network/rule/
H A Drule_utils.h39 const char* const EDM_ALLOW_OUTPUT_CHAIN_NAME = "edm_allow_output"; variable
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/
H A Diptables_manager_test.cpp500 expectList = {EDM_ALLOW_OUTPUT_CHAIN_NAME};
514 expectList = {EDM_ALLOW_OUTPUT_CHAIN_NAME, EDM_DENY_OUTPUT_CHAIN_NAME};
618 EDM_ALLOW_OUTPUT_CHAIN_NAME, EDM_DENY_OUTPUT_CHAIN_NAME};