Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h127 int manipulateSpecialApps(int numUids, char *appStrUids[],
DBandwidthController.cpp375 return manipulateSpecialApps(numUids, appStrUids, "bw_penalty_box", IptJumpReject, appOp); in manipulateNaughtyApps()
379 return manipulateSpecialApps(numUids, appStrUids, "bw_happy_box", IptJumpReturn, appOp); in manipulateNiceApps()
383 int BandwidthController::manipulateSpecialApps(int numUids, char *appStrUids[], in manipulateSpecialApps() function in BandwidthController