/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_proxy_test.cpp | 277 * @tc.name: NotifyScreenshot 281 HWTEST_F(WindowProxyTest, NotifyScreenshot, Function | SmallTest | Level2) in HWTEST_F() 283 WMError err = windowProxy_->NotifyScreenshot(); in HWTEST_F()
|
H A D | window_agent_test.cpp | 281 * @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 D | window_impl_test3.cpp | 169 * @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 D | window_session_impl_test2.cpp | 1170 * @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 D | window_agent.cpp | 178 WMError WindowAgent::NotifyScreenshot() in NotifyScreenshot() function in OHOS::Rosen::WindowAgent 185 window_->NotifyScreenshot(); in NotifyScreenshot()
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_IWindow.h | 47 MOCK_METHOD0(NotifyScreenshot, WMError());
|
/foundation/window/window_manager/wm/include/ |
H A D | window_agent.h | 46 WMError NotifyScreenshot() override;
|
H A D | window_session_impl.h | 222 void NotifyScreenshot() override;
|
/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_session_stage.h | 46 MOCK_METHOD0(NotifyScreenshot, void(void));
|
/foundation/window/window_manager/wm/include/zidl/ |
H A D | window_interface.h | 72 virtual WMError NotifyScreenshot() = 0;
|
H A D | window_proxy.h | 48 WMError NotifyScreenshot() override;
|
/foundation/window/window_manager/window_scene/session/container/include/zidl/ |
H A D | session_stage_proxy.h | 50 void NotifyScreenshot() override;
|
H A D | session_stage_interface.h | 101 virtual void NotifyScreenshot() = 0;
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_stage_proxy_test.cpp | 314 * @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 D | session_test.cpp | 1255 * @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 D | window_agent_fuzzer.cpp | 121 agent->NotifyScreenshot(); in CheckWindowAgentFunctionsPart2()
|
/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_service.h | 128 void NotifyScreenshot(DisplayId displayId);
|
/foundation/window/window_manager/wm/src/zidl/ |
H A D | window_stub.cpp | 225 NotifyScreenshot(); in OnRemoteRequest()
|
H A D | window_proxy.cpp | 433 WMError WindowProxy::NotifyScreenshot() in NotifyScreenshot() function in OHOS::Rosen::WindowProxy
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service.cpp | 183 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 D | display_manager.cpp | 102 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 D | display_manager_service_test.cpp | 158 dms_->NotifyScreenshot(0); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager.h | 101 void NotifyScreenshot(DisplayId displayId);
|
/foundation/window/window_manager/window_scene/session/container/src/zidl/ |
H A D | session_stage_stub.cpp | 324 NotifyScreenshot(); in HandleNotifyScreenshot()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | avoid_area_controller_test.cpp | 121 WMError NotifyScreenshot() override
|