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

/system/netd/
H A DBandwidthController.cpp261 sharedQuotaIfaces.clear();
619 for (it = sharedQuotaIfaces.begin(); it != sharedQuotaIfaces.end(); it++) {
624 if (it == sharedQuotaIfaces.end()) {
626 if (sharedQuotaIfaces.empty()) {
635 sharedQuotaIfaces.push_front(ifaceName);
674 for (it = sharedQuotaIfaces.begin(); it != sharedQuotaIfaces.end(); it++) {
678 if (it == sharedQuotaIfaces.end()) {
684 sharedQuotaIfaces
[all...]
H A DBandwidthController.h185 std::list<std::string> sharedQuotaIfaces; member in class:BandwidthController

Completed in 463 milliseconds