Home
last modified time | relevance | path

Searched refs:SetBackPressedListenser (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp2203 HWTEST_F(WindowSessionTest2, SetBackPressedListenser, Function | SmallTest | Level2)
2207 session_->SetBackPressedListenser([&result](const bool needMoveToBackground) { in __anond2f947a71902()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h157 void SetBackPressedListenser(NotifyBackPressedFunc&& func);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1450 void Session::SetBackPressedListenser(NotifyBackPressedFunc&& func) in SetBackPressedListenser() function in OHOS::Rosen::Session
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp1466 session->SetBackPressedListenser([weakThis = wptr(this), where](bool needMoveToBackground) { in ProcessBackPressedRegister()