Home
last modified time | relevance | path

Searched refs:NotifyScreenshot (Results 1 - 25 of 36) sorted by relevance

12

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_proxy_test.cpp277 * @tc.name: NotifyScreenshot
281 HWTEST_F(WindowProxyTest, NotifyScreenshot, Function | SmallTest | Level2) in HWTEST_F()
283 WMError err = windowProxy_->NotifyScreenshot(); in HWTEST_F()
H A Dwindow_agent_test.cpp281 * @tc.name: NotifyScreenshot
282 * @tc.desc: NotifyScreenshot
285 HWTEST_F(WindowAgentTest, NotifyScreenshot, Function | SmallTest | Level2) in HWTEST_F()
287 WMError err = windowAgent_->NotifyScreenshot(); in HWTEST_F()
291 err = windowAgent_->NotifyScreenshot(); in HWTEST_F()
H A Dwindow_impl_test3.cpp169 * @tc.name: NotifyScreenshot
170 * @tc.desc: NotifyScreenshot test
173 HWTEST_F(WindowImplTest3, NotifyScreenshot, Function | SmallTest | Level3) in HWTEST_F()
183 window->NotifyScreenshot(); in HWTEST_F()
H A Dwindow_session_impl_test2.cpp1170 * @tc.name: NotifyScreenshot
1187 window_->NotifyScreenshot(); in HWTEST_F()
1195 * @tc.name: NotifyScreenshot
1214 window_->NotifyScreenshot(); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_agent.cpp178 WMError WindowAgent::NotifyScreenshot() in NotifyScreenshot() function in OHOS::Rosen::WindowAgent
185 window_->NotifyScreenshot(); in NotifyScreenshot()
/foundation/window/window_manager/test/common/mock/
H A Dmock_IWindow.h47 MOCK_METHOD0(NotifyScreenshot, WMError());
/foundation/window/window_manager/wm/include/
H A Dwindow_agent.h46 WMError NotifyScreenshot() override;
H A Dwindow_session_impl.h222 void NotifyScreenshot() override;
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stage.h46 MOCK_METHOD0(NotifyScreenshot, void(void));
/foundation/window/window_manager/wm/include/zidl/
H A Dwindow_interface.h72 virtual WMError NotifyScreenshot() = 0;
H A Dwindow_proxy.h48 WMError NotifyScreenshot() override;
/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h50 void NotifyScreenshot() override;
H A Dsession_stage_interface.h101 virtual void NotifyScreenshot() = 0;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_test.cpp314 * @tc.name: NotifyScreenshot
315 * @tc.desc: test function : NotifyScreenshot
318 HWTEST_F(SessionStageProxyTest, NotifyScreenshot, Function | SmallTest | Level1) in HWTEST_F()
321 sessionStage_->NotifyScreenshot(); in HWTEST_F()
H A Dsession_test.cpp1255 * @tc.name: NotifyScreenshot
1256 * @tc.desc: NotifyScreenshot Test
1259 HWTEST_F(WindowSessionTest, NotifyScreenshot, Function | SmallTest | Level2) in HWTEST_F()
1263 session_->NotifyScreenshot(); in HWTEST_F()
1266 session_->NotifyScreenshot(); in HWTEST_F()
/foundation/window/window_manager/test/fuzztest/wms/windowagent_fuzzer/
H A Dwindow_agent_fuzzer.cpp121 agent->NotifyScreenshot(); in CheckWindowAgentFunctionsPart2()
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_service.h128 void NotifyScreenshot(DisplayId displayId);
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_stub.cpp225 NotifyScreenshot(); in OnRemoteRequest()
H A Dwindow_proxy.cpp433 WMError WindowProxy::NotifyScreenshot() in NotifyScreenshot() function in OHOS::Rosen::WindowProxy
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service.cpp183 void DisplayManagerService::NotifyScreenshot(DisplayId displayId) in NotifyScreenshot() function in OHOS::Rosen::DisplayManagerService
304 NotifyScreenshot(displayId); in GetDisplaySnapshot()
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp102 void NotifyScreenshot(sptr<ScreenshotInfo> info);
261 pImpl_->NotifyScreenshot(info);
1722 void DisplayManager::Impl::NotifyScreenshot(sptr<ScreenshotInfo> info) in NotifyScreenshot() function in OHOS::Rosen::DisplayManager::Impl
1724 WLOGFI("NotifyScreenshot trigger:[%{public}s] displayId:%{public}" PRIu64" size:%{public}zu", in NotifyScreenshot()
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_test.cpp158 dms_->NotifyScreenshot(0); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h101 void NotifyScreenshot(DisplayId displayId);
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp324 NotifyScreenshot(); in HandleNotifyScreenshot()
/foundation/window/window_manager/wmserver/test/unittest/
H A Davoid_area_controller_test.cpp121 WMError NotifyScreenshot() override

Completed in 25 milliseconds

12