Searched refs:getAction (Results 1 – 5 of 5) sorted by relevance
/system/netd/server/ |
D | NetlinkCommands.cpp | 148 WARN_UNUSED_RESULT int rtNetlinkFlush(uint16_t getAction, uint16_t deleteAction, in rtNetlinkFlush() argument 151 if (getAction != deleteAction + 1) { in rtNetlinkFlush() 152 ALOGE("Unknown flush type getAction=%d deleteAction=%d", getAction, deleteAction); in rtNetlinkFlush() 193 if ((ret = sendNetlinkRequest(getAction, flags, iov, ARRAY_SIZE(iov), &callback)) != 0) { in rtNetlinkFlush()
|
D | NetlinkCommands.h | 69 WARN_UNUSED_RESULT int rtNetlinkFlush(uint16_t getAction, uint16_t deleteAction,
|
D | NetlinkHandler.cpp | 65 NetlinkEvent::Action action = evt->getAction(); in onEvent()
|
/system/core/libsysutils/include/sysutils/ |
D | NetlinkEvent.h | 54 Action getAction() { return mAction; } in getAction() function
|
/system/vold/ |
D | VolumeManager.cpp | 342 LOG(VERBOSE) << "handleBlockEvent with action " << (int) evt->getAction(); in handleBlockEvent() 355 switch (evt->getAction()) { in handleBlockEvent() 404 LOG(WARNING) << "Unexpected block event action " << (int) evt->getAction(); in handleBlockEvent()
|