Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dmain_session_lifecycle_test.cpp84 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 Dsystem_session_lifecycle_test.cpp135 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 Dsub_session_lifecycle_test.cpp96 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 Dsession_lifecycle_test.cpp158 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 Dmain_session_test.cpp347 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()

Completed in 4 milliseconds