Home
last modified time | relevance | path

Searched refs:updateQuota (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DBandwidthController.cpp460 res |= updateQuota(cost, maxBytes); in setInterfaceSharedQuota()
537 if (int res = updateQuota(cost, maxBytes)) { in setInterfaceQuota()
626 int BandwidthController::updateQuota(const std::string& quotaName, int64_t bytes) { in updateQuota() function in BandwidthController
676 res = updateQuota(alertName, bytes); in setGlobalAlert()
771 res = updateQuota(alertName, *alertBytes); in setCostlyAlert()
DBandwidthController.h105 int updateQuota(const std::string& alertName, int64_t bytes);