Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp397 res |= updateQuota(cost, maxBytes); in setInterfaceSharedQuota()
474 if (int res = updateQuota(cost, maxBytes)) { in setInterfaceQuota()
563 int BandwidthController::updateQuota(const std::string& quotaName, int64_t bytes) { in updateQuota() function in BandwidthController
613 res = updateQuota(alertName, bytes); in setGlobalAlert()
708 res = updateQuota(alertName, *alertBytes); in setCostlyAlert()
DBandwidthController.h99 int updateQuota(const std::string& alertName, int64_t bytes);