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

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

Completed in 874 milliseconds