HomeSort by relevance Sort by last modified time
    Searched refs:sharedQuotaIfaces (Results 1 - 2 of 2) sorted by null

  /system/netd/
BandwidthController.cpp 270 sharedQuotaIfaces.clear();
552 for (it = sharedQuotaIfaces.begin(); it != sharedQuotaIfaces.end(); it++) {
557 if (it == sharedQuotaIfaces.end()) {
559 if (sharedQuotaIfaces.empty()) {
568 sharedQuotaIfaces.push_front(ifaceName);
607 for (it = sharedQuotaIfaces.begin(); it != sharedQuotaIfaces.end(); it++) {
611 if (it == sharedQuotaIfaces.end()) {
617 sharedQuotaIfaces.erase(it)
    [all...]
BandwidthController.h 142 std::list<std::string> sharedQuotaIfaces;

Completed in 1128 milliseconds