Searched refs:findParam (Results 1 – 4 of 4) sorted by relevance
62 const char *iface = evt->findParam("INTERFACE"); in onEvent()77 const char *address = evt->findParam("ADDRESS"); in onEvent()78 const char *flags = evt->findParam("FLAGS"); in onEvent()79 const char *scope = evt->findParam("SCOPE"); in onEvent()92 const char *lifetime = evt->findParam("LIFETIME"); in onEvent()93 const char *servers = evt->findParam("SERVERS"); in onEvent()99 const char *route = evt->findParam("ROUTE"); in onEvent()100 const char *gateway = evt->findParam("GATEWAY"); in onEvent()101 const char *iface = evt->findParam("INTERFACE"); in onEvent()108 const char *alertName = evt->findParam("ALERT_NAME"); in onEvent()[all …]
51 const char *findParam(const char *paramName);
286 std::string eventPath(evt->findParam("DEVPATH")); in handleBlockEvent()287 std::string devType(evt->findParam("DEVTYPE")); in handleBlockEvent()291 int major = atoi(evt->findParam("MAJOR")); in handleBlockEvent()292 int minor = atoi(evt->findParam("MINOR")); in handleBlockEvent()
641 const char *NetlinkEvent::findParam(const char *paramName) { in findParam() function in NetlinkEvent