Home
last modified time | relevance | path

Searched defs:pressedKeys (Results 1 – 15 of 15) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/events/include/
Devent_log_helper.h54 std::vector<int32_t> pressedKeys = event->GetPressedKeys(); in PrintInfoLog() local
87 std::vector<int32_t> pressedKeys = event->GetPressedKeys(); in Print() local
122 std::vector<int32_t> pressedKeys = event->GetPressedKeys(); in PrintInfoLog() local
182 std::vector<int32_t> pressedKeys = event->GetPressedKeys(); in Print() local
/foundation/multimodalinput/input/util/common/src/
Dkey_event_napi.cpp108 napi_status KeyEventNapi::WriteKeyStatusToJs(napi_env env, const std::vector<int32_t> &pressedKeys,… in WriteKeyStatusToJs()
151 bool KeyEventNapi::HasKeyCode(const std::vector<int32_t> &pressedKeys, int32_t keyCode) in HasKeyCode()
Dinput_event_data_transformation.cpp230 std::vector<int32_t> pressedKeys = event->GetPressedKeys(); in Marshalling() local
310 std::vector<int32_t> pressedKeys; in Unmarshalling() local
/foundation/multimodalinput/input/service/key_event_normalize/src/
Dkey_unicode_transformation.cpp103 auto pressedKeys = keyEvent->GetPressedKeys(); in IsShiftPressed() local
/foundation/multimodalinput/input/frameworks/proxy/events/test/
Dpointer_event_test.cpp80 std::vector<int32_t> pressedKeys { KeyEvent::KEYCODE_CTRL_LEFT }; variable
96 std::vector<int32_t> pressedKeys { KeyEvent::KEYCODE_CTRL_RIGHT }; variable
112 std::vector<int32_t> pressedKeys { KeyEvent::KEYCODE_CTRL_LEFT, KeyEvent::KEYCODE_CTRL_RIGHT }; variable
/foundation/barrierfree/accessibility/services/aams/src/
Daccessibility_mouse_key.cpp122 std::vector<int32_t> pressedKeys = event.GetPressedKeys(); in OnKeyEvent() local
136 bool AccessibilityMouseKey::IsMouseKey(const std::vector<int32_t> &pressedKeys, int32_t &actionKey, in IsMouseKey()
/foundation/multimodalinput/input/service/event_handler/src/
Devent_normalize_handler.cpp268 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in HandleKeyboardEvent() local
331 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in HandleMouseEvent() local
/foundation/multimodalinput/input/service/subscriber/src/
Dkey_subscriber_handler.cpp293 …iberHandler::IsEqualPreKeys(const std::set<int32_t> &preKeys, const std::set<int32_t> &pressedKeys) in IsEqualPreKeys()
537 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in HandleKeyDown() local
596 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in HandleKeyUp() local
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
Djs_input_monitor.cpp755 bool JsInputMonitor::GetPressedKeys(const std::vector<int32_t>& pressedKeys, napi_value result) in GetPressedKeys()
785 bool JsInputMonitor::HasKeyCode(const std::vector<int32_t>& pressedKeys, int32_t keyCode) in HasKeyCode()
790 bool JsInputMonitor::GetPressedKey(const std::vector<int32_t>& pressedKeys, napi_value result) in GetPressedKey()
871 std::vector<int32_t> pressedKeys = pointerEvent->GetPressedKeys(); in TransformMousePointerEvent() local
/foundation/multimodalinput/input/test/unittest/common/src/
Devent_util_test.cpp248 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in DumpInputEvent() local
/foundation/distributedhardware/distributed_input/utils/src/
Ddinput_utils_tool.cpp389 std::vector<uint32_t> pressedKeys; in ResetVirtualDevicePressedKeys() local
/foundation/distributedhardware/distributed_input/common/include/
Dconstants_dinput.h232 std::vector<int32_t> pressedKeys; member
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
Dnapi_accessibility_utils.cpp1186 bool HasKeyCode(const std::vector<int32_t>& pressedKeys, int32_t keyCode) in HasKeyCode()
1297 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in SetKeyPropertyPart1() local
/foundation/multimodalinput/input/frameworks/proxy/events/src/
Dpointer_event.cpp626 void PointerEvent::SetPressedKeys(const std::vector<int32_t> pressedKeys) in SetPressedKeys()
/foundation/multimodalinput/input/service/key_command/src/
Dkey_command_handler.cpp1570 std::vector<int32_t> pressedKeys = keyEvent->GetPressedKeys(); in HandleRepeatKeyCount() local