Searched refs:removeNiceApps (Results 1 – 3 of 3) sorted by relevance
76 int removeNiceApps(int numUids, char *appUids[]);
370 int BandwidthController::removeNiceApps(int numUids, char *appUids[]) { in removeNiceApps() function in BandwidthController
1062 int rc = gCtls->bandwidthCtrl.removeNiceApps(argc - 2, argv + 2); in runCommand()