Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/bandwidth_manager_test/
H A Dbandwidth_manager_class_test.cpp259 int32_t ret = g_BandwidthManager->SetIfaceQuota(iface, bytes);
272 int32_t ret = g_BandwidthManager->SetIfaceQuota(iface, bytes);
285 int32_t ret = g_BandwidthManager->SetIfaceQuota(iface, bytes);
288 ret = g_BandwidthManager->SetIfaceQuota(iface, bytes);
325 int32_t ret = g_BandwidthManager->SetIfaceQuota(iface, bytes);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dbandwidth_manager.h58 int32_t SetIfaceQuota(const std::string &ifName, int64_t bytes);
/ohos5.0/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
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp399 return bandwidthManager_->SetIfaceQuota(ifName, bytes); in BandwidthSetIfaceQuota()