Searched refs:sceneSessionFirst (Results 1 - 2 of 2) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test.cpp | 147 sptr<SceneSession> sceneSessionFirst = ssm_->CreateSceneSession(sessionInfoFirst, nullptr); in HWTEST_F() local 148 ASSERT_NE(sceneSessionFirst, nullptr); in HWTEST_F() 149 ssm_->sceneSessionMap_.insert({sceneSessionFirst->GetPersistentId(), sceneSessionFirst}); in HWTEST_F() 158 sceneSessionFirst->GetSessionProperty()->displayId_ = 0; in HWTEST_F() 159 sceneSessionFirst->GetSessionProperty()->isPrivacyMode_ = true; in HWTEST_F() 160 sceneSessionFirst->state_ = SessionState::STATE_FOREGROUND; in HWTEST_F() 1052 sptr<SceneSession> sceneSessionFirst = ssm_->CreateSceneSession(sessionInfo, nullptr); in HWTEST_F() local 1053 ASSERT_NE(sceneSessionFirst, nullptr); in HWTEST_F() 1054 SetVisibleForAccessibility(sceneSessionFirst); in HWTEST_F() 1315 sptr<SceneSession> sceneSessionFirst = ssm_->CreateSceneSession(sessionInfo, nullptr); HWTEST_F() local 1346 sptr<SceneSession> sceneSessionFirst = ssm_->CreateSceneSession(sessionInfo, nullptr); HWTEST_F() local [all...] |
H A D | scene_session_manager_test6.cpp | 549 sptr<SceneSession> sceneSessionFirst = sptr<SceneSession>::MakeSptr(sessionInfoFirst, nullptr);
in HWTEST_F() local 550 ASSERT_NE(sceneSessionFirst, nullptr);
in HWTEST_F() 551 sceneSessionFirst->property_ = nullptr;
in HWTEST_F() 554 sceneSessionFirst->property_ = sptr<WindowSessionProperty>::MakeSptr();
in HWTEST_F() 555 ASSERT_NE(nullptr, sceneSessionFirst->property_);
in HWTEST_F() 556 sceneSessionFirst->property_->SetDisplayId(0);
in HWTEST_F() 560 sceneSessionFirst->state_ = SessionState::STATE_FOREGROUND;
in HWTEST_F() 563 sceneSessionFirst->state_ = SessionState::STATE_CONNECT;
in HWTEST_F() 581 sptr<SceneSession> sceneSessionFirst = sptr<SceneSession>::MakeSptr(sessionInfoFirst, nullptr);
in HWTEST_F() local 582 ASSERT_NE(sceneSessionFirst, nullpt in HWTEST_F() 620 sptr<SceneSession> sceneSessionFirst = sptr<SceneSession>::MakeSptr(sessionInfoFirst, nullptr); HWTEST_F() local [all...] |
Completed in 5 milliseconds