HomeSort by relevance Sort by last modified time
    Searched refs:addNaughtyApps (Results 1 - 3 of 3) sorted by null

  /system/netd/server/
BandwidthController.h 50 int addNaughtyApps(int numUids, char *appUids[]);
BandwidthController.cpp 340 int BandwidthController::addNaughtyApps(int numUids, char *appUids[]) {
CommandListener.cpp 838 if (!strcmp(argv[1], "addnaughtyapps") || !strcmp(argv[1], "ana")) {
840 sendGenericSyntaxError(cli, "addnaughtyapps <appUid> ...");
843 int rc = gCtls->bandwidthCtrl.addNaughtyApps(argc - 2, argv + 2);
    [all...]

Completed in 335 milliseconds