Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp293 quotaIfaces.clear(); in enableBandwidthControl()
700 for (it = quotaIfaces.begin(); it != quotaIfaces.end(); it++) { in setInterfaceQuota()
705 if (it == quotaIfaces.end()) { in setInterfaceQuota()
720 quotaIfaces.push_front(QuotaInfo(ifaceName, maxBytes, 0)); in setInterfaceQuota()
783 for (it = quotaIfaces.begin(); it != quotaIfaces.end(); it++) { in removeInterfaceQuota()
788 if (it == quotaIfaces.end()) { in removeInterfaceQuota()
796 quotaIfaces.erase(it); in removeInterfaceQuota()
993 for (it = quotaIfaces.begin(); it != quotaIfaces.end(); it++) { in setInterfaceAlert()
998 if (it == quotaIfaces.end()) { in setInterfaceAlert()
1014 for (it = quotaIfaces.begin(); it != quotaIfaces.end(); it++) { in removeInterfaceAlert()
[all …]
DBandwidthController.h223 std::list<QuotaInfo> quotaIfaces; variable