Home
last modified time | relevance | path

Searched refs:BandwidthAddAllowedList (Results 1 - 25 of 25) sorted by relevance

/foundation/communication/netmanager_base/test/netmanagernative/unittest/bandwidth_manager_test/
H A Dbandwidth_manager_test.cpp245 * @tc.desc: Test BandwidthManager BandwidthAddAllowedList.
250 int32_t ret = NetsysController::GetInstance().BandwidthAddAllowedList(TEST_UID); in HWTEST_F()
256 * @tc.desc: Test BandwidthManager BandwidthAddAllowedList.
261 int32_t ret = NetsysController::GetInstance().BandwidthAddAllowedList(TEST_UID); in HWTEST_F()
283 int32_t ret = NetsysController::GetInstance().BandwidthAddAllowedList(TEST_UID); in HWTEST_F()
/foundation/communication/netmanager_base/services/netpolicymanager/src/common/
H A Dnetsys_policy_wrapper.cpp71 int32_t NetsysPolicyWrapper::BandwidthAddAllowedList(uint32_t uid) in BandwidthAddAllowedList() function in OHOS::NetManagerStandard::NetsysPolicyWrapper
73 auto netsysReturnValue = NetsysController::GetInstance().BandwidthAddAllowedList(uid); in BandwidthAddAllowedList()
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnetsys_policy_wrapper.h39 int32_t BandwidthAddAllowedList(uint32_t uid);
/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_netsys_policy_wrapper.cpp91 auto ret = instance_->BandwidthAddAllowedList(uid); in HWTEST_F()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h131 virtual int32_t BandwidthAddAllowedList(uint32_t uid) = 0;
H A Dnetsys_native_service_proxy.h105 int32_t BandwidthAddAllowedList(uint32_t uid) override;
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_rule.cpp194 GetNetsysInst()->BandwidthAddAllowedList(uid); in ProcessCtrlAddAllowedList()
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h128 int32_t BandwidthAddAllowedList(uint32_t uid) override;
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h124 int32_t BandwidthAddAllowedList(uint32_t uid);
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp311 int32_t BandwidthAddAllowedList(uint32_t uid) override
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_service_impl.h626 int32_t BandwidthAddAllowedList(uint32_t uid) override;
H A Di_netsys_controller_service.h655 virtual int32_t BandwidthAddAllowedList(uint32_t uid) = 0;
H A Dnetsys_controller.h641 int32_t BandwidthAddAllowedList(uint32_t uid);
H A Dnetsys_native_client.h668 int32_t BandwidthAddAllowedList(uint32_t uid);
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller.cpp1004 int32_t NetsysController::BandwidthAddAllowedList(uint32_t uid) in BandwidthAddAllowedList() function in OHOS::NetManagerStandard::NetsysController
1006 NETMGR_LOG_D("NetsysController::BandwidthAddAllowedList: uid=%{public}d", uid); in BandwidthAddAllowedList()
1013 return netsysService_->BandwidthAddAllowedList(uid); in BandwidthAddAllowedList()
H A Dnetsys_controller_service_impl.cpp640 int32_t NetsysControllerServiceImpl::BandwidthAddAllowedList(uint32_t uid) in BandwidthAddAllowedList() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
642 NETMGR_LOG_D("BandwidthAddAllowedList: uid=%{public}d", uid); in BandwidthAddAllowedList()
643 return netsysClient_.BandwidthAddAllowedList(uid); in BandwidthAddAllowedList()
H A Dnetsys_native_client.cpp1247 int32_t NetsysNativeClient::BandwidthAddAllowedList(uint32_t uid) in BandwidthAddAllowedList() function in OHOS::NetManagerStandard::NetsysNativeClient
1254 return proxy->BandwidthAddAllowedList(uid); in BandwidthAddAllowedList()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp579 int32_t NetsysNativeService::BandwidthAddAllowedList(uint32_t uid) in BandwidthAddAllowedList() function in OHOS::NetsysNative::NetsysNativeService
581 NETNATIVE_LOG_D("BandwidthAddAllowedList"); in BandwidthAddAllowedList()
582 return netsysService_->BandwidthAddAllowedList(uid); in BandwidthAddAllowedList()
H A Dnetsys_native_service_stub.cpp1233 int32_t result = BandwidthAddAllowedList(uid); in CmdBandwidthAddAllowedList()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp439 int32_t NetManagerNative::BandwidthAddAllowedList(uint32_t uid) in BandwidthAddAllowedList() function in OHOS::nmd::NetManagerNative
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_controller_test.cpp353 ret = NetsysController::GetInstance().BandwidthAddAllowedList(TEST_UID); in HWTEST_F()
701 ret = instance_->BandwidthAddAllowedList(0); in HWTEST_F()
H A Dnetsys_native_service_test.cpp393 ret = instance_->BandwidthAddAllowedList(uid); in HWTEST_F()
H A Dnetsys_controller_service_impl_test.cpp576 ret = instance_->BandwidthAddAllowedList(uid); in HWTEST_F()
H A Dnetsys_native_service_stub_test.cpp333 int32_t BandwidthAddAllowedList(uint32_t uid) override
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp1593 int32_t NetsysNativeServiceProxy::BandwidthAddAllowedList(uint32_t uid) in BandwidthAddAllowedList() function in OHOS::NetsysNative::NetsysNativeServiceProxy

Completed in 35 milliseconds