Searched refs:session03 (Results 1 – 2 of 2) sorted by relevance
262 sptr<Session> session03 = sptr<Session>::MakeSptr(info); variable264 EXPECT_NE(session03, nullptr);269 session03->sessionStage_ = nullptr;273 session_->dialogVec_.push_back(session03);300 sptr<Session> session03 = sptr<Session>::MakeSptr(info); variable302 EXPECT_NE(session03, nullptr);307 session03->sessionStage_ = nullptr;311 session_->dialogVec_.push_back(session03);
1017 sptr<Session> session03 = sptr<Session>::MakeSptr(info); variable1021 ASSERT_NE(session03, nullptr);1022 sceneSession01->SetParentSession(session03);1023 sceneSession02->SetParentSession(session03);1024 sceneSession03->SetParentSession(session03);