/foundation/multimodalinput/input/interfaces/kits/c/input/ |
H A D | oh_key_code.h | 223 KEYCODE_META_RIGHT = 2077, enumerator
|
/foundation/multimodalinput/input/util/napi/src/ |
H A D | key_event_napi.cpp | 142 || HasKeyCode(pressedKeys, KeyEvent::KEYCODE_META_RIGHT); in WriteKeyStatusToJs()
|
/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 58 KeyEvent::KEYCODE_META_RIGHT, KeyEvent::KEYCODE_SYSRQ, KeyEvent::KEYCODE_BREAK, KeyEvent::KEYCODE_MOVE_HOME, 66 KeyEvent::KEYCODE_SCROLL_LOCK, KeyEvent::KEYCODE_META_LEFT, KeyEvent::KEYCODE_META_RIGHT
|
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | key_event.h | 820 static const int32_t KEYCODE_META_RIGHT; member in OHOS::MMI::KeyEvent
|
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_module.cpp | 60 KeyEvent::KEYCODE_META_RIGHT
|
/foundation/multimodalinput/input/frameworks/napi/key_code/src/ |
H A D | js_key_code.cpp | 148 DECLARE_NAPI_STATIC_PROPERTY("KEYCODE_META_RIGHT", GetNapiInt32(env, KeyEvent::KEYCODE_META_RIGHT)), in Export()
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | key_event.cpp | 133 {KeyEvent::KEYCODE_META_RIGHT, "KEYCODE_META_RIGHT"}, 530 const int32_t KeyEvent::KEYCODE_META_RIGHT = 2077; member in OHOS::MMI::KeyEvent
|
/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_manager.cpp | 138 KEYCODE_CAPS_LOCK, KEYCODE_SCROLL_LOCK, KEYCODE_META_LEFT, KEYCODE_META_RIGHT, KEYCODE_SYSRQ, KEYCODE_BREAK, 159 OHOS::MMI::KeyEvent::KEYCODE_META_RIGHT
|
/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_shortcut_manager.cpp | 49 { KeyEvent::KEYCODE_META_RIGHT, SHORTCUT_MODIFIER_LOGO } member in OHOS::MMI::KeyEvent
|
H A D | key_subscriber_handler.cpp | 461 keyCode != KeyEvent::KEYCODE_META_RIGHT) { in IsEnableCombineKey()
|
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 1212 || HasKeyCode(pressedKeys, KeyEvent::KEYCODE_META_RIGHT); in GetPressedKey()
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_utils.cpp | 1560 || HasKeyCode(pressedKeys, OHOS::MMI::KeyEvent::KEYCODE_META_RIGHT); in SetKeyPropertyPart1()
|
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 1130 keyCode != KeyEvent::KEYCODE_META_RIGHT) { in IsEnableCombineKey()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 131 KeyEvent::KEYCODE_META_RIGHT, KeyEvent::KEYCODE_SYSRQ, KeyEvent::KEYCODE_BREAK, KeyEvent::KEYCODE_MOVE_HOME,
|
/foundation/multimodalinput/input/service/subscriber/test/ |
H A D | key_subscriber_handler_test.cpp | 1268 item.SetKeyCode(KeyEvent::KEYCODE_META_RIGHT); in HWTEST_F()
|
/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_test.cpp | 1248 item.SetKeyCode(KeyEvent::KEYCODE_META_RIGHT); 4487 sequenceKey.keyCode = KeyEvent::KEYCODE_META_RIGHT;
|