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

/system/netd/
H A DBandwidthController.h93 : ifaceName(ifn), quota(q), alert(a) {};
94 std::string ifaceName; member in class:BandwidthController::QuotaInfo
H A DBandwidthController.cpp506 std::string ifaceName; local
520 ifaceName = ifn;
528 if (*it == ifaceName)
543 sharedQuotaIfaces.push_front(ifaceName);
572 std::string ifaceName; local
580 ifaceName = ifn;
583 if (*it == ifaceName)
610 std::string ifaceName; local
628 ifaceName = ifn;
633 if (it->ifaceName
695 std::string ifaceName; local
[all...]

Completed in 111 milliseconds