Searched refs:SetIfaceQuota (Results 1 – 4 of 4) sorted by relevance
259 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);
58 int32_t SetIfaceQuota(const std::string &ifName, int64_t bytes);
393 int32_t BandwidthManager::SetIfaceQuota(const std::string &ifName, int64_t bytes) in SetIfaceQuota() function in OHOS::nmd::BandwidthManager
399 return bandwidthManager_->SetIfaceQuota(ifName, bytes); in BandwidthSetIfaceQuota()