/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/bandwidth_manager_test/ |
H A D | bandwidth_manager_test.cpp | 111 int32_t ret = NetsysController::GetInstance().BandwidthSetIfaceQuota("_0iface", 2097152); 122 int32_t ret = NetsysController::GetInstance().BandwidthSetIfaceQuota("iface0", 2097152); 133 int32_t ret = NetsysController::GetInstance().BandwidthSetIfaceQuota("wlan0", 2097152); 144 int32_t ret = NetsysController::GetInstance().BandwidthSetIfaceQuota("wlan0", 5000000000000000); 155 int32_t ret = NetsysController::GetInstance().BandwidthSetIfaceQuota("wlan0", 5000000000000); 157 ret = NetsysController::GetInstance().BandwidthSetIfaceQuota("wlan0", 2097152);
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/common/ |
H A D | netsys_policy_wrapper.cpp | 40 int32_t NetsysPolicyWrapper::BandwidthSetIfaceQuota(const std::string &iface, int64_t bytes) in BandwidthSetIfaceQuota() function in OHOS::NetManagerStandard::NetsysPolicyWrapper 42 auto netsysReturnValue = NetsysController::GetInstance().BandwidthSetIfaceQuota(iface, bytes); in BandwidthSetIfaceQuota()
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/include/ |
H A D | netsys_policy_wrapper.h | 35 int32_t BandwidthSetIfaceQuota(const std::string &iface, int64_t bytes);
|
/ohos5.0/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/ |
H A D | ut_netsys_policy_wrapper.cpp | 63 auto ret = instance_->BandwidthSetIfaceQuota(iface, bytes);
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | net_manager_native.h | 114 int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes);
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_controller_test.cpp | 337 ret = NetsysController::GetInstance().BandwidthSetIfaceQuota(IF_NAME, BYTES); 340 ret = NetsysController::GetInstance().BandwidthSetIfaceQuota(WLAN, BYTES); 688 ret = instance_->BandwidthSetIfaceQuota(iface, 0);
|
H A D | netsys_controller_service_impl_test.cpp | 508 ret = instance_->BandwidthSetIfaceQuota(ifName, bytes);
|
H A D | netsys_native_service_test.cpp | 380 ret = instance_->BandwidthSetIfaceQuota("testifname", 32);
|
H A D | netsys_native_service_stub_test.cpp | 332 int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes) override in BandwidthSetIfaceQuota() function in OHOS::NetsysNative::TestNetsysNativeServiceStub
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_controller_service_impl.cpp | 597 int32_t NetsysControllerServiceImpl::BandwidthSetIfaceQuota(const std::string &ifName, int64_t byte… in BandwidthSetIfaceQuota() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl 600 return netsysClient_.BandwidthSetIfaceQuota(ifName, bytes); in BandwidthSetIfaceQuota()
|
H A D | netsys_controller.cpp | 786 int32_t NetsysController::BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes) in BandwidthSetIfaceQuota() function in OHOS::NetManagerStandard::NetsysController 793 return netsysService_->BandwidthSetIfaceQuota(ifName, bytes); in BandwidthSetIfaceQuota()
|
H A D | netsys_native_client.cpp | 1176 int32_t NetsysNativeClient::BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes) in BandwidthSetIfaceQuota() function in OHOS::NetManagerStandard::NetsysNativeClient 1183 return proxy->BandwidthSetIfaceQuota(ifName, bytes); in BandwidthSetIfaceQuota()
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_netsys_service.h | 119 virtual int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes) = 0;
|
H A D | netsys_native_service_proxy.h | 103 int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller.h | 607 int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes);
|
H A D | i_netsys_controller_service.h | 620 virtual int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes) = 0;
|
H A D | netsys_controller_service_impl.h | 590 int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes) override;
|
H A D | netsys_native_client.h | 633 int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes);
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 521 int32_t NetsysNativeService::BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes) in BandwidthSetIfaceQuota() function in OHOS::NetsysNative::NetsysNativeService 524 return netsysService_->BandwidthSetIfaceQuota(ifName, bytes); in BandwidthSetIfaceQuota()
|
H A D | netsys_native_service_stub.cpp | 1106 int32_t result = BandwidthSetIfaceQuota(ifName, bytes); in CmdBandwidthSetIfaceQuota()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service.h | 121 int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/ |
H A D | net_policy_traffic.cpp | 187 GetNetsysInst()->BandwidthSetIfaceQuota(iface, quotaRemain); in UpdateMeteredIfacesQuota()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | net_manager_native.cpp | 397 int32_t NetManagerNative::BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes) in BandwidthSetIfaceQuota() function in OHOS::nmd::NetManagerNative
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netsys_native_service_proxy.cpp | 1427 int32_t NetsysNativeServiceProxy::BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes) in BandwidthSetIfaceQuota() function in OHOS::NetsysNative::NetsysNativeServiceProxy
|