Home
last modified time | relevance | path

Searched refs:allowedList_ (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/services/netpolicymanager/src/firewall_rule/
H A Dfirewall_rule.cpp47 return allowedList_; in GetAllowedList()
61 if (std::find(allowedList_.begin(), allowedList_.end(), uid) == allowedList_.end()) { in SetAllowedList()
62 allowedList_.emplace_back(uid); in SetAllowedList()
65 for (auto iter = allowedList_.begin(); iter != allowedList_.end();) { in SetAllowedList()
67 allowedList_.erase(iter); in SetAllowedList()
79 if (std::find(allowedList_.begin(), allowedList_ in SetAllowedList()
[all...]
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dfirewall_rule.h149 std::vector<uint32_t> allowedList_; member in OHOS::NetManagerStandard::FirewallRule

Completed in 1 milliseconds