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

/system/netd/
H A DBandwidthController.h135 int setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes);
H A DBandwidthController.cpp891 return setCostlyAlert("shared", bytes, &sharedAlertBytes);
915 return setCostlyAlert(iface, bytes, &it->alert);
934 int BandwidthController::setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes) { function in class:BandwidthController

Completed in 5 milliseconds