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
136
int
removeCostlyAlert
(const char *costName, int64_t *alertBytes);
BandwidthController.cpp
897
return
removeCostlyAlert
("shared", &sharedAlertBytes);
933
return
removeCostlyAlert
(iface, &it->alert);
961
int BandwidthController::
removeCostlyAlert
(const char *costName, int64_t *alertBytes) {
[
all
...]
Completed in 25 milliseconds