Home
last modified time | relevance | path

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

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