Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp611 res |= updateQuota(costName, maxBytes); in setInterfaceSharedQuota()
723 res |= updateQuota(costName, maxBytes); in setInterfaceQuota()
801 int BandwidthController::updateQuota(const char *quotaName, int64_t bytes) { in updateQuota() function in BandwidthController
891 res = updateQuota(alertName, bytes); in setGlobalAlert()
1044 res = updateQuota(alertName, *alertBytes); in setCostlyAlert()
DBandwidthController.h154 int updateQuota(const char *alertName, int64_t bytes);