Searched refs:mockEventChannel_ (Results 1 – 3 of 3) sorted by relevance
39 sptr<WindowEventChannelMocker> mockEventChannel_ = nullptr; member in OHOS::Rosen::ExtensionSessionTest63 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 …]
76 sptr<WindowEventChannelMocker> mockEventChannel_ = nullptr; member in OHOS::Rosen::WindowSessionTest106 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_,
79 sptr<WindowEventChannelMocker> mockEventChannel_ = nullptr; member in OHOS::Rosen::WindowSessionTest2109 mockEventChannel_ = new (std::nothrow) WindowEventChannelMocker(mockSessionStage_); in SetUp()110 ASSERT_NE(mockEventChannel_, nullptr); in SetUp()355 session_->windowEventChannel_ = mockEventChannel_;396 session_->windowEventChannel_ = mockEventChannel_;