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

/system/netd/server/
H A DBandwidthController.cpp351 res |= updateQuota(cost, maxBytes);
430 if (updateQuota(cost, maxBytes) != 0) {
520 int BandwidthController::updateQuota(const std::string& quotaName, int64_t bytes) { function in class:BandwidthController
525 ALOGE("updateQuota: Invalid quotaName \"%s\"", quotaName.c_str());
574 res = updateQuota(alertName, bytes);
717 res = updateQuota(alertName, *alertBytes);

Completed in 76 milliseconds