Home
last modified time | relevance | path

Searched refs:ACTION_UNKNOWN (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/startup/init/ueventd/
H A Dueventd.c52 [ACTION_UNKNOWN] = "unknown",
80 return ACTION_UNKNOWN; in GetUeventAction()
100 return ACTION_UNKNOWN; in GetUeventAction()
/ohos5.0/base/startup/init/ueventd/include/
H A Dueventd.h35 ACTION_UNKNOWN, enumerator
/ohos5.0/base/startup/init/test/unittest/ueventd/
H A Dueventd_event_unittest.cpp279 .action = ACTION_UNKNOWN,
286 EXPECT_EQ(outEvent.action, ACTION_UNKNOWN);
649 TestUeventAction(ACTION_UNKNOWN);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_event.cpp64 action_ = ACTION_UNKNOWN; in Reset()
346 case InputEvent::ACTION_UNKNOWN: in ActionToShortStr()
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dinput_event.h35 static constexpr int32_t ACTION_UNKNOWN = 0;
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dpointer_event_test.cpp1320 action = InputEvent::ACTION_UNKNOWN;