Home
last modified time | relevance | path

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

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