OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeCostlyAlert
(Results
1 - 2
of
2
) sorted by null
/system/netd/
BandwidthController.h
153
int
removeCostlyAlert
(const char *costName, int64_t *alertBytes);
BandwidthController.cpp
994
return
removeCostlyAlert
("shared", &sharedAlertBytes);
1030
return
removeCostlyAlert
(iface, &it->alert);
1058
int BandwidthController::
removeCostlyAlert
(const char *costName, int64_t *alertBytes) {
[
all
...]
Completed in 23 milliseconds