Home
last modified time | relevance | path

Searched refs:GetPressedKeys (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h175 std::vector<int32_t> pressedKeys = event->GetPressedKeys(); in PrintInfoLog()
242 std::vector<int32_t> pressedKeys = event->GetPressedKeys(); in Print()
310 std::vector<int32_t> pressedKeys = event->GetPressedKeys(); in PrintInfoLog()
434 std::vector<int32_t> pressedKeys = event->GetPressedKeys(); in Print()
/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_unicode_transformation.cpp107 auto pressedKeys = keyEvent->GetPressedKeys(); in IsShiftPressed()
H A Dkey_event_normalize.cpp84 if (keyEvent->GetPressedKeys().empty()) { in Normalize()
/ohos5.0/foundation/multimodalinput/input/test/unittest/common/src/
H A Devent_util_test.cpp250 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in DumpInputEvent()
305 pointerEvent->GetPressedKeys(); in DumpWindowData()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp206 for (const auto& curCode : pointerEvent->GetPressedKeys()) { in ConvertTouchEvent()
361 for (const auto& curCode : pointerEvent->GetPressedKeys()) { in ConvertMouseEvent()
423 for (const auto& curCode : pointerEvent->GetPressedKeys()) { in ConvertAxisEvent()
461 for (const auto& curCode : keyEvent->GetPressedKeys()) { in ConvertKeyEvent()
533 for (const auto& curCode : pointerEvent->GetPressedKeys()) { in ConvertPointerEvent()
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_key_event.cpp142 std::vector<int32_t> KeyEvent::GetPressedKeys() const in GetPressedKeys() function in OHOS::MMI::KeyEvent
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp446 for (const auto &keyCode : keyEvent->GetPressedKeys()) { in OnSubscribeKeyEvent()
788 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in HandleKeyDown()
847 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in HandleKeyUp()
1103 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in RemoveSubscriberTimer()
H A Dkey_gesture_manager.cpp309 if (keyEvent->GetPressedKeys().size() == SINGLE_KEY_PRESSED) { in RecognizeGesture()
/ohos5.0/foundation/multimodalinput/input/util/napi/src/
H A Dkey_event_napi.cpp44 status = WriteKeyStatusToJs(env, in->GetPressedKeys(), out); in CreateKeyEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Dactive_key_event.cpp175 std::vector<int32_t> keys = keyEvent->GetPressedKeys(); in CombinationKeyHandle()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/include/
H A Djs_input_monitor.h125 bool GetPressedKeys(const std::vector<int32_t>& pressedKeys, napi_value result);
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp342 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in HandleKeyboardEvent()
586 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in PointerEventSetPressedKeys()
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp187 auto pressedKeys = keyEvent->GetPressedKeys(); in IsUIExtensionKeyEventBlocked()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp908 bool JsInputMonitor::GetPressedKeys(const std::vector<int32_t>& pressedKeys, napi_value result) in GetPressedKeys() function in OHOS::MMI::JsInputMonitor
1025 std::vector<int32_t> pressedKeys = pointerEvent->GetPressedKeys(); in TransformMousePointerEvent()
1026 if (!GetPressedKeys(pressedKeys, result)) { in TransformMousePointerEvent()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_mouse_key.cpp122 std::vector<int32_t> pressedKeys = event.GetPressedKeys(); in OnKeyEvent()
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h1575 std::vector<int32_t> GetPressedKeys() const;
H A Dkey_event.h3274 std::vector<int32_t> GetPressedKeys() const;
/ohos5.0/foundation/multimodalinput/input/util/common/src/
H A Dinput_event_data_transformation.cpp229 std::vector<int32_t> pressedKeys = event->GetPressedKeys(); in Marshalling()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp1009 std::vector<int32_t> KeyEvent::GetPressedKeys() const in GetPressedKeys() function in OHOS::MMI::KeyEvent
1022 std::vector<int32_t> pressedkeys = GetPressedKeys(); in AddPressedKeyItems()
H A Dpointer_event.cpp796 std::vector<int32_t> PointerEvent::GetPressedKeys() const in GetPressedKeys() function in OHOS::MMI::PointerEvent
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_serialization.cpp387 std::vector<int32_t> pressedKeys = event->GetPressedKeys(); in SerializePressedKeys()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_serialization.cpp390 std::vector<int32_t> pressedKeys = event->GetPressedKeys(); in SerializePressedKeys()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1490 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in SetKeyPropertyPart1()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1473 pressedKeys = keyEvent->GetPressedKeys(); in OnGetKeyState()