Home
last modified time | relevance | path

Searched refs:setCostlyAlert (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DBandwidthController.h167 int setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes);
DBandwidthController.cpp853 return setCostlyAlert("shared", bytes, &sharedAlertBytes); in setSharedAlert()
882 return setCostlyAlert(iface, bytes, &it->alert); in setInterfaceAlert()
906 int BandwidthController::setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes) { in setCostlyAlert() function in BandwidthController