Home
last modified time | relevance | path

Searched refs:findParam (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DNetlinkHandler.cpp62 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 …]
/system/core/include/sysutils/
DNetlinkEvent.h51 const char *findParam(const char *paramName);
/system/vold/
DVolumeManager.cpp286 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()
/system/core/libsysutils/src/
DNetlinkEvent.cpp641 const char *NetlinkEvent::findParam(const char *paramName) { in findParam() function in NetlinkEvent