Home
last modified time | relevance | path

Searched refs:ActionToShortStr (Results 1 - 9 of 9) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dpointer_event_test.cpp1072 * @tc.desc: Verify ActionToShortStr
1083 auto ret = axisevent.ActionToShortStr(action); in HWTEST_F()
1086 ret = axisevent.ActionToShortStr(action); in HWTEST_F()
1089 ret = axisevent.ActionToShortStr(action); in HWTEST_F()
1092 ret = axisevent.ActionToShortStr(action); in HWTEST_F()
1095 ret = axisevent.ActionToShortStr(action); in HWTEST_F()
1098 ret = axisevent.ActionToShortStr(action); in HWTEST_F()
1367 * @tc.desc: Verify ActionToShortStr
1377 auto ret = inputEvent->ActionToShortStr(action); in HWTEST_F()
1380 ret = inputEvent->ActionToShortStr(actio in HWTEST_F()
[all...]
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Daxis_event.h128 static std::string_view ActionToShortStr(int32_t action);
H A Dinput_event.h413 static std::string_view ActionToShortStr(int32_t action);
H A Dpointer_event.h1616 static std::string_view ActionToShortStr(int32_t action);
H A Dkey_event.h3499 static std::string_view ActionToShortStr(int32_t action);
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_event.cpp354 std::string_view InputEvent::ActionToShortStr(int32_t action) in ActionToShortStr() function in OHOS::MMI::InputEvent
380 return KeyEvent::ActionToShortStr(action); in Action2Str()
384 return PointerEvent::ActionToShortStr(action); in Action2Str()
387 return AxisEvent::ActionToShortStr(action); in Action2Str()
390 return InputEvent::ActionToShortStr(action); in Action2Str()
H A Daxis_event.cpp71 std::string_view AxisEvent::ActionToShortStr(int32_t action) in ActionToShortStr() function in OHOS::MMI::AxisEvent
H A Dpointer_event.cpp1348 std::string_view PointerEvent::ActionToShortStr(int32_t action) in ActionToShortStr() function in OHOS::MMI::PointerEvent
H A Dkey_event.cpp1398 std::string_view KeyEvent::ActionToShortStr(int32_t action) in ActionToShortStr() function in OHOS::MMI::KeyEvent

Completed in 14 milliseconds