Searched refs:getAction (Results 1 – 6 of 6) sorted by relevance
/system/netd/server/ |
D | NetlinkCommands.cpp | 157 int rtNetlinkFlush(uint16_t getAction, uint16_t deleteAction, const char* what, in rtNetlinkFlush() argument 160 if (getAction != deleteAction + 1) { in rtNetlinkFlush() 161 ALOGE("Unknown flush type getAction=%d deleteAction=%d", getAction, deleteAction); in rtNetlinkFlush() 202 if ((ret = sendNetlinkRequest(getAction, flags, iov, ARRAY_SIZE(iov), &callback)) != 0) { in rtNetlinkFlush()
|
D | NetlinkCommands.h | 65 [[nodiscard]] int rtNetlinkFlush(uint16_t getAction, uint16_t deleteAction, const char* what,
|
D | NetlinkHandler.cpp | 108 NetlinkEvent::Action action = evt->getAction(); in onEvent()
|
/system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/ |
D | WritingActivity.java | 54 getIntent().getAction(), in onCreate()
|
/system/core/libsysutils/include/sysutils/ |
D | NetlinkEvent.h | 54 Action getAction() { return mAction; } in getAction() function
|
/system/vold/ |
D | VolumeManager.cpp | 198 LOG(DEBUG) << "handleBlockEvent with action " << (int)evt->getAction(); in handleBlockEvent() 211 switch (evt->getAction()) { in handleBlockEvent() 243 LOG(WARNING) << "Unexpected block event action " << (int)evt->getAction(); in handleBlockEvent()
|