Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h79 int setSharedAlert(int64_t bytes);
DBandwidthController.cpp1000 int BandwidthController::setSharedAlert(int64_t bytes) { in setSharedAlert() function in BandwidthController
DCommandListener.cpp1137 int rc = sBandwidthCtrl->setSharedAlert(atoll(argv[2])); in runCommand()