Home
last modified time | relevance | path

Searched refs:KEYCODE_META_RIGHT (Results 1 - 16 of 16) sorted by relevance

/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_key_code.h223 KEYCODE_META_RIGHT = 2077, enumerator
/foundation/multimodalinput/input/util/napi/src/
H A Dkey_event_napi.cpp142 || HasKeyCode(pressedKeys, KeyEvent::KEYCODE_META_RIGHT); in WriteKeyStatusToJs()
/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h58 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 Dkey_event.h820 static const int32_t KEYCODE_META_RIGHT; member in OHOS::MMI::KeyEvent
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp60 KeyEvent::KEYCODE_META_RIGHT
/foundation/multimodalinput/input/frameworks/napi/key_code/src/
H A Djs_key_code.cpp148 DECLARE_NAPI_STATIC_PROPERTY("KEYCODE_META_RIGHT", GetNapiInt32(env, KeyEvent::KEYCODE_META_RIGHT)), in Export()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp133 {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 Doh_input_manager.cpp138 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 Dkey_shortcut_manager.cpp49 { KeyEvent::KEYCODE_META_RIGHT, SHORTCUT_MODIFIER_LOGO } member in OHOS::MMI::KeyEvent
H A Dkey_subscriber_handler.cpp461 keyCode != KeyEvent::KEYCODE_META_RIGHT) { in IsEnableCombineKey()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp1212 || HasKeyCode(pressedKeys, KeyEvent::KEYCODE_META_RIGHT); in GetPressedKey()
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1560 || HasKeyCode(pressedKeys, OHOS::MMI::KeyEvent::KEYCODE_META_RIGHT); in SetKeyPropertyPart1()
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1130 keyCode != KeyEvent::KEYCODE_META_RIGHT) { in IsEnableCombineKey()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp131 KeyEvent::KEYCODE_META_RIGHT, KeyEvent::KEYCODE_SYSRQ, KeyEvent::KEYCODE_BREAK, KeyEvent::KEYCODE_MOVE_HOME,
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp1268 item.SetKeyCode(KeyEvent::KEYCODE_META_RIGHT); in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp1248 item.SetKeyCode(KeyEvent::KEYCODE_META_RIGHT);
4487 sequenceKey.keyCode = KeyEvent::KEYCODE_META_RIGHT;

Completed in 42 milliseconds