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

/system/netd/
H A DBandwidthController.h133 int updateQuota(const char *alertName, int64_t bytes);
H A DBandwidthController.cpp548 res |= updateQuota(costName, maxBytes);
649 res |= updateQuota(costName, maxBytes);
724 int BandwidthController::updateQuota(const char *quotaName, int64_t bytes) { function in class:BandwidthController
808 res = updateQuota(alertName, bytes);
946 res = updateQuota(alertName, *alertBytes);

Completed in 190 milliseconds