OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alertName
(Results
1 - 2
of
2
) sorted by null
/system/netd/server/
NetlinkHandler.cpp
108
const char *
alertName
= evt->findParam("ALERT_NAME");
110
notifyQuotaLimitReached(
alertName
, iface);
BandwidthController.cpp
857
int BandwidthController::runIptablesAlertCmd(IptOp op, const char *
alertName
, int64_t bytes) {
879
bytes,
alertName
);
883
bytes,
alertName
);
889
int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *
alertName
, int64_t bytes) {
911
bytes,
alertName
);
918
const char *
alertName
= ALERT_GLOBAL_NAME;
926
res = updateQuota(
alertName
, bytes);
928
res = runIptablesAlertCmd(IptOpInsert,
alertName
, bytes);
931
res |= runIptablesAlertFwdCmd(IptOpInsert,
alertName
, bytes);
939
const char *
alertName
= ALERT_GLOBAL_NAME
[
all
...]
Completed in 282 milliseconds