Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test8.cpp418 HWTEST_F(SceneSessionManagerTest8, WindowDestroyNotifyVisibility, Function | SmallTest | Level3)
421 ssm_->WindowDestroyNotifyVisibility(sceneSession);
427 ssm_->WindowDestroyNotifyVisibility(sceneSession);
H A Dscene_session_manager_test6.cpp1962 HWTEST_F(SceneSessionManagerTest6, WindowDestroyNotifyVisibility, Function | SmallTest | Level3)
1971 ssm_->WindowDestroyNotifyVisibility(sceneSession);
1973 ssm_->WindowDestroyNotifyVisibility(sceneSession);
1975 ssm_->WindowDestroyNotifyVisibility(sceneSession);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h653 void WindowDestroyNotifyVisibility(const sptr<SceneSession>& sceneSession);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2403 WindowDestroyNotifyVisibility(sceneSession); in DestroyDialogWithMainWindow()
2501 WindowDestroyNotifyVisibility(scnSession); in RequestSceneSessionDestruction()
3369 WindowDestroyNotifyVisibility(sceneSession); in DestroyAndDisconnectSpecificSessionInner()
8190 void SceneSessionManager::WindowDestroyNotifyVisibility(const sptr<SceneSession>& sceneSession) in WindowDestroyNotifyVisibility() function in OHOS::Rosen::SceneSessionManager