Home
last modified time | relevance | path

Searched refs:BandwidthRemoveAllowedList (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/bandwidth_manager_test/
H A Dbandwidth_manager_test.cpp275 int32_t ret = NetsysController::GetInstance().BandwidthRemoveAllowedList(TEST_UID);
288 ret = NetsysController::GetInstance().BandwidthRemoveAllowedList(TEST_UID);
290 ret = NetsysController::GetInstance().BandwidthRemoveAllowedList(TEST_UID);
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/common/
H A Dnetsys_policy_wrapper.cpp79 int32_t NetsysPolicyWrapper::BandwidthRemoveAllowedList(uint32_t uid) in BandwidthRemoveAllowedList() function in OHOS::NetManagerStandard::NetsysPolicyWrapper
81 auto netsysReturnValue = NetsysController::GetInstance().BandwidthRemoveAllowedList(uid); in BandwidthRemoveAllowedList()
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_rule.cpp165 GetNetsysInst()->BandwidthRemoveAllowedList(uid); in NetsysCtrl()
170 GetNetsysInst()->BandwidthRemoveAllowedList(uid); in NetsysCtrl()
394 GetNetsysInst()->BandwidthRemoveAllowedList(uid); in DeleteUid()
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnetsys_policy_wrapper.h40 int32_t BandwidthRemoveAllowedList(uint32_t uid);
/ohos5.0/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_netsys_policy_wrapper.cpp98 auto ret = instance_->BandwidthRemoveAllowedList(uid);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h119 int32_t BandwidthRemoveAllowedList(uint32_t uid);
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp627 int32_t NetsysControllerServiceImpl::BandwidthRemoveAllowedList(uint32_t uid) in BandwidthRemoveAllowedList() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
630 return netsysClient_.BandwidthRemoveAllowedList(uid); in BandwidthRemoveAllowedList()
H A Dnetsys_controller.cpp836 int32_t NetsysController::BandwidthRemoveAllowedList(uint32_t uid) in BandwidthRemoveAllowedList() function in OHOS::NetManagerStandard::NetsysController
843 return netsysService_->BandwidthRemoveAllowedList(uid); in BandwidthRemoveAllowedList()
H A Dnetsys_native_client.cpp1226 int32_t NetsysNativeClient::BandwidthRemoveAllowedList(uint32_t uid) in BandwidthRemoveAllowedList() function in OHOS::NetManagerStandard::NetsysNativeClient
1233 return proxy->BandwidthRemoveAllowedList(uid); in BandwidthRemoveAllowedList()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h117 virtual int32_t BandwidthRemoveAllowedList(uint32_t uid) = 0;
H A Dnetsys_native_service_proxy.h95 int32_t BandwidthRemoveAllowedList(uint32_t uid) override;
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller.h647 int32_t BandwidthRemoveAllowedList(uint32_t uid);
H A Di_netsys_controller_service.h660 virtual int32_t BandwidthRemoveAllowedList(uint32_t uid) = 0;
H A Dnetsys_controller_service_impl.h630 int32_t BandwidthRemoveAllowedList(uint32_t uid) override;
H A Dnetsys_native_client.h673 int32_t BandwidthRemoveAllowedList(uint32_t uid);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp551 int32_t NetsysNativeService::BandwidthRemoveAllowedList(uint32_t uid) in BandwidthRemoveAllowedList() function in OHOS::NetsysNative::NetsysNativeService
554 return netsysService_->BandwidthRemoveAllowedList(uid); in BandwidthRemoveAllowedList()
H A Dnetsys_native_service_stub.cpp1150 int32_t result = BandwidthRemoveAllowedList(uid); in CmdBandwidthRemoveAllowedList()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h125 int32_t BandwidthRemoveAllowedList(uint32_t uid) override;
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_controller_test.cpp358 ret = NetsysController::GetInstance().BandwidthRemoveAllowedList(TEST_UID);
703 ret = instance_->BandwidthRemoveAllowedList(0);
H A Dnetsys_controller_service_impl_test.cpp578 ret = instance_->BandwidthRemoveAllowedList(uid);
H A Dnetsys_native_service_test.cpp396 ret = instance_->BandwidthRemoveAllowedList(uid);
H A Dnetsys_native_service_stub_test.cpp322 int32_t BandwidthRemoveAllowedList(uint32_t uid) override in BandwidthRemoveAllowedList() function in OHOS::NetsysNative::TestNetsysNativeServiceStub
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp422 int32_t NetManagerNative::BandwidthRemoveAllowedList(uint32_t uid) in BandwidthRemoveAllowedList() function in OHOS::nmd::NetManagerNative
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp1505 int32_t NetsysNativeServiceProxy::BandwidthRemoveAllowedList(uint32_t uid) in BandwidthRemoveAllowedList() function in OHOS::NetsysNative::NetsysNativeServiceProxy