Searched refs:manipulateSpecialApps (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | BandwidthController.h | 127 int manipulateSpecialApps(int numUids, char *appStrUids[],
|
D | BandwidthController.cpp | 375 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
|