Home
last modified time | relevance | path

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

/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_key_event.cpp29 const int32_t KeyEvent::KEY_ACTION_UNKNOWN = 0X00000000; member in OHOS::MMI::KeyEvent
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp819 const int32_t KeyEvent::KEY_ACTION_UNKNOWN = 0X00000000; member in OHOS::MMI::KeyEvent
975 keyAction_ = KeyEvent::KEY_ACTION_UNKNOWN; in Reset()
1101 case KEY_ACTION_UNKNOWN: { in ActionToString()
1102 return "KEY_ACTION_UNKNOWN"; in ActionToString()
1403 case KeyEvent::KEY_ACTION_UNKNOWN: in ActionToShortStr()
/foundation/multimodalinput/input/service/subscriber/test/src/
H A Dkey_shortcut_manager_test.cpp981 keyEvent->SetKeyAction(KeyEvent::KEY_ACTION_UNKNOWN); in HWTEST_F()
1061 keyEvent->SetKeyAction(KeyEvent::KEY_ACTION_UNKNOWN); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dkey_event_test.cpp60 KeyEvent->SetKeyAction(KeyEvent::KEY_ACTION_UNKNOWN); in HWTEST_F()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dkey_event.h2852 static const int32_t KEY_ACTION_UNKNOWN; member in OHOS::MMI::KeyEvent
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp560 g_VKeySharedUIKeyEvent->SetKeyAction(KeyEvent::KEY_ACTION_UNKNOWN); in ToggleKeyVisualState()
613 keyEvent->SetKeyAction(KeyEvent::KEY_ACTION_UNKNOWN); in SendKeyboardAction()
/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp583 OH_Input_SetKeyEventAction(keyEvent, KeyEvent::KEY_ACTION_UNKNOWN); in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp488 keyEvent->keyAction_ = KeyEvent::KEY_ACTION_UNKNOWN; in HWTEST_F()
5240 shortcutKey.triggerType = KeyEvent::KEY_ACTION_UNKNOWN;
5241 key->SetKeyAction(KeyEvent::KEY_ACTION_UNKNOWN);
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp1366 keyEvent->SetKeyAction(KeyEvent::KEY_ACTION_UNKNOWN); in HWTEST_F()

Completed in 26 milliseconds