Home
last modified time | relevance | path

Searched refs:WindowEventChannelMocker (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_window_event_channel.h23 class WindowEventChannelMocker : public WindowEventChannel {
25WindowEventChannelMocker(sptr<ISessionStage> sessionStage) : WindowEventChannel(sessionStage) {}; in WindowEventChannelMocker() function
26 ~WindowEventChannelMocker() {}; in ~WindowEventChannelMocker()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_proxy_test.cpp70 …sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage);
98 …sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage);
125 …sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage);
153 …sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage);
181 …sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage);
207 …sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage);
233 …sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage);
259 …sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage);
285 …sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage);
311 …sptr<IWindowEventChannel> eventChannel = new (std::nothrow) WindowEventChannelMocker(sessionStage);
H A Dwindow_event_channel_stub_mock_test.cpp45 … sptr<WindowEventChannelStub> windowEventChannelStub_ = new WindowEventChannelMocker(sessionStage);
H A Dsession_test.cpp76 sptr<WindowEventChannelMocker> mockEventChannel_ = nullptr;
106 mockEventChannel_ = new (std::nothrow) WindowEventChannelMocker(mockSessionStage_); in SetUp()
170 …sptr<WindowEventChannelMocker> mockEventChannel = new(std::nothrow) WindowEventChannelMocker(mockS…
217 …sptr<WindowEventChannelMocker> mockEventChannel = new(std::nothrow) WindowEventChannelMocker(mockS…
H A Dwindow_event_channel_stub_test.cpp51 … sptr<WindowEventChannelStub> windowEventChannelStub_ = new WindowEventChannelMocker(sessionStage);
H A Dextension_session_test.cpp39 sptr<WindowEventChannelMocker> mockEventChannel_ = nullptr;
62 mockEventChannel_ = new (std::nothrow) WindowEventChannelMocker(mockSessionStage_); in SetUp()
H A Dwindow_event_channel_test.cpp48 sptr<WindowEventChannel> windowEventChannel_ = new WindowEventChannelMocker(sessionStage);
H A Dsession_test2.cpp79 sptr<WindowEventChannelMocker> mockEventChannel_ = nullptr;
109 mockEventChannel_ = new (std::nothrow) WindowEventChannelMocker(mockSessionStage_); in SetUp()