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

/system/netd/
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 616 milliseconds