/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | main_session_lifecycle_test.cpp | 84 sptr<TestWindowEventChannel> testWindowEventChannel = new (std::nothrow) TestWindowEventChannel(); in HWTEST_F() local 85 EXPECT_NE(nullptr, testWindowEventChannel); in HWTEST_F() 90 result = mainSession_->Reconnect(nullptr, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 96 result = mainSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 100 result = mainSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 104 result = mainSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 145 sptr<TestWindowEventChannel> testWindowEventChannel = new (std::nothrow) TestWindowEventChannel(); in HWTEST_F() local 146 EXPECT_NE(nullptr, testWindowEventChannel); in HWTEST_F() 149 WSError reconnect = mainSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F()
|
H A D | system_session_lifecycle_test.cpp | 135 sptr<TestWindowEventChannel> testWindowEventChannel = new (std::nothrow) TestWindowEventChannel(); in HWTEST_F() local 136 EXPECT_NE(nullptr, testWindowEventChannel); in HWTEST_F() 141 result = systemSession_->Reconnect(nullptr, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 147 result = systemSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, nullptr); in HWTEST_F() 151 result = systemSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 155 result = systemSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 159 result = systemSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 163 result = systemSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 167 result = systemSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F()
|
H A D | sub_session_lifecycle_test.cpp | 96 sptr<TestWindowEventChannel> testWindowEventChannel = new (std::nothrow) TestWindowEventChannel(); in HWTEST_F() local 97 EXPECT_NE(nullptr, testWindowEventChannel); in HWTEST_F() 102 result = subSession_->Reconnect(nullptr, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 108 result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, nullptr); in HWTEST_F() 111 result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 115 result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 119 result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 123 result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 127 result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 131 result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNod in HWTEST_F() [all...] |
H A D | session_lifecycle_test.cpp | 158 sptr<TestWindowEventChannel> testWindowEventChannel = new (std::nothrow) TestWindowEventChannel(); in HWTEST_F() local 159 EXPECT_NE(nullptr, testWindowEventChannel); in HWTEST_F() 160 result = session_->Connect(mockSessionStage, testWindowEventChannel, surfaceNode, systemConfig, property); in HWTEST_F() 183 sptr<TestWindowEventChannel> testWindowEventChannel = new (std::nothrow) TestWindowEventChannel(); in HWTEST_F() local 184 EXPECT_NE(nullptr, testWindowEventChannel); in HWTEST_F() 185 result = session_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, nullptr); in HWTEST_F() 188 result = session_->Reconnect(nullptr, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 191 result = session_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F()
|
H A D | main_session_test.cpp | 347 sptr<TestWindowEventChannel> testWindowEventChannel = new (std::nothrow) TestWindowEventChannel(); in HWTEST_F() local 348 EXPECT_NE(nullptr, testWindowEventChannel); in HWTEST_F() 350 auto result = mainSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F()
|