Home
last modified time | relevance | path

Searched refs:setGlobalAlert (Results 1 – 3 of 3) sorted by relevance

/system/netd/
DBandwidthController.h66 int setGlobalAlert(int64_t bytes);
DBandwidthController.cpp801 int BandwidthController::setGlobalAlert(int64_t bytes) { in setGlobalAlert() function in BandwidthController
DCommandListener.cpp1042 int rc = sBandwidthCtrl->setGlobalAlert(atoll(argv[2])); in runCommand()