Home
last modified time | relevance | path

Searched defs:allowedList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_net_policy_firewall.cpp69 std::vector<uint32_t> allowedList; variable
83 std::vector<uint32_t> allowedList; variable
98 std::vector<uint32_t> allowedList; variable
111 std::vector<uint32_t> allowedList; variable
125 std::vector<uint32_t> allowedList; variable
H A Dut_net_policy_file.cpp73 std::set<uint32_t> allowedList; variable
95 std::set<uint32_t> allowedList; variable
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_file.cpp483 int32_t NetPolicyFile::ReadFirewallRules(uint32_t chainType, std::set<uint32_t> &allowedList, in ReadFirewallRules()
493 void NetPolicyFile::WriteFirewallRules(uint32_t chainType, const std::set<uint32_t> &allowedList, in WriteFirewallRules()
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_inner_define.h114 std::set<uint32_t> allowedList; member