Searched refs:NotifyKeyEvent (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/ |
H A D | session_stage_interface.h | 115 virtual void NotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool& isConsumed,
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_extension_session_impl.h | 82 void NotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool& isConsumed,
|
H A D | window_session_impl.h | 162 void NotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool& isConsumed,
|
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/ |
H A D | window_event_channel.cpp | 164 sessionStage_->NotifyKeyEvent(keyEvent, isConsumed); in TransferKeyEventForConsumed()
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_extension_session_impl_test.cpp | 797 window_->NotifyKeyEvent(keyEvent, consumed, notifyInputMethod); 810 window_->NotifyKeyEvent(nullptr, consumed, notifyInputMethod); 824 window_->NotifyKeyEvent(keyEvent, consumed, notifyInputMethod); 839 window_->NotifyKeyEvent(keyEvent, consumed, notifyInputMethod);
|
H A D | window_session_impl_test.cpp | 1562 HWTEST_F(WindowSessionImplTest, NotifyKeyEvent, Function | SmallTest | Level2) 1580 window->NotifyKeyEvent(keyEvent, isConsumed, notifyInputMethod); 1583 window->NotifyKeyEvent(keyEvent, isConsumed, notifyInputMethod); 1586 window->NotifyKeyEvent(keyEvent, isConsumed, notifyInputMethod); 1589 window->NotifyKeyEvent(keyEvent, isConsumed, notifyInputMethod);
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_extension_session_impl.cpp | 455 void WindowExtensionSessionImpl::NotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent, boo… in NotifyKeyEvent() function in OHOS::Rosen::WindowExtensionSessionImpl
|
H A D | window_session_impl.cpp | 506 NotifyKeyEvent(keyEvent, isConsumed, false); in ConsumeKeyEvent() 3686 void WindowSessionImpl::NotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool& isCons… in NotifyKeyEvent() function in OHOS::Rosen::WindowSessionImpl
|