Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dextension_session_test.cpp39 sptr<WindowEventChannelMocker> mockEventChannel_ = nullptr; member in OHOS::Rosen::ExtensionSessionTest
62 mockEventChannel_ = new (std::nothrow) WindowEventChannelMocker(mockSessionStage_); in SetUp()
63 ASSERT_NE(mockEventChannel_, nullptr); in SetUp()
73 mockEventChannel_ = nullptr; in TearDown()
87 auto res = extensionSession_->Connect(mockSessionStage_, mockEventChannel_, nullptr, sessionConfig, nullptr, in HWTEST_F()
405 extensionSession_->windowEventChannel_ = mockEventChannel_; in HWTEST_F()
406 EXPECT_CALL(*mockEventChannel_, TransferAccessibilityHoverEvent); in HWTEST_F()
442 extensionSession_->windowEventChannel_ = mockEventChannel_; in HWTEST_F()
443 EXPECT_CALL(*mockEventChannel_, TransferAccessibilityChildTreeRegister); in HWTEST_F()
473 extensionSession_->windowEventChannel_ = mockEventChannel_; in HWTEST_F()
[all...]
H A Dsession_test.cpp75 sptr<WindowEventChannelMocker> mockEventChannel_ = nullptr; member in OHOS::Rosen::WindowSessionTest
105 mockEventChannel_ = new (std::nothrow) WindowEventChannelMocker(mockSessionStage_); in SetUp()
106 ASSERT_NE(mockEventChannel_, nullptr); in SetUp()
266 auto res = session_->ConnectInner(mockSessionStage_, mockEventChannel_, in HWTEST_F()
271 auto res2 = session_->ConnectInner(mockSessionStage_, mockEventChannel_, in HWTEST_F()
279 auto res3 = session_->ConnectInner(mockSessionStage_, mockEventChannel_, in HWTEST_F()
H A Dsession_test2.cpp77 sptr<WindowEventChannelMocker> mockEventChannel_ = nullptr; member in OHOS::Rosen::WindowSessionTest2
107 mockEventChannel_ = new (std::nothrow) WindowEventChannelMocker(mockSessionStage_); in SetUp()
108 ASSERT_NE(mockEventChannel_, nullptr); in SetUp()
353 session_->windowEventChannel_ = mockEventChannel_; in HWTEST_F()
394 session_->windowEventChannel_ = mockEventChannel_; in HWTEST_F()

Completed in 8 milliseconds