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

/system/netd/server/
H A DBandwidthController.h167 int setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes);
H A DBandwidthController.cpp974 return setCostlyAlert("shared", bytes, &sharedAlertBytes);
1003 return setCostlyAlert(iface, bytes, &it->alert);
1027 int BandwidthController::setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes) { function in class:BandwidthController
1034 ALOGE("setCostlyAlert: Invalid costName \"%s\"", costName);

Completed in 25 milliseconds