Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp644 res |= updateQuota(costName, maxBytes); in setInterfaceSharedQuota()
756 res |= updateQuota(costName, maxBytes); in setInterfaceQuota()
836 int BandwidthController::updateQuota(const char *quotaName, int64_t bytes) { in updateQuota() function in BandwidthController
926 res = updateQuota(alertName, bytes); in setGlobalAlert()
1079 res = updateQuota(alertName, *alertBytes); in setCostlyAlert()
DBandwidthController.h151 int updateQuota(const char *alertName, int64_t bytes);