Home
last modified time | relevance | path

Searched defs:KeyEvent (Results 1 – 25 of 26) sorted by relevance

12

/foundation/multimodalinput/input/service/event_handler/test/
Dkey_event_value_transformation_test.cpp46 auto KeyEvent = KeyEvent::Create(); variable
64 auto KeyEvent = KeyEvent::Create(); variable
82 auto KeyEvent = KeyEvent::Create(); variable
100 auto KeyEvent = KeyEvent::Create(); variable
118 auto KeyEvent = KeyEvent::Create(); variable
136 auto KeyEvent = KeyEvent::Create(); variable
154 auto KeyEvent = KeyEvent::Create(); variable
172 auto KeyEvent = KeyEvent::Create(); variable
192 auto KeyEvent = KeyEvent::Create(); variable
212 auto KeyEvent = KeyEvent::Create(); variable
[all …]
/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/include/
Dmock_accessible_ability_listener.h23 class KeyEvent; variable
/foundation/barrierfree/accessibility/interfaces/innerkits/aafwk/include/
Daccessible_ability_listener.h23 class KeyEvent; variable
/foundation/window/window_manager/window_scene/session/container/include/zidl/
Dwindow_event_channel_interface.h27 class KeyEvent; variable
Dsession_stage_interface.h28 class KeyEvent; variable
/foundation/window/window_manager/wmserver/include/zidl/
Dwindow_manager_lite_interface.h28 class KeyEvent; variable
/foundation/multimodalinput/input/intention/adapters/test/unittest/src/
Dinput_adapter_test.cpp131 auto callback = [] (std::shared_ptr<OHOS::MMI::KeyEvent>) { in __anon65e04d460302()
151 auto callback = [] (std::shared_ptr<OHOS::MMI::KeyEvent>) { in __anon65e04d460402()
194 auto keyCallback = [] (std::shared_ptr<OHOS::MMI::KeyEvent>) { in __anon65e04d460702()
/foundation/arkui/ui_lite/interfaces/kits/events/
Dkey_event.h60 KeyEvent(uint16_t keyId, uint16_t state) : keyId_(keyId), state_(state) {} in KeyEvent() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
Dwindow_scene_helper.h28 class KeyEvent; variable
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
Dmock_key_event.cpp97 KeyEvent::KeyEvent(int32_t eventType) : InputEvent(eventType) in KeyEvent() function in OHOS::MMI::KeyEvent
100 KeyEvent::KeyEvent(const KeyEvent& other) in KeyEvent() function in OHOS::MMI::KeyEvent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
Dsession_wrapper.h35 class KeyEvent; variable
Dplatform_pattern.h52 class KeyEvent; variable
Dui_extension_pattern.h60 class KeyEvent; variable
/foundation/multimodalinput/input/frameworks/proxy/events/test/
Dkey_event_test.cpp49 auto KeyEvent = KeyEvent::Create(); variable
509 auto KeyEvent = KeyEvent::Create(); variable
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
Dability.h68 class KeyEvent; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
Dsystem_window_scene.cpp236 bool isPreImeEvent) -> bool { in RegisterEventCallback()
/foundation/multimodalinput/input/service/event_dispatch/test/
Devent_dispatch_test.cpp937 std::shared_ptr<KeyEvent> KeyEvent = KeyEvent::Create(); variable
996 std::shared_ptr<KeyEvent> KeyEvent = KeyEvent::Create(); variable
1487 std::shared_ptr<KeyEvent> KeyEvent = KeyEvent::Create(); variable
/foundation/window/window_manager/previewer/include/
Dwindow.h32 class KeyEvent; variable
/foundation/multimodalinput/input/tools/inject_event/src/
Dinput_manager_command.cpp722 auto KeyEvent = KeyEvent::Create(); in ParseCommand() local
742 auto KeyEvent = KeyEvent::Create(); in ParseCommand() local
764 auto KeyEvent = KeyEvent::Create(); in ParseCommand() local
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
Daccessibility_ut_helper.h250 void SetTestKeyEvent(bool KeyEvent) in SetTestKeyEvent()
/foundation/multimodalinput/input/service/interceptor/test/
Devent_interceptor_handler_test.cpp121 std::shared_ptr<KeyEvent> KeyEvent = KeyEvent::Create(); variable
/foundation/arkui/ace_engine/frameworks/core/event/
Dkey_event.h26 class KeyEvent; variable
448 KeyEvent() in KeyEvent() function
452KeyEvent(KeyCode code, KeyAction action, std::vector<KeyCode> pressedCodes, int32_t repeatTimeStam… in KeyEvent() function
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
Dui_content.h71 class KeyEvent; variable
/foundation/window/window_manager/window_scene/session/host/include/
Dsession.h37 class KeyEvent; variable
/foundation/multimodalinput/input/frameworks/proxy/events/src/
Dkey_event.cpp941 KeyEvent::KeyEvent(int32_t eventType) : InputEvent(eventType) {} in KeyEvent() function in OHOS::MMI::KeyEvent
943 KeyEvent::KeyEvent(const KeyEvent& other) in KeyEvent() function in OHOS::MMI::KeyEvent

12