Home
last modified time | relevance | path

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 Dsession_stage_interface.h115 virtual void NotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool& isConsumed,
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_extension_session_impl.h82 void NotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool& isConsumed,
H A Dwindow_session_impl.h162 void NotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool& isConsumed,
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp164 sessionStage_->NotifyKeyEvent(keyEvent, isConsumed); in TransferKeyEventForConsumed()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_extension_session_impl_test.cpp797 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 Dwindow_session_impl_test.cpp1562 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 Dwindow_extension_session_impl.cpp455 void WindowExtensionSessionImpl::NotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent, boo… in NotifyKeyEvent() function in OHOS::Rosen::WindowExtensionSessionImpl
H A Dwindow_session_impl.cpp506 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