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