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

/system/netd/server/
H A DBandwidthController.cpp644 res |= updateQuota(costName, maxBytes);
756 res |= updateQuota(costName, maxBytes);
836 int BandwidthController::updateQuota(const char *quotaName, int64_t bytes) { function in class:BandwidthController
841 ALOGE("updateQuota: Invalid quotaName \"%s\"", quotaName);
926 res = updateQuota(alertName, bytes);
1079 res = updateQuota(alertName, *alertBytes);

Completed in 122 milliseconds