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

/system/netd/
H A DBandwidthController.h150 int updateQuota(const char *alertName, int64_t bytes);
H A DBandwidthController.cpp640 res |= updateQuota(costName, maxBytes);
747 res |= updateQuota(costName, maxBytes);
822 int BandwidthController::updateQuota(const char *quotaName, int64_t bytes) { function in class:BandwidthController
907 res = updateQuota(alertName, bytes);
1045 res = updateQuota(alertName, *alertBytes);

Completed in 5694 milliseconds