Searched refs:NotifyCreateSubSession (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_supplement_test.cpp | 474 * @tc.name: NotifyCreateSubSession
475 * @tc.desc: NotifyCreateSubSession
478 HWTEST_F(SceneSessionManagerSupplementTest, NotifyCreateSubSession, Function | SmallTest | Level3)
in HWTEST_F() 482 ssm_->NotifyCreateSubSession(1, sceneSession);
in HWTEST_F() 487 ssm_->NotifyCreateSubSession(1, sceneSession);
in HWTEST_F() 495 ssm_->NotifyCreateSubSession(1, sceneSession);
in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 872 void NotifyCreateSubSession(int32_t persistentId, sptr<SceneSession> session, uint32_t windowFlags = 0);
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 2745 NotifyCreateSubSession(persistentId, sceneSession); in RecoverCachedSubSession() 2859 NotifyCreateSubSession(property->GetParentPersistentId(), newSession); in NotifyCreateSpecificSession() 2874 NotifyCreateSubSession(property->GetParentPersistentId(), newSession); in NotifyCreateSpecificSession() 2883 void SceneSessionManager::NotifyCreateSubSession(int32_t persistentId, sptr<SceneSession> session, uint32_t windowFlags) in NotifyCreateSubSession() function in OHOS::Rosen::SceneSessionManager 2912 TLOGD(WmsLogTag::WMS_LIFE, "NotifyCreateSubSession success, parentId: %{public}d, subId: %{public}d", in NotifyCreateSubSession()
|
Completed in 20 milliseconds