Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp600 std::string ifaceName; in setInterfaceSharedQuota() local
616 ifaceName = ifn; in setInterfaceSharedQuota()
624 if (*it == ifaceName) in setInterfaceSharedQuota()
639 sharedQuotaIfaces.push_front(ifaceName); in setInterfaceSharedQuota()
668 std::string ifaceName; in removeInterfaceSharedQuota() local
678 ifaceName = ifn; in removeInterfaceSharedQuota()
681 if (*it == ifaceName) in removeInterfaceSharedQuota()
708 std::string ifaceName; in setInterfaceQuota() local
729 ifaceName = ifn; in setInterfaceQuota()
734 if (it->ifaceName == ifaceName) in setInterfaceQuota()
[all …]
DBandwidthController.h105 : ifaceName(ifn), quota(q), alert(a) {}; in QuotaInfo()
106 std::string ifaceName; variable