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/
NetlinkHandler.cpp
73
const char *
alertName
= evt->findParam("ALERT_NAME");
75
notifyQuotaLimitReached(
alertName
, iface);
BandwidthController.cpp
765
int BandwidthController::runIptablesAlertCmd(IptOp op, const char *
alertName
, int64_t bytes) {
786
bytes,
alertName
);
791
bytes,
alertName
);
797
int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *
alertName
, int64_t bytes) {
818
bytes,
alertName
);
825
const char *
alertName
= ALERT_GLOBAL_NAME;
833
res = updateQuota(
alertName
, bytes);
835
res = runIptablesAlertCmd(IptOpInsert,
alertName
, bytes);
838
res |= runIptablesAlertFwdCmd(IptOpInsert,
alertName
, bytes);
846
const char *
alertName
= ALERT_GLOBAL_NAME
[
all
...]
Completed in 25 milliseconds