Searched refs:SetIfaceQuota (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netmanager_base/test/netmanagernative/unittest/bandwidth_manager_test/ |
H A D | bandwidth_manager_class_test.cpp | 252 * @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 D | bandwidth_manager.h | 58 int32_t SetIfaceQuota(const std::string &ifName, int64_t bytes);
|
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | bandwidth_manager.cpp | 393 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 D | net_manager_native.cpp | 421 return bandwidthManager_->SetIfaceQuota(ifName, bytes); in BandwidthSetIfaceQuota()
|
Completed in 4 milliseconds