Searched refs:alertName (Results 1 - 3 of 3) sorted by relevance

/system/netd/server/
H A DBandwidthController.cpp538 int BandwidthController::runIptablesAlertCmd(IptOp op, const std::string& alertName, argument
546 alertName.c_str());
548 alertName.c_str());
554 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const std::string& alertName, argument
559 alertName.c_str());
566 const char *alertName = ALERT_GLOBAL_NAME; local
574 res = updateQuota(alertName, bytes);
576 res = runIptablesAlertCmd(IptOpInsert, alertName, bytes);
579 res |= runIptablesAlertFwdCmd(IptOpInsert, alertName, bytes);
587 const char *alertName local
609 const char *alertName = ALERT_GLOBAL_NAME; local
626 const char *alertName = ALERT_GLOBAL_NAME; local
714 std::string alertName = costName + "Alert"; local
746 std::string alertName = costName + "Alert"; local
[all...]
H A DBandwidthController.h141 int runIptablesAlertCmd(IptOp op, const std::string& alertName, int64_t bytes);
142 int runIptablesAlertFwdCmd(IptOp op, const std::string& alertName, int64_t bytes);
144 int updateQuota(const std::string& alertName, int64_t bytes);
H A DNetlinkHandler.cpp123 const char *alertName = evt->findParam("ALERT_NAME"); local
125 notifyQuotaLimitReached(alertName, iface);

Completed in 526 milliseconds