/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | event_dispatcher.cpp | 397 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 D | event_dispatcher.h | 41 bool DispatchKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent);
|
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_keyevent_filter.cpp | 48 void KeyEventFilter::DispatchKeyEvent(MMI::KeyEvent& event) in DispatchKeyEvent() function in OHOS::Accessibility::KeyEventFilter
|
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
H A D | mock_mt_accessibility_keyevent_filter.cpp | 48 void MockKeyEventFilter::DispatchKeyEvent(MMI::KeyEvent& event) in DispatchKeyEvent() function in OHOS::Accessibility::MockKeyEventFilter
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_keyevent_filter.cpp | 67 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 D | accessibility_keyevent_filter.h | 95 void DispatchKeyEvent(MMI::KeyEvent &event);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
H A D | window_pattern.h | 43 void DispatchKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent);
|
/foundation/multimodalinput/input/service/event_dispatch/include/ |
H A D | event_dispatch_handler.h | 61 int32_t DispatchKeyEvent(int32_t fd, UDSServer& udsServer, std::shared_ptr<KeyEvent> key);
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_window_adapter.h | 55 MOCK_METHOD2(DispatchKeyEvent, void(uint32_t windowId, std::shared_ptr<MMI::KeyEvent> event));
|
/foundation/multimodalinput/input/service/event_dispatch/test/ |
H A D | event_dispatch_test.cpp | 44 * @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 D | mock_event_manager.cpp | 71 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 D | window_manager_stub_impl.h | 149 void DispatchKeyEvent(uint32_t windowId, std::shared_ptr<MMI::KeyEvent> event) override {}
|
H A D | window_manager_proxy_test.cpp | 555 * @tc.name: DispatchKeyEvent 559 HWTEST_F(WindowManagerProxyTest, DispatchKeyEvent, Function | SmallTest | Level2) in HWTEST_F() 565 windowManagerProxy_->DispatchKeyEvent(windowId, event); in HWTEST_F()
|
H A D | window_manager_service_test.cpp | 360 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 D | window_manager_proxy.h | 76 void DispatchKeyEvent(uint32_t windowId, std::shared_ptr<MMI::KeyEvent> event) override;
|
/foundation/window/window_manager/wm/src/ |
H A D | window_input_channel.cpp | 97 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 D | event_dispatch_handler.cpp | 367 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 D | ace_view_ohos.h | 59 static bool DispatchKeyEvent(
|
H A D | ace_view_ohos.cpp | 223 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 D | window_scene_helper.cpp | 258 return OHOS::Ace::Platform::AceViewOhos::DispatchKeyEvent(aceView, keyEvent, isPreIme); in InjectKeyEvent()
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_root.h | 84 void DispatchKeyEvent(sptr<WindowNode> node, std::shared_ptr<MMI::KeyEvent> event);
|
H A D | window_controller.h | 88 void DispatchKeyEvent(uint32_t windowId, std::shared_ptr<MMI::KeyEvent> event);
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_manager.h | 101 bool DispatchKeyEvent(const KeyEvent& event, const RefPtr<FocusNode>& focusNode);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | ui_extension_pattern.h | 211 virtual void DispatchKeyEvent(const KeyEvent& event);
|
/foundation/window/window_manager/window_scene/intention_event/src/ |
H A D | intention_event_manager.cpp | 299 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()
|