OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alertName
(Results
1 - 3
of
3
) sorted by null
/system/netd/
BandwidthController.cpp
741
int BandwidthController::runIptablesAlertCmd(IptOp op, const char *
alertName
, int64_t bytes) {
763
bytes,
alertName
);
767
bytes,
alertName
);
773
int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *
alertName
, int64_t bytes) {
795
bytes,
alertName
);
802
const char *
alertName
= ALERT_GLOBAL_NAME;
810
res = updateQuota(
alertName
, bytes);
812
res = runIptablesAlertCmd(IptOpInsert,
alertName
, bytes);
815
res |= runIptablesAlertFwdCmd(IptOpInsert,
alertName
, bytes);
823
const char *
alertName
= ALERT_GLOBAL_NAME
[
all
...]
BandwidthController.h
118
int runIptablesAlertCmd(IptOp op, const char *
alertName
, int64_t bytes);
119
int runIptablesAlertFwdCmd(IptOp op, const char *
alertName
, int64_t bytes);
133
int updateQuota(const char *
alertName
, int64_t bytes);
NetlinkHandler.cpp
73
const char *
alertName
= evt->findParam("ALERT_NAME");
75
notifyQuotaLimitReached(
alertName
, iface);
Completed in 228 milliseconds