HomeSort by relevance Sort by last modified time
    Searched refs:setCostlyAlert (Results 1 - 2 of 2) sorted by null

  /system/netd/server/
BandwidthController.h 153 int setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes);
BandwidthController.cpp 1009 return setCostlyAlert("shared", bytes, &sharedAlertBytes);
1038 return setCostlyAlert(iface, bytes, &it->alert);
1062 int BandwidthController::setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes) {
1069 ALOGE("setCostlyAlert: Invalid costName \"%s\"", costName);
    [all...]

Completed in 51 milliseconds