/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/bandwidth_manager_test/ |
H A D | bandwidth_manager_test.cpp | 275 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 D | netsys_policy_wrapper.cpp | 79 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 D | net_policy_rule.cpp | 165 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 D | netsys_policy_wrapper.h | 40 int32_t BandwidthRemoveAllowedList(uint32_t uid);
|
/ohos5.0/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/ |
H A D | ut_netsys_policy_wrapper.cpp | 98 auto ret = instance_->BandwidthRemoveAllowedList(uid);
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | net_manager_native.h | 119 int32_t BandwidthRemoveAllowedList(uint32_t uid);
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_controller_service_impl.cpp | 627 int32_t NetsysControllerServiceImpl::BandwidthRemoveAllowedList(uint32_t uid) in BandwidthRemoveAllowedList() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl 630 return netsysClient_.BandwidthRemoveAllowedList(uid); in BandwidthRemoveAllowedList()
|
H A D | netsys_controller.cpp | 836 int32_t NetsysController::BandwidthRemoveAllowedList(uint32_t uid) in BandwidthRemoveAllowedList() function in OHOS::NetManagerStandard::NetsysController 843 return netsysService_->BandwidthRemoveAllowedList(uid); in BandwidthRemoveAllowedList()
|
H A D | netsys_native_client.cpp | 1226 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 D | i_netsys_service.h | 117 virtual int32_t BandwidthRemoveAllowedList(uint32_t uid) = 0;
|
H A D | netsys_native_service_proxy.h | 95 int32_t BandwidthRemoveAllowedList(uint32_t uid) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller.h | 647 int32_t BandwidthRemoveAllowedList(uint32_t uid);
|
H A D | i_netsys_controller_service.h | 660 virtual int32_t BandwidthRemoveAllowedList(uint32_t uid) = 0;
|
H A D | netsys_controller_service_impl.h | 630 int32_t BandwidthRemoveAllowedList(uint32_t uid) override;
|
H A D | netsys_native_client.h | 673 int32_t BandwidthRemoveAllowedList(uint32_t uid);
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 551 int32_t NetsysNativeService::BandwidthRemoveAllowedList(uint32_t uid) in BandwidthRemoveAllowedList() function in OHOS::NetsysNative::NetsysNativeService 554 return netsysService_->BandwidthRemoveAllowedList(uid); in BandwidthRemoveAllowedList()
|
H A D | netsys_native_service_stub.cpp | 1150 int32_t result = BandwidthRemoveAllowedList(uid); in CmdBandwidthRemoveAllowedList()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service.h | 125 int32_t BandwidthRemoveAllowedList(uint32_t uid) override;
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_controller_test.cpp | 358 ret = NetsysController::GetInstance().BandwidthRemoveAllowedList(TEST_UID); 703 ret = instance_->BandwidthRemoveAllowedList(0);
|
H A D | netsys_controller_service_impl_test.cpp | 578 ret = instance_->BandwidthRemoveAllowedList(uid);
|
H A D | netsys_native_service_test.cpp | 396 ret = instance_->BandwidthRemoveAllowedList(uid);
|
H A D | netsys_native_service_stub_test.cpp | 322 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 D | net_manager_native.cpp | 422 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 D | netsys_native_service_proxy.cpp | 1505 int32_t NetsysNativeServiceProxy::BandwidthRemoveAllowedList(uint32_t uid) in BandwidthRemoveAllowedList() function in OHOS::NetsysNative::NetsysNativeServiceProxy
|