Home
last modified time | relevance | path

Searched refs:SetIfaceQuota (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_base/test/netmanagernative/unittest/bandwidth_manager_test/
H A Dbandwidth_manager_class_test.cpp252 * @tc.desc: Test BandwidthManager SetIfaceQuota.
259 int32_t ret = g_BandwidthManager->SetIfaceQuota(iface, bytes); in HWTEST_F()
265 * @tc.desc: Test BandwidthManager SetIfaceQuota.
272 int32_t ret = g_BandwidthManager->SetIfaceQuota(iface, bytes); in HWTEST_F()
278 * @tc.desc: Test BandwidthManager SetIfaceQuota.
285 int32_t ret = g_BandwidthManager->SetIfaceQuota(iface, bytes); in HWTEST_F()
288 ret = g_BandwidthManager->SetIfaceQuota(iface, bytes); in HWTEST_F()
325 int32_t ret = g_BandwidthManager->SetIfaceQuota(iface, bytes); in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dbandwidth_manager.h58 int32_t SetIfaceQuota(const std::string &ifName, int64_t bytes);
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dbandwidth_manager.cpp393 int32_t BandwidthManager::SetIfaceQuota(const std::string &ifName, int64_t bytes) in SetIfaceQuota() function in OHOS::nmd::BandwidthManager
399 NETNATIVE_LOG_D("BandwidthManager SetIfaceQuota: ifName=%{public}s, bytes=%{public}" PRId64, ifName.c_str(), bytes); in SetIfaceQuota()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp421 return bandwidthManager_->SetIfaceQuota(ifName, bytes); in BandwidthSetIfaceQuota()

Completed in 4 milliseconds