Home
last modified time | relevance | path

Searched refs:quotaIfaces (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DBandwidthController.cpp286 quotaIfaces.clear(); in enableBandwidthControl()
617 for (it = quotaIfaces.begin(); it != quotaIfaces.end(); it++) { in setInterfaceQuota()
622 if (it == quotaIfaces.end()) { in setInterfaceQuota()
637 quotaIfaces.push_front(QuotaInfo(ifaceName, maxBytes, 0)); in setInterfaceQuota()
700 for (it = quotaIfaces.begin(); it != quotaIfaces.end(); it++) { in removeInterfaceQuota()
705 if (it == quotaIfaces.end()) { in removeInterfaceQuota()
713 quotaIfaces.erase(it); in removeInterfaceQuota()
872 for (it = quotaIfaces.begin(); it != quotaIfaces.end(); it++) { in setInterfaceAlert()
877 if (it == quotaIfaces.end()) { in setInterfaceAlert()
893 for (it = quotaIfaces.begin(); it != quotaIfaces.end(); it++) { in removeInterfaceAlert()
[all …]
DBandwidthController.h219 std::list<QuotaInfo> quotaIfaces; variable