Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
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_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
H A Dwindow_session_impl.cpp509 bool WindowSessionImpl::PreNotifyKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) in PreNotifyKeyEvent() function in OHOS::Rosen::WindowSessionImpl
/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