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

  /system/netd/server/
BandwidthController.h 60 int setSharedAlert(int64_t bytes);
BandwidthController.cpp 719 int BandwidthController::setSharedAlert(int64_t bytes) {
CommandListener.cpp 917 if (!strcmp(argv[1], "setsharedalert") || !strcmp(argv[1], "ssa")) {
919 sendGenericSyntaxError(cli, "setsharedalert <bytes>");
922 int rc = gCtls->bandwidthCtrl.setSharedAlert(atoll(argv[2]));
    [all...]

Completed in 260 milliseconds