Home
last modified time | relevance | path

Searched refs:FilterKeyEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp935 window->FilterKeyEvent(keyEvent);
942 window->FilterKeyEvent(keyEvent);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h328 bool FilterKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp3562 bool WindowSessionImpl::FilterKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) in FilterKeyEvent() function in OHOS::Rosen::WindowSessionImpl
3612 if (FilterKeyEvent(keyEvent)) return; in DispatchKeyEventCallback()