Home
last modified time | relevance | path

Searched refs:PreNotifyKeyEvent (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_input_channel.cpp78 bool isConsumed = window_->PreNotifyKeyEvent(keyEvent); in HandleKeyEvent()
H A Dwindow_extension_session_impl.cpp1056 bool WindowExtensionSessionImpl::PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) in PreNotifyKeyEvent() function in OHOS::Rosen::WindowExtensionSessionImpl
H A Dwindow_session_impl.cpp509 bool WindowSessionImpl::PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) in PreNotifyKeyEvent() function in OHOS::Rosen::WindowSessionImpl
520 return PreNotifyKeyEvent(keyEvent); in NotifyOnKeyPreImeEvent()
H A Dwindow_impl.cpp1418 bool WindowImpl::PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) in PreNotifyKeyEvent() function in OHOS::Rosen::WindowImpl
H A Dwindow_scene_session_impl.cpp859 bool WindowSceneSessionImpl::PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) in PreNotifyKeyEvent() function in OHOS::Rosen::WindowSceneSessionImpl
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_extension_session_impl_test.cpp1784 HWTEST_F(WindowExtensionSessionImplTest, PreNotifyKeyEvent, Function | SmallTest | Level3)
1786 bool ret = window_->PreNotifyKeyEvent(nullptr);
1793 ret = window_->PreNotifyKeyEvent(keyEvent);
1801 ret = window_->PreNotifyKeyEvent(keyEvent);
1805 ret = window_->PreNotifyKeyEvent(keyEvent);
1809 ret = window_->PreNotifyKeyEvent(keyEvent);
1813 ret = window_->PreNotifyKeyEvent(keyEvent);
H A Dwindow_session_impl_test4.cpp679 HWTEST_F(WindowSessionImplTest4, PreNotifyKeyEvent, Function | SmallTest | Level2)
691 ASSERT_EQ(false, window->PreNotifyKeyEvent(keyEvent));
695 ASSERT_EQ(false, window->PreNotifyKeyEvent(keyEvent));
H A Dwindow_scene_session_impl_test3.cpp1784 HWTEST_F(WindowSceneSessionImplTest3, PreNotifyKeyEvent, Function | SmallTest | Level2)
1794 auto ret = windowSceneSessionImpl->PreNotifyKeyEvent(keyEvent);
H A Dwindow_test.cpp964 HWTEST_F(WindowTest, PreNotifyKeyEvent, Function | SmallTest | Level2)
970 window->PreNotifyKeyEvent(inputEvent);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_extension_session_impl.h100 bool PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) override;
H A Dwindow_scene_session_impl.h137 bool PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) override;
H A Dwindow_impl.h277 virtual bool PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) override;
H A Dwindow_session_impl.h70 bool PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) override;
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1187 virtual bool PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) {return false;} in PreNotifyKeyEvent() function