Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h83 int setSharedAlert(int64_t bytes);
DBandwidthController.cpp965 int BandwidthController::setSharedAlert(int64_t bytes) { in setSharedAlert() function in BandwidthController
DCommandListener.cpp1112 int rc = gCtls->bandwidthCtrl.setSharedAlert(atoll(argv[2])); in runCommand()