Home
last modified time | relevance | path

Searched refs:BandwidthSetIfaceQuota (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.cpp111 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 Dnetsys_policy_wrapper.cpp40 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 Dnetsys_policy_wrapper.h35 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 Dut_netsys_policy_wrapper.cpp63 auto ret = instance_->BandwidthSetIfaceQuota(iface, bytes);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h114 int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes);
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_controller_test.cpp337 ret = NetsysController::GetInstance().BandwidthSetIfaceQuota(IF_NAME, BYTES);
340 ret = NetsysController::GetInstance().BandwidthSetIfaceQuota(WLAN, BYTES);
688 ret = instance_->BandwidthSetIfaceQuota(iface, 0);
H A Dnetsys_controller_service_impl_test.cpp508 ret = instance_->BandwidthSetIfaceQuota(ifName, bytes);
H A Dnetsys_native_service_test.cpp380 ret = instance_->BandwidthSetIfaceQuota("testifname", 32);
H A Dnetsys_native_service_stub_test.cpp332 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 Dnetsys_controller_service_impl.cpp597 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 Dnetsys_controller.cpp786 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 Dnetsys_native_client.cpp1176 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 Di_netsys_service.h119 virtual int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes) = 0;
H A Dnetsys_native_service_proxy.h103 int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes) override;
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller.h607 int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes);
H A Di_netsys_controller_service.h620 virtual int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes) = 0;
H A Dnetsys_controller_service_impl.h590 int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes) override;
H A Dnetsys_native_client.h633 int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp521 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 Dnetsys_native_service_stub.cpp1106 int32_t result = BandwidthSetIfaceQuota(ifName, bytes); in CmdBandwidthSetIfaceQuota()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h121 int32_t BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes) override;
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_traffic.cpp187 GetNetsysInst()->BandwidthSetIfaceQuota(iface, quotaRemain); in UpdateMeteredIfacesQuota()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp397 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 Dnetsys_native_service_proxy.cpp1427 int32_t NetsysNativeServiceProxy::BandwidthSetIfaceQuota(const std::string &ifName, int64_t bytes) in BandwidthSetIfaceQuota() function in OHOS::NetsysNative::NetsysNativeServiceProxy