Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp266 quotaIfaces.clear(); in enableBandwidthControl()
733 for (it = quotaIfaces.begin(); it != quotaIfaces.end(); it++) { in setInterfaceQuota()
738 if (it == quotaIfaces.end()) { in setInterfaceQuota()
753 quotaIfaces.push_front(QuotaInfo(ifaceName, maxBytes, 0)); in setInterfaceQuota()
818 for (it = quotaIfaces.begin(); it != quotaIfaces.end(); it++) { in removeInterfaceQuota()
823 if (it == quotaIfaces.end()) { in removeInterfaceQuota()
831 quotaIfaces.erase(it); in removeInterfaceQuota()
1028 for (it = quotaIfaces.begin(); it != quotaIfaces.end(); it++) { in setInterfaceAlert()
1033 if (it == quotaIfaces.end()) { in setInterfaceAlert()
1049 for (it = quotaIfaces.begin(); it != quotaIfaces.end(); it++) { in removeInterfaceAlert()
[all …]
DBandwidthController.h200 std::list<QuotaInfo> quotaIfaces; variable