Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp528 res |= updateQuota(costName, maxBytes); in setInterfaceSharedQuota()
640 res |= updateQuota(costName, maxBytes); in setInterfaceQuota()
718 int BandwidthController::updateQuota(const char *quotaName, int64_t bytes) { in updateQuota() function in BandwidthController
770 res = updateQuota(alertName, bytes); in setGlobalAlert()
923 res = updateQuota(alertName, *alertBytes); in setCostlyAlert()
DBandwidthController.h165 int updateQuota(const char *alertName, int64_t bytes);