/foundation/multimodalinput/input/interfaces/kits/c/input/ |
H A D | oh_key_code.h | 161 KEYCODE_ALT_RIGHT = 2046, enumerator
|
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | key_event_value_transformation.cpp | 484 {((int64_t)KeyEvent::KEYCODE_ALT_RIGHT << 16) + KeyEvent::KEYCODE_DPAD_LEFT, KeyEvent::INTENTION_BACK}, 485 {((int64_t)KeyEvent::KEYCODE_ALT_RIGHT << 16) + KeyEvent::KEYCODE_DPAD_RIGHT, KeyEvent::INTENTION_FORWARD},
|
/foundation/multimodalinput/input/test/unittest/interfaces/kits/ |
H A D | input_native_hotkey_test.cpp | 557 int32_t prekeys[2] = { KEYCODE_ALT_LEFT, KEYCODE_ALT_RIGHT }; in HWTEST_F() 568 EXPECT_EQ(press1, KEYCODE_ALT_RIGHT); in HWTEST_F()
|
/foundation/multimodalinput/input/util/napi/src/ |
H A D | key_event_napi.cpp | 132 || HasKeyCode(pressedKeys, KeyEvent::KEYCODE_ALT_RIGHT); in WriteKeyStatusToJs()
|
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_module.cpp | 46 KeyEvent::KEYCODE_ALT_RIGHT, 54 KeyEvent::KEYCODE_ALT_RIGHT,
|
/foundation/multimodalinput/input/service/event_handler/test/ |
H A D | key_event_value_transformation_test.cpp | 195 item[0].SetKeyCode(KeyEvent::KEYCODE_ALT_RIGHT); in HWTEST_F() 235 item[0].SetKeyCode(KeyEvent::KEYCODE_ALT_RIGHT); in HWTEST_F()
|
/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_shortcut_manager.cpp | 43 { KeyEvent::KEYCODE_ALT_RIGHT, SHORTCUT_MODIFIER_ALT }, member in OHOS::MMI::KeyEvent 769 KeyEvent::KEYCODE_ALT_RIGHT,
|
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | key_event.h | 596 static const int32_t KEYCODE_ALT_RIGHT; member in OHOS::MMI::KeyEvent
|
/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_manager.cpp | 136 KEYCODE_ALT_RIGHT, KEYCODE_SHIFT_LEFT, KEYCODE_SHIFT_RIGHT, KEYCODE_TAB, KEYCODE_ENTER, KEYCODE_DEL, KEYCODE_MENU, 145 OHOS::MMI::KeyEvent::KEYCODE_ALT_RIGHT, 153 OHOS::MMI::KeyEvent::KEYCODE_ALT_RIGHT,
|
/foundation/multimodalinput/input/frameworks/napi/key_code/src/ |
H A D | js_key_code.cpp | 117 DECLARE_NAPI_STATIC_PROPERTY("KEYCODE_ALT_RIGHT", GetNapiInt32(env, KeyEvent::KEYCODE_ALT_RIGHT)), in Export()
|
/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 53 KeyEvent::KEYCODE_FN, KeyEvent::KEYCODE_ALT_LEFT, KeyEvent::KEYCODE_ALT_RIGHT,
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | key_event.cpp | 102 {KeyEvent::KEYCODE_ALT_RIGHT, "KEYCODE_ALT_RIGHT"}, 499 const int32_t KeyEvent::KEYCODE_ALT_RIGHT = 2046; member in OHOS::MMI::KeyEvent
|
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 1200 || HasKeyCode(pressedKeys, KeyEvent::KEYCODE_ALT_RIGHT); in GetPressedKey()
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_utils.cpp | 1546 || HasKeyCode(pressedKeys, OHOS::MMI::KeyEvent::KEYCODE_ALT_RIGHT); in SetKeyPropertyPart1()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 126 KeyEvent::KEYCODE_DPAD_RIGHT, KeyEvent::KEYCODE_ALT_LEFT, KeyEvent::KEYCODE_ALT_RIGHT,
|