Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h52 int setGlobalAlert(int64_t bytes);
DBandwidthController.cpp557 int BandwidthController::setGlobalAlert(int64_t bytes) { in setGlobalAlert() function in BandwidthController
DNetdNativeService.cpp251 int res = gCtls->bandwidthCtrl.setGlobalAlert(bytes); in bandwidthSetGlobalAlert()