Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test3.cpp307 HWTEST_F(WindowImplTest3, HandleBackKeyPressedEvent, Function | SmallTest | Level3)
314 window->HandleBackKeyPressedEvent(keyEvent);
320 window->HandleBackKeyPressedEvent(keyEvent);
325 window->HandleBackKeyPressedEvent(keyEvent);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h412 void HandleBackKeyPressedEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp2830 void WindowImpl::HandleBackKeyPressedEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) in HandleBackKeyPressedEvent() function in OHOS::Rosen::WindowImpl
2901 HandleBackKeyPressedEvent(keyEvent); in ConsumeKeyEvent()