Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/network/
H A Diptables_manager.h55 bool ChainExistRule(const std::vector<std::string> &chainNames);
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/
H A Diptables_manager.cpp418 return ChainExistRule(chainNameVector); in ExistAllowFirewallRule()
424 return ChainExistRule(chainNameVector); in ExistAllowDomainRule()
427 bool IptablesManager::ChainExistRule(const std::vector<std::string>& chainNames) in ChainExistRule() function in OHOS::EDM::IPTABLES::IptablesManager
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/
H A Diptables_manager_test.cpp619 EXPECT_TRUE(iptablesManager->ChainExistRule(chainNameList));
622 EXPECT_FALSE(iptablesManager->ChainExistRule(chainNameList));