Searched refs:sharedQuotaIfaces (Results 1 - 2 of 2) sorted by relevance

/system/netd/
H A DBandwidthController.cpp245 sharedQuotaIfaces.clear();
527 for (it = sharedQuotaIfaces.begin(); it != sharedQuotaIfaces.end(); it++) {
532 if (it == sharedQuotaIfaces.end()) {
534 if (sharedQuotaIfaces.empty()) {
543 sharedQuotaIfaces.push_front(ifaceName);
582 for (it = sharedQuotaIfaces.begin(); it != sharedQuotaIfaces.end(); it++) {
586 if (it == sharedQuotaIfaces.end()) {
592 sharedQuotaIfaces
[all...]
H A DBandwidthController.h148 std::list<std::string> sharedQuotaIfaces; member in class:BandwidthController

Completed in 123 milliseconds