Home
last modified time | relevance | path

Searched refs:screenRegion (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregionmgr.cpp77 for (const auto &screenRegion : screenRegions_) { in Release()
78 if (screenRegion == nullptr) { in Release()
81 int32_t ret = screenRegion->Release(); in Release()
84 GetAnonyString(screenRegion->GetRemoteDevId()).c_str(), ret); in Release()
95 auto screenRegion = std::make_shared<ScreenRegion>(peerDevId); in CreateDScreenRegion() local
96 screenRegion->InitReceiverEngine(providerPtr_); in CreateDScreenRegion()
97 screenRegions_.push_back(screenRegion); in CreateDScreenRegion()
119 result.append("screenRegion OnLine:\n[\n"); in GetScreenDumpInfo()
123 DHLOGD("no screenRegion"); in GetScreenDumpInfo()
129 for (const auto &screenRegion in GetScreenDumpInfo()
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregionmgr.cpp55 std::shared_ptr<ScreenRegion> screenRegion = item.second; in ReleaseAllRegions() local
56 if (screenRegion == nullptr) { in ReleaseAllRegions()
59 int32_t ret = screenRegion->Stop(); in ReleaseAllRegions()
62 GetAnonyString(screenRegion->GetRemoteDevId()).c_str(), ret); in ReleaseAllRegions()
85 result.append("screenRegion OnLine:\n[\n"); in GetScreenDumpInfo()
88 DHLOGD("no screenRegion"); in GetScreenDumpInfo()
94 std::shared_ptr<ScreenRegion> screenRegion = iter.second; in GetScreenDumpInfo() local
95 if (screenRegion == nullptr) { in GetScreenDumpInfo()
98 uint64_t screenId = screenRegion->GetScreenId(); in GetScreenDumpInfo()
99 std::string remoteDevId = screenRegion in GetScreenDumpInfo()
154 std::shared_ptr<ScreenRegion> screenRegion = std::make_shared<ScreenRegion>(remoteDevId, screenId, displayId); HandleNotifySetUp() local
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregionmgr_test.cpp48 std::shared_ptr<ScreenRegion> screenRegion = std::make_shared<ScreenRegion>(remoteDevId, screenId, displayId); in HWTEST_F() local
49 ScreenRegionManager::GetInstance().screenRegions_[remoteDevId] = screenRegion; in HWTEST_F()
64 std::shared_ptr<ScreenRegion> screenRegion = nullptr; in HWTEST_F() local
65 ScreenRegionManager::GetInstance().screenRegions_[remoteDevId] = screenRegion; in HWTEST_F()
91 std::shared_ptr<ScreenRegion> screenRegion = std::make_shared<ScreenRegion>(remoteDevId, screenId, displayId); in HWTEST_F() local
93 ScreenRegionManager::GetInstance().screenRegions_[remoteDevId] = screenRegion; in HWTEST_F()
95 screenRegion->videoParam_ = std::make_shared<VideoParam>(); in HWTEST_F()
96 screenRegion->videoParam_->SetScreenWidth(100); in HWTEST_F()
97 screenRegion->videoParam_->SetScreenHeight(100); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_occlusion_region_test.cpp355 Region screenRegion{screen}; in HWTEST_F()
358 std::cout << "screenRegion " << screenRegion.GetRegionInfo() << std::endl; in HWTEST_F()
359 transparentRegion.AndSelf(screenRegion); in HWTEST_F()
360 auto res = opaqueRegion.AndSelf(screenRegion); in HWTEST_F()
379 Region screenRegion{screen}; in HWTEST_F()
382 std::cout << "screenRegion " << screenRegion.GetRegionInfo() << std::endl; in HWTEST_F()
383 transparentRegion.AndSelf(screenRegion); in HWTEST_F()
384 auto res = opaqueRegion.AndSelf(screenRegion); in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1718 Occlusion::Region screenRegion{screen}; in ResetSurfaceOpaqueRegion()
1719 transparentRegion_.AndSelf(screenRegion); in ResetSurfaceOpaqueRegion()
1720 opaqueRegion_.AndSelf(screenRegion); in ResetSurfaceOpaqueRegion()

Completed in 7 milliseconds