Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h127 void SetScreenSceneDestroyListener(const DestroyScreenSceneFunc& func);
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp561 HWTEST_F(ScreenSessionTest, SetScreenSceneDestroyListener, Function | SmallTest | Level2)
572 screenSession->SetScreenSceneDestroyListener(func);
619 screenSession->SetScreenSceneDestroyListener(func);
624 screenSession->SetScreenSceneDestroyListener(func2);
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session.cpp103 screenSession_->SetScreenSceneDestroyListener(destroyFunc); in JsScreenSession()
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp777 void ScreenSession::SetScreenSceneDestroyListener(const DestroyScreenSceneFunc& func) in SetScreenSceneDestroyListener() function in OHOS::Rosen::ScreenSession