Home
last modified time | relevance | path

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

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