OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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