Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h168 int removeCostlyAlert(const char *costName, int64_t *alertBytes);
DBandwidthController.cpp857 return removeCostlyAlert("shared", &sharedAlertBytes); in removeSharedAlert()
903 return removeCostlyAlert(iface, &it->alert); in removeInterfaceAlert()
936 int BandwidthController::removeCostlyAlert(const char *costName, int64_t *alertBytes) { in removeCostlyAlert() function in BandwidthController