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

  /system/netd/server/
BandwidthController.h 56 int removeGlobalAlert();
BandwidthController.cpp 678 int BandwidthController::removeGlobalAlert() {
CommandListener.cpp 896 if (!strcmp(argv[1], "removeglobalalert") || !strcmp(argv[1], "rga")) {
898 sendGenericSyntaxError(cli, "removeglobalalert");
901 int rc = gCtls->bandwidthCtrl.removeGlobalAlert();
    [all...]

Completed in 104 milliseconds