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

  /system/netd/
BandwidthController.h 152 int setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes);
BandwidthController.cpp 990 return setCostlyAlert("shared", bytes, &sharedAlertBytes);
1014 return setCostlyAlert(iface, bytes, &it->alert);
1033 int BandwidthController::setCostlyAlert(const char *costName, int64_t bytes, int64_t *alertBytes) {
    [all...]

Completed in 22 milliseconds