Searched refs:findParam (Results 1 – 4 of 4) sorted by relevance
63 const char *iface = evt->findParam("INTERFACE"); in onEvent()78 const char *address = evt->findParam("ADDRESS"); in onEvent()79 const char *flags = evt->findParam("FLAGS"); in onEvent()80 const char *scope = evt->findParam("SCOPE"); in onEvent()104 const char *lifetime = evt->findParam("LIFETIME"); in onEvent()105 const char *servers = evt->findParam("SERVERS"); in onEvent()111 const char *route = evt->findParam("ROUTE"); in onEvent()112 const char *gateway = evt->findParam("GATEWAY"); in onEvent()113 const char *iface = evt->findParam("INTERFACE"); in onEvent()120 const char *alertName = evt->findParam("ALERT_NAME"); in onEvent()[all …]
51 const char *findParam(const char *paramName);
288 std::string eventPath(evt->findParam("DEVPATH")?evt->findParam("DEVPATH"):""); in handleBlockEvent()289 std::string devType(evt->findParam("DEVTYPE")?evt->findParam("DEVTYPE"):""); in handleBlockEvent()293 int major = atoi(evt->findParam("MAJOR")); in handleBlockEvent()294 int minor = atoi(evt->findParam("MINOR")); in handleBlockEvent()
639 const char *NetlinkEvent::findParam(const char *paramName) { in findParam() function in NetlinkEvent