Home
last modified time | relevance | path

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

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