Home
last modified time | relevance | path

Searched refs:DispatchKeyEvent (Results 1 - 25 of 53) sorted by relevance

123

/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Devent_dispatcher.cpp397 bool EventDispatcher::DispatchKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) in DispatchKeyEvent() function in OHOS::Ace::Platform::EventDispatcher
399 ACE_SCOPED_TRACE("DispatchKeyEvent"); in DispatchKeyEvent()
H A Devent_dispatcher.h41 bool DispatchKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent);
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_keyevent_filter.cpp48 void KeyEventFilter::DispatchKeyEvent(MMI::KeyEvent& event) in DispatchKeyEvent() function in OHOS::Accessibility::KeyEventFilter
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_keyevent_filter.cpp48 void MockKeyEventFilter::DispatchKeyEvent(MMI::KeyEvent& event) in DispatchKeyEvent() function in OHOS::Accessibility::MockKeyEventFilter
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_keyevent_filter.cpp67 DispatchKeyEvent(event); in OnKeyEvent()
116 void KeyEventFilter::DispatchKeyEvent(MMI::KeyEvent &event) in DispatchKeyEvent() function in OHOS::Accessibility::KeyEventFilter
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_keyevent_filter.h95 void DispatchKeyEvent(MMI::KeyEvent &event);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_pattern.h43 void DispatchKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent);
/foundation/multimodalinput/input/service/event_dispatch/include/
H A Devent_dispatch_handler.h61 int32_t DispatchKeyEvent(int32_t fd, UDSServer& udsServer, std::shared_ptr<KeyEvent> key);
/foundation/window/window_manager/test/common/mock/
H A Dmock_window_adapter.h55 MOCK_METHOD2(DispatchKeyEvent, void(uint32_t windowId, std::shared_ptr<MMI::KeyEvent> event));
/foundation/multimodalinput/input/service/event_dispatch/test/
H A Devent_dispatch_test.cpp44 * @tc.desc: Test the funcation DispatchKeyEvent
88 * @tc.desc: Test the funcation DispatchKeyEvent
103 int32_t ret = handler.DispatchKeyEvent(fd, udsServer, key); in HWTEST_F()
106 ret = handler.DispatchKeyEvent(fd, udsServer, key); in HWTEST_F()
113 ret = handler.DispatchKeyEvent(fd, udsServer, key); in HWTEST_F()
118 ret = handler.DispatchKeyEvent(fd, udsServer, key); in HWTEST_F()
122 ret = handler.DispatchKeyEvent(fd, udsServer, key); in HWTEST_F()
125 ret = handler.DispatchKeyEvent(fd, udsServer, key); in HWTEST_F()
191 * @tc.desc: Test DispatchKeyEvent
212 * @tc.desc: Test DispatchKeyEvent
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dmock_event_manager.cpp71 bool EventManager::DispatchKeyEvent(const KeyEvent& event, const RefPtr<FocusNode>& focusNode) in DispatchKeyEvent() function in OHOS::Ace::EventManager
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_stub_impl.h149 void DispatchKeyEvent(uint32_t windowId, std::shared_ptr<MMI::KeyEvent> event) override {}
H A Dwindow_manager_proxy_test.cpp555 * @tc.name: DispatchKeyEvent
559 HWTEST_F(WindowManagerProxyTest, DispatchKeyEvent, Function | SmallTest | Level2) in HWTEST_F()
565 windowManagerProxy_->DispatchKeyEvent(windowId, event); in HWTEST_F()
H A Dwindow_manager_service_test.cpp360 wms->DispatchKeyEvent(compNode->GetWindowId(), event); in HWTEST_F()
392 wms->DispatchKeyEvent(appNode1->GetWindowId(), event); in HWTEST_F()
432 wms->DispatchKeyEvent(compNode2->GetWindowId(), event); in HWTEST_F()
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_proxy.h76 void DispatchKeyEvent(uint32_t windowId, std::shared_ptr<MMI::KeyEvent> event) override;
/foundation/window/window_manager/wm/src/
H A Dwindow_input_channel.cpp97 auto ret = MiscServices::InputMethodController::GetInstance()->DispatchKeyEvent(keyEvent, callback); in HandleKeyEvent()
99 WLOGFE("DispatchKeyEvent failed, ret:%{public}d, id:%{public}d", ret, keyEvent->GetId()); in HandleKeyEvent()
/foundation/multimodalinput/input/service/event_dispatch/src/
H A Devent_dispatch_handler.cpp367 ret = DispatchKeyEvent(item.first, udsServer, key); in DispatchKeyEventPid()
372 int32_t EventDispatchHandler::DispatchKeyEvent(int32_t fd, UDSServer& udsServer, std::shared_ptr<KeyEvent> key) in DispatchKeyEvent() function in OHOS::MMI::EventDispatchHandler
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.h59 static bool DispatchKeyEvent(
H A Dace_view_ohos.cpp223 bool AceViewOhos::DispatchKeyEvent(const RefPtr<AceViewOhos>& view, in DispatchKeyEvent() function in OHOS::Ace::Platform::AceViewOhos
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H A Dwindow_scene_helper.cpp258 return OHOS::Ace::Platform::AceViewOhos::DispatchKeyEvent(aceView, keyEvent, isPreIme); in InjectKeyEvent()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h84 void DispatchKeyEvent(sptr<WindowNode> node, std::shared_ptr<MMI::KeyEvent> event);
H A Dwindow_controller.h88 void DispatchKeyEvent(uint32_t windowId, std::shared_ptr<MMI::KeyEvent> event);
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.h101 bool DispatchKeyEvent(const KeyEvent& event, const RefPtr<FocusNode>& focusNode);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_pattern.h211 virtual void DispatchKeyEvent(const KeyEvent& event);
/foundation/window/window_manager/window_scene/intention_event/src/
H A Dintention_event_manager.cpp299 auto ret = MiscServices::InputMethodController::GetInstance()->DispatchKeyEvent(keyEvent, callback); in OnInputEvent()
301 WLOGFE("DispatchKeyEvent failed, ret:%{public}d, id:%{public}d, focusedSessionId:%{public}d", in OnInputEvent()

Completed in 17 milliseconds

123