Home
last modified time | relevance | path

Searched defs:alertName (Results 1 – 7 of 7) sorted by relevance

/system/netd/server/
DBandwidthController.cpp629 int BandwidthController::runIptablesAlertCmd(IptOp op, const std::string& alertName, in runIptablesAlertCmd()
650 const char *alertName = ALERT_GLOBAL_NAME; in setGlobalAlert() local
672 const char *alertName = ALERT_GLOBAL_NAME; in removeGlobalAlert() local
751 std::string alertName = costName + "Alert"; in setCostlyAlert() local
784 std::string alertName = costName + "Alert"; in removeCostlyAlert() local
DNetlinkHandler.cpp195 const char *alertName = evt->findParam("ALERT_NAME"); in onEvent() local
/system/netd/server/binder/android/net/
DINetdUnsolicitedEventListener.aidl51 void onQuotaLimitReached(@utf8InCpp String alertName, @utf8InCpp String ifName); in onQuotaLimitReached()
/system/netd/server/aidl/netd/1/android/net/
DINetdUnsolicitedEventListener.aidl4 oneway void onQuotaLimitReached(@utf8InCpp String alertName, @utf8InCpp String ifName); in onQuotaLimitReached()
/system/netd/server/aidl/netd/2/android/net/
DINetdUnsolicitedEventListener.aidl21 oneway void onQuotaLimitReached(@utf8InCpp String alertName, @utf8InCpp String ifName); in onQuotaLimitReached()
/system/netd/tests/
DTestUnsolService.cpp89 binder::Status TestUnsolService::onQuotaLimitReached(const std::string& alertName, in onQuotaLimitReached()
Dbinder_test.cpp1535 std::string alertName = StringPrintf("%sAlert", ifname); in expectBandwidthInterfaceAlertRuleExists() local