Home
last modified time | relevance | path

Searched refs:testWindowEventChannel (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dmain_session_lifecycle_test.cpp84 … sptr<TestWindowEventChannel> testWindowEventChannel = new (std::nothrow) TestWindowEventChannel(); variable
85 EXPECT_NE(nullptr, testWindowEventChannel);
90 result = mainSession_->Reconnect(nullptr, testWindowEventChannel, surfaceNode, property);
96 … result = mainSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property);
100 … result = mainSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property);
104 … result = mainSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property);
145 … sptr<TestWindowEventChannel> testWindowEventChannel = new (std::nothrow) TestWindowEventChannel(); variable
146 EXPECT_NE(nullptr, testWindowEventChannel);
149 …WSError reconnect = mainSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode,…
H A Dsystem_session_lifecycle_test.cpp135 … sptr<TestWindowEventChannel> testWindowEventChannel = new (std::nothrow) TestWindowEventChannel(); variable
136 EXPECT_NE(nullptr, testWindowEventChannel);
141 result = systemSession_->Reconnect(nullptr, testWindowEventChannel, surfaceNode, property);
147 …result = systemSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, nullptr);
151 …result = systemSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property…
155 …result = systemSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property…
159 …result = systemSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property…
163 …result = systemSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property…
167 …result = systemSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property…
H A Dsub_session_lifecycle_test.cpp96 … sptr<TestWindowEventChannel> testWindowEventChannel = new (std::nothrow) TestWindowEventChannel(); variable
97 EXPECT_NE(nullptr, testWindowEventChannel);
102 result = subSession_->Reconnect(nullptr, testWindowEventChannel, surfaceNode, property);
108 result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, nullptr);
111 … result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property);
115 … result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property);
119 … result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property);
123 … result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property);
127 … result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property);
131 … result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property);
H A Dsession_lifecycle_test.cpp159 … sptr<TestWindowEventChannel> testWindowEventChannel = new (std::nothrow) TestWindowEventChannel(); variable
160 EXPECT_NE(nullptr, testWindowEventChannel);
161 …result = session_->Connect(mockSessionStage, testWindowEventChannel, surfaceNode, systemConfig, pr…
184 … sptr<TestWindowEventChannel> testWindowEventChannel = new (std::nothrow) TestWindowEventChannel(); variable
185 EXPECT_NE(nullptr, testWindowEventChannel);
186 result = session_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, nullptr);
189 result = session_->Reconnect(nullptr, testWindowEventChannel, surfaceNode, property);
192 result = session_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property);