Searched refs:matchType (Results 1 – 1 of 1) sorted by relevance
/system/netd/server/ |
D | TrafficController.cpp | 98 std::string matchType; in uidMatchTypeToString() local 99 FLAG_MSG_TRANS(matchType, HAPPY_BOX_MATCH, match); in uidMatchTypeToString() 100 FLAG_MSG_TRANS(matchType, PENALTY_BOX_MATCH, match); in uidMatchTypeToString() 101 FLAG_MSG_TRANS(matchType, DOZABLE_MATCH, match); in uidMatchTypeToString() 102 FLAG_MSG_TRANS(matchType, STANDBY_MATCH, match); in uidMatchTypeToString() 103 FLAG_MSG_TRANS(matchType, POWERSAVE_MATCH, match); in uidMatchTypeToString() 104 FLAG_MSG_TRANS(matchType, IIF_MATCH, match); in uidMatchTypeToString() 108 return matchType; in uidMatchTypeToString()
|