Home
last modified time | relevance | path

Searched refs:matchType (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DTrafficController.cpp100 std::string matchType; in uidMatchTypeToString() local
101 FLAG_MSG_TRANS(matchType, HAPPY_BOX_MATCH, match); in uidMatchTypeToString()
102 FLAG_MSG_TRANS(matchType, PENALTY_BOX_MATCH, match); in uidMatchTypeToString()
103 FLAG_MSG_TRANS(matchType, DOZABLE_MATCH, match); in uidMatchTypeToString()
104 FLAG_MSG_TRANS(matchType, STANDBY_MATCH, match); in uidMatchTypeToString()
105 FLAG_MSG_TRANS(matchType, POWERSAVE_MATCH, match); in uidMatchTypeToString()
106 FLAG_MSG_TRANS(matchType, RESTRICTED_MATCH, match); in uidMatchTypeToString()
107 FLAG_MSG_TRANS(matchType, IIF_MATCH, match); in uidMatchTypeToString()
111 return matchType; in uidMatchTypeToString()
554 UidOwnerMatchType matchType, in updateUidOwnerMap() argument
[all …]
DBandwidthController.h93 int manipulateSpecialApps(const std::vector<uint32_t>& appStrUids, UidOwnerMatchType matchType,
DTrafficController.h110 UidOwnerMatchType matchType, BandwidthController::IptOp op)
DBandwidthController.cpp343 UidOwnerMatchType matchType, IptOp op) { in manipulateSpecialApps() argument
344 Status status = gCtls->trafficCtrl.updateUidOwnerMap(appUids, matchType, op); in manipulateSpecialApps()