Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_supplement_test.cpp478 HWTEST_F(SceneSessionManagerSupplementTest, NotifyCreateSubSession, Function | SmallTest | Level3)
482 ssm_->NotifyCreateSubSession(1, sceneSession);
487 ssm_->NotifyCreateSubSession(1, sceneSession);
495 ssm_->NotifyCreateSubSession(1, sceneSession);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h863 …void NotifyCreateSubSession(int32_t persistentId, sptr<SceneSession> session, uint32_t windowFlags…
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3034 NotifyCreateSubSession(persistentId, sceneSession); in RecoverCachedSubSession()
3155 NotifyCreateSubSession(property->GetParentPersistentId(), newSession); in NotifyCreateSpecificSession()
3170 NotifyCreateSubSession(property->GetParentPersistentId(), newSession); in NotifyCreateSpecificSession()
3179 void SceneSessionManager::NotifyCreateSubSession(int32_t persistentId, sptr<SceneSession> session, … in NotifyCreateSubSession() function in OHOS::Rosen::SceneSessionManager