/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_input_channel.cpp | 78 bool isConsumed = window_->PreNotifyKeyEvent(keyEvent); in HandleKeyEvent()
|
H A D | window_extension_session_impl.cpp | 1056 bool WindowExtensionSessionImpl::PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) in PreNotifyKeyEvent() function in OHOS::Rosen::WindowExtensionSessionImpl
|
H A D | window_session_impl.cpp | 509 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 D | window_impl.cpp | 1418 bool WindowImpl::PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) in PreNotifyKeyEvent() function in OHOS::Rosen::WindowImpl
|
H A D | window_scene_session_impl.cpp | 859 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 D | window_extension_session_impl_test.cpp | 1784 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 D | window_session_impl_test4.cpp | 679 HWTEST_F(WindowSessionImplTest4, PreNotifyKeyEvent, Function | SmallTest | Level2) 691 ASSERT_EQ(false, window->PreNotifyKeyEvent(keyEvent)); 695 ASSERT_EQ(false, window->PreNotifyKeyEvent(keyEvent));
|
H A D | window_scene_session_impl_test3.cpp | 1784 HWTEST_F(WindowSceneSessionImplTest3, PreNotifyKeyEvent, Function | SmallTest | Level2) 1794 auto ret = windowSceneSessionImpl->PreNotifyKeyEvent(keyEvent);
|
H A D | window_test.cpp | 964 HWTEST_F(WindowTest, PreNotifyKeyEvent, Function | SmallTest | Level2) 970 window->PreNotifyKeyEvent(inputEvent);
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_extension_session_impl.h | 100 bool PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) override;
|
H A D | window_scene_session_impl.h | 137 bool PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) override;
|
H A D | window_impl.h | 277 virtual bool PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) override;
|
H A D | window_session_impl.h | 70 bool PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) override;
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window.h | 1187 virtual bool PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) {return false;} in PreNotifyKeyEvent() function
|