Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp285 sharedQuotaIfaces.clear(); in enableBandwidthControl()
507 for (it = sharedQuotaIfaces.begin(); it != sharedQuotaIfaces.end(); it++) { in setInterfaceSharedQuota()
512 if (it == sharedQuotaIfaces.end()) { in setInterfaceSharedQuota()
514 if (sharedQuotaIfaces.empty()) { in setInterfaceSharedQuota()
523 sharedQuotaIfaces.push_front(ifaceName); in setInterfaceSharedQuota()
564 for (it = sharedQuotaIfaces.begin(); it != sharedQuotaIfaces.end(); it++) { in removeInterfaceSharedQuota()
568 if (it == sharedQuotaIfaces.end()) { in removeInterfaceSharedQuota()
574 sharedQuotaIfaces.erase(it); in removeInterfaceSharedQuota()
576 if (sharedQuotaIfaces.empty()) { in removeInterfaceSharedQuota()
DBandwidthController.h205 std::list<std::string> sharedQuotaIfaces; variable