Searched refs:netsysReturnValue (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/netmanager_base/services/netpolicymanager/src/common/ |
H A D | netsys_policy_wrapper.cpp | 27 auto netsysReturnValue = NetsysController::GetInstance().RegisterCallback(callback); in RegisterNetsysCallback() local 28 NETMGR_LOG_D("NetsysPolicyWrapper:RegisterNetsysObserver netsys return[%{public}d]", netsysReturnValue); in RegisterNetsysCallback() 29 return netsysReturnValue; in RegisterNetsysCallback() 34 auto netsysReturnValue = NetsysController::GetInstance().BandwidthEnableDataSaver(enable); in BandwidthEnableDataSaver() local 36 netsysReturnValue); in BandwidthEnableDataSaver() 37 return netsysReturnValue; in BandwidthEnableDataSaver() 42 auto netsysReturnValue = NetsysController::GetInstance().BandwidthSetIfaceQuota(iface, bytes); in BandwidthSetIfaceQuota() local 44 iface.c_str(), std::to_string(bytes).c_str(), netsysReturnValue); in BandwidthSetIfaceQuota() 45 return netsysReturnValue; in BandwidthSetIfaceQuota() 50 auto netsysReturnValue in BandwidthRemoveIfaceQuota() local 58 auto netsysReturnValue = NetsysController::GetInstance().BandwidthAddDeniedList(uid); BandwidthAddDeniedList() local 65 auto netsysReturnValue = NetsysController::GetInstance().BandwidthRemoveDeniedList(uid); BandwidthRemoveDeniedList() local 73 auto netsysReturnValue = NetsysController::GetInstance().BandwidthAddAllowedList(uid); BandwidthAddAllowedList() local 81 auto netsysReturnValue = NetsysController::GetInstance().BandwidthRemoveAllowedList(uid); BandwidthRemoveAllowedList() local 91 auto netsysReturnValue = NetsysController::GetInstance().FirewallSetUidRule(chain, uids, firewallRule); PowerSaveUpdataAllowedList() local 99 auto netsysReturnValue = NetsysController::GetInstance().FirewallSetUidsAllowedListChain(chain, uids); FirewallSetUidsAllowedListChain() local 107 auto netsysReturnValue = NetsysController::GetInstance().FirewallSetUidsDeniedListChain(chain, uids); FirewallSetUidsDeniedListChain() local 116 auto netsysReturnValue = NetsysController::GetInstance().FirewallSetUidRule(chain, uids, firewallRule); FirewallSetUidRule() local 122 auto netsysReturnValue = NetsysController::GetInstance().FirewallEnableChain(chain, enable); FirewallEnableChain() local 131 auto netsysReturnValue = SetNetworkAccessPolicy() local 142 auto netsysReturnValue = NetsysController::GetInstance().DeleteNetworkAccessPolicy(uid); DeleteNetworkAccessPolicy() local 148 auto netsysReturnValue = NetsysController::GetInstance().ClearFirewallAllRules(); ClearFirewallAllRules() local 154 auto netsysReturnValue = NetsysController::GetInstance().SetNicTrafficAllowed(ifaceNames, status); SetNicTrafficAllowed() local [all...] |
Completed in 1 milliseconds