Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_netsys_policy_wrapper.cpp105 auto ret = instance_->PowerSaveUpdataAllowedList(uid, FirewallRule::RULE_ALLOW);
107 ret = instance_->PowerSaveUpdataAllowedList(uid, FirewallRule::RULE_DENY);
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnetsys_policy_wrapper.h41 int32_t PowerSaveUpdataAllowedList(uint32_t uid, uint32_t firewallRule);
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_rule.cpp185 GetNetsysInst()->PowerSaveUpdataAllowedList(uid, FirewallRule::RULE_DENY); in ProcessCtrlNone()
196 GetNetsysInst()->PowerSaveUpdataAllowedList(uid, FirewallRule::RULE_ALLOW); in ProcessCtrlAddAllowedList()
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/common/
H A Dnetsys_policy_wrapper.cpp87 int32_t NetsysPolicyWrapper::PowerSaveUpdataAllowedList(uint32_t uid, uint32_t firewallRule) in PowerSaveUpdataAllowedList() function in OHOS::NetManagerStandard::NetsysPolicyWrapper