Home
last modified time | relevance | path

Searched refs:scbSystemSession_ (Results 1 - 1 of 1) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscb_system_session_test.cpp38 sptr<SCBSystemSession> scbSystemSession_; member in OHOS::Rosen::SCBSystemSessionTest
55 scbSystemSession_ = new (std::nothrow) SCBSystemSession(info, specificCallback); in SetUp()
56 EXPECT_NE(nullptr, scbSystemSession_); in SetUp()
61 scbSystemSession_ = nullptr; in TearDown()
74 scbSystemSession_->sessionStage_ = mockSessionStage; in HWTEST_F()
75 auto ret = scbSystemSession_->NotifyClientToUpdateRect("SCBSystemSessionTest", nullptr); in HWTEST_F()
86 ASSERT_EQ(WSError::WS_ERROR_NULLPTR, scbSystemSession_->TransferKeyEvent(nullptr)); in HWTEST_F()
96 scbSystemSession_->state_ = SessionState::STATE_CONNECT; in HWTEST_F()
99 scbSystemSession_->windowEventChannel_ = nullptr; in HWTEST_F()
101 ASSERT_EQ(WSError::WS_ERROR_NULLPTR, scbSystemSession_ in HWTEST_F()
[all...]

Completed in 1 milliseconds