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

/system/netd/
H A DBandwidthController.cpp501 std::string ifaceName; local
515 ifaceName = ifn;
523 if (*it == ifaceName)
538 sharedQuotaIfaces.push_front(ifaceName);
567 std::string ifaceName; local
575 ifaceName = ifn;
578 if (*it == ifaceName)
605 std::string ifaceName; local
623 ifaceName = ifn;
628 if (it->ifaceName
696 std::string ifaceName; local
[all...]
H A DBandwidthController.h93 : ifaceName(ifn), quota(q), alert(a) {};
94 std::string ifaceName; member in class:BandwidthController::QuotaInfo

Completed in 20 milliseconds