/foundation/window/window_manager/dm/test/unittest/ |
H A D | screenshot_test.cpp | 73 EXPECT_CALL(m->Mock(), GetDisplaySnapshot(_, _)).Times(1).WillOnce(Return(nullptr)); in HWTEST_F() 85 EXPECT_CALL(m->Mock(), GetDisplaySnapshot(_, _)).Times(1).WillOnce(Return(CommonTestUtils::CreatePixelMap())); in HWTEST_F()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service_inner.cpp | 121 std::shared_ptr<Media::PixelMap> DisplayManagerServiceInner::GetDisplaySnapshot(DisplayId displayId,
in GetDisplaySnapshot() function in OHOS::Rosen::DisplayManagerServiceInner 124 return DisplayManagerService::GetInstance().GetDisplaySnapshot(displayId, errorCode);
in GetDisplaySnapshot()
|
H A D | display_manager_stub.cpp | 119 std::shared_ptr<Media::PixelMap> displaySnapshot = GetDisplaySnapshot(displayId, &errorCode);
in OnRemoteRequest()
|
H A D | display_manager_service.cpp | 297 std::shared_ptr<Media::PixelMap> DisplayManagerService::GetDisplaySnapshot(DisplayId displayId, DmErrorCode* errorCode)
in GetDisplaySnapshot() function in OHOS::Rosen::DisplayManagerService 299 HITRACE_METER_FMT(HITRACE_TAG_WINDOW_MANAGER, "dms:GetDisplaySnapshot(%" PRIu64")", displayId);
in GetDisplaySnapshot()
|
H A D | display_manager_proxy.cpp | 264 std::shared_ptr<Media::PixelMap> DisplayManagerProxy::GetDisplaySnapshot(DisplayId displayId, DmErrorCode* errorCode)
in GetDisplaySnapshot() function in OHOS::Rosen::DisplayManagerProxy 268 WLOGFW("GetDisplaySnapshot: remote is nullptr");
in GetDisplaySnapshot() 276 WLOGFE("GetDisplaySnapshot: WriteInterfaceToken failed");
in GetDisplaySnapshot() 287 WLOGFW("GetDisplaySnapshot: SendRequest failed");
in GetDisplaySnapshot() 297 WLOGFW("DisplayManagerProxy::GetDisplaySnapshot SendRequest nullptr.");
in GetDisplaySnapshot()
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_inner_test.cpp | 115 * @tc.name: GetDisplaySnapshot 116 * @tc.desc: test function : GetDisplaySnapshot 119 HWTEST_F(DisplayManagerServiceInnerTest, GetDisplaySnapshot, Function | SmallTest | Level1) in HWTEST_F() 124 auto ret = inner.GetDisplaySnapshot(displayId, errorCode); in HWTEST_F()
|
H A D | display_manager_service_test.cpp | 578 * @tc.name: GetDisplaySnapshot 579 * @tc.desc: DMS GetDisplaySnapshot 582 HWTEST_F(DisplayManagerServiceTest, GetDisplaySnapshot, Function | SmallTest | Level3) in HWTEST_F() 586 auto ret = dms_->GetDisplaySnapshot(displayId, errorCode); in HWTEST_F()
|
H A D | display_manager_proxy_test.cpp | 229 * @tc.desc: test DisplayManagerProxy::GetDisplaySnapshot 236 auto result1 = proxy1.GetDisplaySnapshot(0); in HWTEST_F() 243 auto result2 = proxy2.GetDisplaySnapshot(0); in HWTEST_F() 246 auto result3 = proxy2.GetDisplaySnapshot(0); in HWTEST_F()
|
/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_service_inner.h | 44 std::shared_ptr<Media::PixelMap> GetDisplaySnapshot(DisplayId displayId, DmErrorCode* errorCode = nullptr) const;
|
H A D | display_manager_proxy.h | 44 std::shared_ptr<Media::PixelMap> GetDisplaySnapshot(DisplayId displayId,
|
H A D | display_manager_service.h | 65 std::shared_ptr<Media::PixelMap> GetDisplaySnapshot(DisplayId displayId, DmErrorCode* errorCode) override;
|
H A D | display_manager_interface.h | 56 virtual std::shared_ptr<Media::PixelMap> GetDisplaySnapshot(DisplayId displayId,
|
/foundation/window/window_manager/wmserver/src/ |
H A D | freeze_controller.cpp | 45 std::shared_ptr<Media::PixelMap> pixelMap = DisplayManagerServiceInner::GetInstance().GetDisplaySnapshot(displayId); in FreezeDisplay()
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_display_manager_adapter.h | 33 MOCK_METHOD2(GetDisplaySnapshot, std::shared_ptr<Media::PixelMap>(DisplayId displayId, DmErrorCode* errorCode));
|
/foundation/window/window_manager/dm/src/ |
H A D | display_manager_adapter.cpp | 58 std::shared_ptr<Media::PixelMap> DisplayManagerAdapter::GetDisplaySnapshot(DisplayId displayId, DmErrorCode* errorCode)
in GetDisplaySnapshot() function in OHOS::Rosen::DisplayManagerAdapter 62 return displayManagerServiceProxy_->GetDisplaySnapshot(displayId, errorCode);
in GetDisplaySnapshot()
|
H A D | display_manager.cpp | 676 SingletonContainer::Get<DisplayManagerAdapter>().GetDisplaySnapshot(displayId, errorCode);
in GetScreenshot()
|
/foundation/window/window_manager/dm/include/ |
H A D | display_manager_adapter.h | 62 virtual std::shared_ptr<Media::PixelMap> GetDisplaySnapshot(DisplayId displayId, DmErrorCode* errorCode = nullptr);
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/ |
H A D | screen_session_manager_interface.h | 55 virtual std::shared_ptr<Media::PixelMap> GetDisplaySnapshot(DisplayId displayId,
|
H A D | screen_session_manager_proxy.h | 103 virtual std::shared_ptr<Media::PixelMap> GetDisplaySnapshot(DisplayId displayId, DmErrorCode* errorCode) override;
|
/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/ |
H A D | screensessionmanager_fuzzer.cpp | 320 proxy->GetDisplaySnapshot(displayId, nullptr); in ProxyInterfaceFuzzTestPart3()
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager.h | 123 virtual std::shared_ptr<Media::PixelMap> GetDisplaySnapshot(DisplayId displayId, DmErrorCode* errorCode) override;
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_proxy_test.cpp | 1064 * @tc.name: GetDisplaySnapshot 1065 * @tc.desc: GetDisplaySnapshot 1068 HWTEST_F(ScreenSessionManagerProxyTest, GetDisplaySnapshot, Function | SmallTest | Level1) in HWTEST_F() 1081 res = screenSessionManagerProxy->GetDisplaySnapshot(displayId, errorCode); in HWTEST_F()
|
H A D | screen_session_manager_test.cpp | 973 * @tc.name: GetDisplaySnapshot 977 HWTEST_F(ScreenSessionManagerTest, GetDisplaySnapshot, Function | SmallTest | Level3) in HWTEST_F() 981 ssm_->GetDisplaySnapshot(displayId, errorCode); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 363 std::shared_ptr<Media::PixelMap> displaySnapshot = GetDisplaySnapshot(displayId, &errCode); in OnRemoteRequest()
|
H A D | screen_session_manager_proxy.cpp | 1522 std::shared_ptr<Media::PixelMap> ScreenSessionManagerProxy::GetDisplaySnapshot(DisplayId displayId, in GetDisplaySnapshot() function in OHOS::Rosen::ScreenSessionManagerProxy 1525 WLOGFD("SCB: ScreenSessionManagerProxy::GetDisplaySnapshot enter"); in GetDisplaySnapshot() 1528 WLOGFW("SCB: ScreenSessionManagerProxy::GetDisplaySnapshot: remote is nullptr"); in GetDisplaySnapshot() 1536 WLOGFE("SCB: ScreenSessionManagerProxy::GetDisplaySnapshot: WriteInterfaceToken failed"); in GetDisplaySnapshot() 1541 WLOGFE("SCB: ScreenSessionManagerProxy::GetDisplaySnapshot: Write displayId failed"); in GetDisplaySnapshot() 1547 WLOGFW("SCB: ScreenSessionManagerProxy::GetDisplaySnapshot: SendRequest failed"); in GetDisplaySnapshot() 1557 WLOGFW("SCB: ScreenSessionManagerProxy::GetDisplaySnapshot: SendRequest nullptr."); in GetDisplaySnapshot()
|