Home
last modified time | relevance | path

Searched refs:GetPressedKeys (Results 1 - 23 of 23) sorted by relevance

/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_key_event.cpp147 std::vector<int32_t> KeyEvent::GetPressedKeys() const in GetPressedKeys() function in OHOS::MMI::KeyEvent
/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.cpp79 if (keyEvent->GetPressedKeys().empty()) { in Normalize()
/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()
311 std::vector<int32_t> pressedKeys = event->GetPressedKeys(); in PrintInfoLog()
439 std::vector<int32_t> pressedKeys = event->GetPressedKeys(); in Print()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp199 for (const auto& curCode : pointerEvent->GetPressedKeys()) { in ConvertTouchEvent()
354 for (const auto& curCode : pointerEvent->GetPressedKeys()) { in ConvertMouseEvent()
419 for (const auto& curCode : pointerEvent->GetPressedKeys()) { in ConvertAxisEvent()
457 for (const auto& curCode : keyEvent->GetPressedKeys()) { in ConvertKeyEvent()
542 for (const auto& curCode : pointerEvent->GetPressedKeys()) { in ConvertPointerEvent()
/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()
/foundation/multimodalinput/input/util/napi/src/
H A Dkey_event_napi.cpp44 status = WriteKeyStatusToJs(env, in->GetPressedKeys(), out); in CreateKeyEvent()
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp342 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in HandleKeyboardEvent()
434 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in HandleMouseEvent()
623 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in PointerEventSetPressedKeys()
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp584 for (const auto &keyCode : keyEvent->GetPressedKeys()) { in OnSubscribeKeyEvent()
939 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in HandleKeyDown()
1001 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in HandleKeyUp()
1376 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in RemoveSubscriberTimer()
H A Dkey_shortcut_manager.cpp546 auto pressedKeys = keyEvent->GetPressedKeys(); in FormatPressedKeys()
664 auto pressedKeys = keyEvent->GetPressedKeys(); in CheckPureModifiers()
677 auto pressedKeys = keyEvent->GetPressedKeys(); in CheckModifiers()
H A Dkey_gesture_manager.cpp347 if (keyEvent->GetPressedKeys().size() == SINGLE_KEY_PRESSED) { in RecognizeGesture()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/include/
H A Djs_input_monitor.h146 bool GetPressedKeys(const std::vector<int32_t>& pressedKeys, napi_value result);
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_mouse_key.cpp122 std::vector<int32_t> pressedKeys = event.GetPressedKeys(); in OnKeyEvent()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h1554 std::vector<int32_t> GetPressedKeys() const;
H A Dkey_event.h3296 std::vector<int32_t> GetPressedKeys() const;
/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp187 auto pressedKeys = keyEvent->GetPressedKeys(); in IsUIExtensionKeyEventBlocked()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp1155 bool JsInputMonitor::GetPressedKeys(const std::vector<int32_t>& pressedKeys, napi_value result) in GetPressedKeys() function in OHOS::MMI::__anon11305::JsInputMonitor
1272 std::vector<int32_t> pressedKeys = pointerEvent->GetPressedKeys(); in TransformMousePointerEvent()
1273 if (!GetPressedKeys(pressedKeys, result)) { in TransformMousePointerEvent()
/foundation/multimodalinput/input/util/common/src/
H A Dinput_event_data_transformation.cpp239 std::vector<int32_t> pressedKeys = event->GetPressedKeys(); in Marshalling()
/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()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp1048 std::vector<int32_t> KeyEvent::GetPressedKeys() const in GetPressedKeys() function in OHOS::MMI::KeyEvent
1061 std::vector<int32_t> pressedkeys = GetPressedKeys(); in AddPressedKeyItems()
H A Dpointer_event.cpp856 std::vector<int32_t> PointerEvent::GetPressedKeys() const in GetPressedKeys() function in OHOS::MMI::PointerEvent
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1526 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in SetKeyPropertyPart1()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2119 pressedKeys = keyEvent->GetPressedKeys(); in OnGetKeyState()

Completed in 34 milliseconds