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

/system/netd/
H A DBandwidthController.cpp598 std::string ifaceName; local
612 ifaceName = ifn;
620 if (*it == ifaceName)
635 sharedQuotaIfaces.push_front(ifaceName);
664 std::string ifaceName; local
672 ifaceName = ifn;
675 if (*it == ifaceName)
702 std::string ifaceName; local
720 ifaceName = ifn;
725 if (it->ifaceName
793 std::string ifaceName; local
[all...]
H A DBandwidthController.h104 : ifaceName(ifn), quota(q), alert(a) {};
105 std::string ifaceName; member in class:BandwidthController::QuotaInfo

Completed in 430 milliseconds