Home
last modified time | relevance | path

Searched refs:mockEventChannel_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dextension_session_test.cpp39 sptr<WindowEventChannelMocker> mockEventChannel_ = nullptr; member in OHOS::Rosen::ExtensionSessionTest
63 ASSERT_NE(mockEventChannel_, nullptr); in SetUp()
73 mockEventChannel_ = nullptr; in TearDown()
360 extensionSession_->windowEventChannel_ = mockEventChannel_;
397 extensionSession_->windowEventChannel_ = mockEventChannel_;
428 extensionSession_->windowEventChannel_ = mockEventChannel_;
453 extensionSession_->windowEventChannel_ = mockEventChannel_;
482 extensionSession_->windowEventChannel_ = mockEventChannel_;
511 extensionSession_->windowEventChannel_ = mockEventChannel_;
549 extensionSession_->windowEventChannel_ = mockEventChannel_;
[all …]
H A Dsession_test.cpp76 sptr<WindowEventChannelMocker> mockEventChannel_ = nullptr; member in OHOS::Rosen::WindowSessionTest
106 mockEventChannel_ = new (std::nothrow) WindowEventChannelMocker(mockSessionStage_); in SetUp()
107 ASSERT_NE(mockEventChannel_, nullptr); in SetUp()
266 auto res = session_->ConnectInner(mockSessionStage_, mockEventChannel_,
271 auto res2 = session_->ConnectInner(mockSessionStage_, mockEventChannel_,
279 auto res3 = session_->ConnectInner(mockSessionStage_, mockEventChannel_,
H A Dsession_test2.cpp79 sptr<WindowEventChannelMocker> mockEventChannel_ = nullptr; member in OHOS::Rosen::WindowSessionTest2
109 mockEventChannel_ = new (std::nothrow) WindowEventChannelMocker(mockSessionStage_); in SetUp()
110 ASSERT_NE(mockEventChannel_, nullptr); in SetUp()
355 session_->windowEventChannel_ = mockEventChannel_;
396 session_->windowEventChannel_ = mockEventChannel_;