Searched refs:findParam (Results 1 – 4 of 4) sorted by relevance
79 const char *iface = evt->findParam("INTERFACE"); in onEvent()83 const char *ifIndex = evt->findParam("IFINDEX"); in onEvent()105 const char *address = evt->findParam("ADDRESS"); in onEvent()106 const char *flags = evt->findParam("FLAGS"); in onEvent()107 const char *scope = evt->findParam("SCOPE"); in onEvent()108 const char *ifIndex = evt->findParam("IFINDEX"); in onEvent()141 const char *lifetime = evt->findParam("LIFETIME"); in onEvent()142 const char *servers = evt->findParam("SERVERS"); in onEvent()148 const char *route = evt->findParam("ROUTE"); in onEvent()149 const char *gateway = evt->findParam("GATEWAY"); in onEvent()[all …]
51 const char *findParam(const char *paramName);
185 std::string eventPath(evt->findParam("DEVPATH")?evt->findParam("DEVPATH"):""); in handleBlockEvent()186 std::string devType(evt->findParam("DEVTYPE")?evt->findParam("DEVTYPE"):""); in handleBlockEvent()190 int major = std::stoi(evt->findParam("MAJOR")); in handleBlockEvent()191 int minor = std::stoi(evt->findParam("MINOR")); in handleBlockEvent()
657 const char *NetlinkEvent::findParam(const char *paramName) { in findParam() function in NetlinkEvent