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