Searched refs:setCostlyAlert (Results 1 – 2 of 2) sorted by relevance
167 int setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes);
853 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