Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_rule.cpp165 GetNetsysInst()->BandwidthRemoveAllowedList(uid); in NetsysCtrl()
166 GetNetsysInst()->BandwidthRemoveDeniedList(uid); in NetsysCtrl()
169 GetNetsysInst()->BandwidthAddDeniedList(uid); in NetsysCtrl()
170 GetNetsysInst()->BandwidthRemoveAllowedList(uid); in NetsysCtrl()
193 GetNetsysInst()->BandwidthRemoveDeniedList(uid); in ProcessCtrlAddAllowedList()
194 GetNetsysInst()->BandwidthAddAllowedList(uid); in ProcessCtrlAddAllowedList()
295 GetNetsysInst()->BandwidthEnableDataSaver(!allow); in SetBackgroundPolicy()
393 GetNetsysInst()->BandwidthRemoveDeniedList(uid); in DeleteUid()
394 GetNetsysInst()->BandwidthRemoveAllowedList(uid); in DeleteUid()
484 return GetNetsysInst()->DeleteNetworkAccessPolicy(uid); in DeleteNetworkAccessPolicy()
[all …]
H A Dnet_policy_base.cpp36 std::shared_ptr<NetsysPolicyWrapper> NetPolicyBase::GetNetsysInst() in GetNetsysInst() function in OHOS::NetManagerStandard::NetPolicyBase
H A Dnet_policy_traffic.cpp49 GetNetsysInst()->RegisterNetsysCallback(netsysCallback_); in Init()
187 GetNetsysInst()->BandwidthSetIfaceQuota(iface, quotaRemain); in UpdateMeteredIfacesQuota()
193 GetNetsysInst()->BandwidthRemoveIfaceQuota(meteredIfaces_[i]); in UpdateMeteredIfacesQuota()
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_base.h68 std::shared_ptr<NetsysPolicyWrapper> GetNetsysInst();