Home
last modified time | relevance | path

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

/system/netd/
DBandwidthController.cpp543 res |= updateQuota(costName, maxBytes); in setInterfaceSharedQuota()
650 res |= updateQuota(costName, maxBytes); in setInterfaceQuota()
725 int BandwidthController::updateQuota(const char *quotaName, int64_t bytes) { in updateQuota() function in BandwidthController
810 res = updateQuota(alertName, bytes); in setGlobalAlert()
948 res = updateQuota(alertName, *alertBytes); in setCostlyAlert()
DBandwidthController.h133 int updateQuota(const char *alertName, int64_t bytes);