Searched refs:mockEventChannel_ (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | extension_session_test.cpp | 39 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 D | session_test.cpp | 75 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 D | session_test2.cpp | 77 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