Searched refs:findParam (Results 1 – 4 of 4) sorted by relevance
66 const char *iface = evt->findParam("INTERFACE"); in onEvent()81 const char *address = evt->findParam("ADDRESS"); in onEvent()82 const char *flags = evt->findParam("FLAGS"); in onEvent()83 const char *scope = evt->findParam("SCOPE"); in onEvent()107 const char *lifetime = evt->findParam("LIFETIME"); in onEvent()108 const char *servers = evt->findParam("SERVERS"); in onEvent()114 const char *route = evt->findParam("ROUTE"); in onEvent()115 const char *gateway = evt->findParam("GATEWAY"); in onEvent()116 const char *iface = evt->findParam("INTERFACE"); in onEvent()123 const char *alertName = evt->findParam("ALERT_NAME"); in onEvent()[all …]
51 const char *findParam(const char *paramName);
346 std::string eventPath(evt->findParam("DEVPATH")?evt->findParam("DEVPATH"):""); in handleBlockEvent()347 std::string devType(evt->findParam("DEVTYPE")?evt->findParam("DEVTYPE"):""); in handleBlockEvent()351 int major = atoi(evt->findParam("MAJOR")); in handleBlockEvent()352 int minor = atoi(evt->findParam("MINOR")); in handleBlockEvent()
638 const char *NetlinkEvent::findParam(const char *paramName) { in findParam() function in NetlinkEvent