Searched refs:matchType (Results 1 – 4 of 4) sorted by relevance
/system/netd/server/ |
D | TrafficController.cpp | 100 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 …]
|
D | BandwidthController.h | 93 int manipulateSpecialApps(const std::vector<uint32_t>& appStrUids, UidOwnerMatchType matchType,
|
D | TrafficController.h | 110 UidOwnerMatchType matchType, BandwidthController::IptOp op)
|
D | BandwidthController.cpp | 343 UidOwnerMatchType matchType, IptOp op) { in manipulateSpecialApps() argument 344 Status status = gCtls->trafficCtrl.updateUidOwnerMap(appUids, matchType, op); in manipulateSpecialApps()
|