Home
last modified time | relevance | path

Searched refs:WindowEventChannelMocker (Results 1 - 9 of 9) sorted by relevance

/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_window_event_channel.h23 class WindowEventChannelMocker : public WindowEventChannel { class
25 WindowEventChannelMocker(sptr<ISessionStage> sessionStage) : WindowEventChannel(sessionStage) {}; in WindowEventChannelMocker() function in OHOS::Rosen::WindowEventChannelMocker
26 ~WindowEventChannelMocker() {}; in ~WindowEventChannelMocker()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_proxy_test.cpp71 sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage); in HWTEST_F()
99 sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage); in HWTEST_F()
126 sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage); in HWTEST_F()
154 sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage); in HWTEST_F()
182 sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage); in HWTEST_F()
208 sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage); in HWTEST_F()
234 sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage); in HWTEST_F()
260 sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage); in HWTEST_F()
286 sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage); in HWTEST_F()
312 sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStag in HWTEST_F()
[all...]
H A Dwindow_event_channel_stub_mock_test.cpp45 sptr<WindowEventChannelStub> windowEventChannelStub_ = new WindowEventChannelMocker(sessionStage);
H A Dsession_test.cpp75 sptr<WindowEventChannelMocker> mockEventChannel_ = nullptr;
105 mockEventChannel_ = new (std::nothrow) WindowEventChannelMocker(mockSessionStage_); in SetUp()
169 sptr<WindowEventChannelMocker> mockEventChannel = new(std::nothrow) WindowEventChannelMocker(mockSessionStage); in HWTEST_F()
215 sptr<WindowEventChannelMocker> mockEventChannel = sptr<WindowEventChannelMocker>::MakeSptr(mockSessionStage); in HWTEST_F()
H A Dwindow_event_channel_stub_test.cpp51 sptr<WindowEventChannelStub> windowEventChannelStub_ = new WindowEventChannelMocker(sessionStage);
H A Dwindow_event_channel_test.cpp48 sptr<WindowEventChannel> windowEventChannel_ = new WindowEventChannelMocker(sessionStage);
H A Dextension_session_test.cpp39 sptr<WindowEventChannelMocker> mockEventChannel_ = nullptr;
62 mockEventChannel_ = new (std::nothrow) WindowEventChannelMocker(mockSessionStage_); in SetUp()
H A Dsession_test2.cpp77 sptr<WindowEventChannelMocker> mockEventChannel_ = nullptr;
107 mockEventChannel_ = new (std::nothrow) WindowEventChannelMocker(mockSessionStage_); in SetUp()
H A Dscene_session_manager_test5.cpp1501 sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage); in HWTEST_F()

Completed in 13 milliseconds