Home
last modified time | relevance | path

Searched defs:PreNotifyKeyEvent (Results 1 – 5 of 5) sorted by relevance

/foundation/window/window_manager/wm/src/
Dwindow_extension_session_impl.cpp1741 bool WindowExtensionSessionImpl::PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) in PreNotifyKeyEvent() function in OHOS::Rosen::WindowExtensionSessionImpl
Dwindow_impl.cpp1562 bool WindowImpl::PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) in PreNotifyKeyEvent() function in OHOS::Rosen::WindowImpl
Dwindow_scene_session_impl.cpp1197 bool WindowSceneSessionImpl::PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) in PreNotifyKeyEvent() function in OHOS::Rosen::WindowSceneSessionImpl
Dwindow_session_impl.cpp823 bool WindowSessionImpl::PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) in PreNotifyKeyEvent() function in OHOS::Rosen::WindowSessionImpl
/foundation/window/window_manager/interfaces/innerkits/wm/
Dwindow.h1917 virtual bool PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) {return false;} in PreNotifyKeyEvent() function