/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | multi_screen_manager.cpp | 46 ScreenId defaultScreenId = defaultSession->GetScreenId(); in FilterPhysicalAndVirtualScreen() 52 if (screenSession->GetScreenId() == defaultScreenId) { in FilterPhysicalAndVirtualScreen() 279 scbClient->OnScreenConnectionChanged(secondarySession->GetScreenId(), ScreenEvent::CONNECTED, in DoFirstMainChangeExtend() 289 scbClient->OnScreenConnectionChanged(secondarySession->GetScreenId(), ScreenEvent::DISCONNECTED, in DoFirstMainChangeMirror() 357 ScreenSessionManager::GetInstance().SetDefaultScreenId(firstSession->GetScreenId()); in DoFirstMirrorChangeExtend() 359 scbClient->OnScreenConnectionChanged(firstSession->GetScreenId(), ScreenEvent::CONNECTED, in DoFirstMirrorChangeExtend() 363 firstSession->GetScreenId(), secondarySession->GetScreenId()); in DoFirstMirrorChangeExtend() 364 secondarySession->ScreenExtendChange(firstSession->GetScreenId(), secondarySession->GetScreenId()); in DoFirstMirrorChangeExtend() [all...] |
/foundation/window/window_manager/dm/src/ |
H A D | display.cpp | 121 ScreenId Display::GetScreenId() const
in GetScreenId() function in OHOS::Rosen::Display 128 return pImpl_->GetDisplayInfo()->GetScreenId();
in GetScreenId() 211 return SingletonContainer::Get<DisplayManagerAdapter>().HasImmersiveWindow(GetScreenId(), immersive);
in HasImmersiveWindow() 216 return SingletonContainer::Get<ScreenManagerAdapter>().GetSupportedHDRFormats(GetScreenId(), hdrFormats);
in GetSupportedHDRFormats() 221 return SingletonContainer::Get<ScreenManagerAdapter>().GetSupportedColorSpaces(GetScreenId(), colorSpaces);
in GetSupportedColorSpaces()
|
H A D | screen_manager.cpp | 83 if (screenInfo == nullptr || screenInfo->GetScreenId() == SCREEN_ID_INVALID) {
in OnScreenConnect() 94 listener->OnConnect(screenInfo->GetScreenId());
in OnScreenConnect() 129 listener->OnChange(screenInfo->GetScreenId());
in OnScreenChange() 148 if (screenInfo->GetScreenId() != SCREEN_ID_INVALID) {
in OnScreenGroupChange() 149 screenIds.push_back(screenInfo->GetScreenId());
in OnScreenGroupChange() 270 screens.emplace_back(screenMap_[info->GetScreenId()]);
in GetAllScreens() 670 ScreenId screenId = screenInfo->GetScreenId();
in UpdateScreenInfoLocked() 695 oss << "Screen ID: " << screenInfo->GetScreenId() << ", ";
in GetScreenInfoSrting()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_visitor.cpp | 58 currentVisitDisplay_ = node.GetScreenId(); in PrepareDisplayRenderNode() 67 ScreenInfo curScreenInfo = screenManager->QueryScreenInfo(node.GetScreenId()); in PrepareDisplayRenderNode() 107 node.GetId(), node.GetScreenId(), isSecurityDisplay_ ? "true" : "false", node.GetChildrenCount()); in ProcessDisplayRenderNode() 114 ScreenInfo curScreenInfo = screenManager->QueryScreenInfo(node.GetScreenId()); in ProcessDisplayRenderNode() 115 RS_TRACE_NAME("ProcessDisplayRenderNode[" + std::to_string(node.GetScreenId()) + "]"); in ProcessDisplayRenderNode() 121 RS_TRACE_NAME("SkipFrame, screenId:" + std::to_string(node.GetScreenId())); in ProcessDisplayRenderNode() 139 if (isSecurityDisplay_ && displayHasSecSurface_[node.GetScreenId()]) { in ProcessDisplayRenderNode() 300 mirrorNode ? mirrorNode->GetScreenId() : INVALID_SCREEN_ID, processorRenderEngine_)) { in CreateProcessor()
|
H A D | rs_virtual_screen_processor.cpp | 54 node.GetScreenId()); in Init() 57 producerSurface_ = screenManager->GetProducerSurface(node.GetScreenId()); in Init() 60 node.GetScreenId()); in Init()
|
H A D | rs_uni_render_virtual_processor.cpp | 50 virtualScreenId_ = params->GetScreenId(); in InitForRenderThread() 69 screenCorrection_ = screenManager->GetScreenCorrection(mirroredParams->GetScreenId()); in InitForRenderThread() 70 auto mainScreenInfo = screenManager->QueryScreenInfo(mirroredParams->GetScreenId()); in InitForRenderThread()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service_inner.cpp | 92 return DisplayManagerService::GetInstance().GetScreenInfoById(displayInfo->GetScreenId());
in GetScreenInfoByDisplayId() 102 return DisplayManagerService::GetInstance().GetScreenGroupIdByScreenId(displayInfo->GetScreenId());
in GetScreenGroupIdByDisplayId() 140 SetOrientationFromWindow(displayInfo->GetScreenId(), orientation, withAnimation);
in SetOrientationFromWindow() 150 SetRotationFromWindow(displayInfo->GetScreenId(), targetRotation, withAnimation);
in SetRotationFromWindow()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_node_container_test.cpp | 60 container_ = new WindowNodeContainer(defaultDisplay_->GetDisplayInfo(), defaultDisplay_->GetScreenId()); in SetUpTestCase() 240 defaultDisplay_->GetScreenId()); in HWTEST_F() 266 defaultDisplay_->GetScreenId()); in HWTEST_F() 280 defaultDisplay_->GetScreenId()); in HWTEST_F() 317 defaultDisplay_->GetScreenId()); in HWTEST_F() 337 defaultDisplay_->GetScreenId()); in HWTEST_F() 358 defaultDisplay_->GetScreenId()); in HWTEST_F() 381 defaultDisplay_->GetScreenId()); in HWTEST_F() 398 defaultDisplay_->GetScreenId()); in HWTEST_F() 424 defaultDisplay_->GetScreenId()); in HWTEST_F() [all...] |
H A D | window_root_test.cpp | 387 sptr<WindowNodeContainer> container = new WindowNodeContainer(display->GetDisplayInfo(), display->GetScreenId()); in HWTEST_F() 402 sptr<WindowNodeContainer> container = new WindowNodeContainer(display->GetDisplayInfo(), display->GetScreenId()); in HWTEST_F() 493 sptr<WindowNodeContainer> container = new WindowNodeContainer(display->GetDisplayInfo(), display->GetScreenId()); in HWTEST_F() 517 sptr<WindowNodeContainer> container = new WindowNodeContainer(display->GetDisplayInfo(), display->GetScreenId()); in HWTEST_F() 632 sptr<WindowNodeContainer> container = new WindowNodeContainer(display->GetDisplayInfo(), display->GetScreenId()); in HWTEST_F() 683 sptr<WindowNodeContainer> container = new WindowNodeContainer(display->GetDisplayInfo(), display->GetScreenId()); in HWTEST_F() 703 sptr<WindowNodeContainer> container = new WindowNodeContainer(display->GetDisplayInfo(), display->GetScreenId()); in HWTEST_F() 788 sptr<WindowNodeContainer> container = new WindowNodeContainer(display->GetDisplayInfo(), display->GetScreenId()); in HWTEST_F() 851 sptr<WindowNodeContainer> container = new WindowNodeContainer(display->GetDisplayInfo(), display->GetScreenId()); in HWTEST_F() 938 sptr<WindowNodeContainer> container = new WindowNodeContainer(display->GetDisplayInfo(), display->GetScreenId()); in HWTEST_F() [all...] |
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen_manager.cpp | 107 uint64_t screenId = changedScreen->GetScreenId(); in HandleScreenChange() 343 if (dScreen->GetScreenId() == screenId) { in FindDScreenByScreenId() 369 uint64_t screenId = dScreen->GetScreenId(); in GetScreenDumpInfo() 459 messageJosn[SOURCE_WIN_ID] = dScreen->GetScreenId(); in PublishMessage() 470 messageJosn[SOURCE_WIN_ID] = dScreen->GetScreenId(); in PublishMessage() 484 eventContentJson[KEY_SCREEN_ID] = dScreen->GetScreenId(); in NotifyRemoteSinkSetUp() 487 DHLOGE("videoParam is null, back to enabled state screedId: %{public}" PRIu64, dScreen->GetScreenId()); in NotifyRemoteSinkSetUp() 493 if (mapRelations_.count(dScreen->GetScreenId()) == 0) { in NotifyRemoteSinkSetUp() 494 DHLOGE("mapRelation not found, back to enabled state screedId: %{public}" PRIu64, dScreen->GetScreenId()); in NotifyRemoteSinkSetUp() 498 eventContentJson[KEY_MAPRELATION] = *(mapRelations_[dScreen->GetScreenId()]); in NotifyRemoteSinkSetUp() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/ |
H A D | screen_pattern.cpp | 94 instance->RegisterScreenNode(screenSession_->GetScreenId(), host); in OnAttachToFrameNode() 103 instance->UnregisterScreenNode(screenSession_->GetScreenId()); in OnDetachFromFrameNode() 140 auto screenId = screenSession_->GetScreenId(); in UpdateToInputManager() 206 auto screenId = screenSession_->GetScreenId(); in DeduplicateDisplayInfo() 239 sptr<Rosen::Screen> screen = Rosen::ScreenManager::GetInstance().GetScreenById(screenSession_->GetScreenId()); in GetDensityInCurrentResolution()
|
H A D | screen_model.cpp | 35 ACE_SCOPED_TRACE("Create[%s][self:%d][%" PRIu64 "]", V2::SCREEN_ETS_TAG, nodeId, screenSession->GetScreenId()); in Create()
|
H A D | screen_node.cpp | 30 if (screenSession->GetScreenId() != targetDisplayId) { in TouchTest()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/ |
H A D | dscreen_manager.cpp | 117 changedScreen->GetScreenId(), event); in HandleScreenChange() 142 uint64_t screenId = dScreen->GetScreenId(); in StartDScreenMirror() 165 DHLOGI("DScreenManager::StopDScreenMirror, screenId: %{public}" PRIu64, dScreen->GetScreenId()); in StopDScreenMirror() 322 if (dScreen->GetScreenId() == screenId) { in FindDScreenById() 347 uint64_t screenId = dScreen->GetScreenId(); in GetScreenDumpInfo() 379 messageJosn[SOURCE_WIN_ID] = dScreen->GetScreenId(); in PublishMessage() 390 messageJosn[SOURCE_WIN_ID] = dScreen->GetScreenId(); in PublishMessage()
|
/foundation/window/window_manager/dm_lite/src/ |
H A D | screen_manager_lite.cpp | 61 if (screenInfo == nullptr || screenInfo->GetScreenId() == SCREEN_ID_INVALID) {
in OnScreenConnect() 71 listener->OnConnect(screenInfo->GetScreenId());
in OnScreenConnect() 104 listener->OnChange(screenInfo->GetScreenId());
in OnScreenChange()
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_display.cpp | 64 ScreenId Display::GetScreenId() const in GetScreenId() function in OHOS::Rosen::Display
|
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_display.cpp | 73 ScreenId Display::GetScreenId() const in GetScreenId() function in OHOS::Rosen::Display 75 GTEST_LOG_(INFO) << "MOCK Display GetScreenId"; in GetScreenId()
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | display.h | 90 ScreenId GetScreenId() const;
|
/foundation/window/window_manager/previewer/include/ |
H A D | display.h | 90 ScreenId GetScreenId() const;
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | screen_info_test.cpp | 64 ASSERT_EQ(screenInfoDst->GetScreenId(), 1); in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/services/common/utils/include/ |
H A D | dscreen_maprelation.h | 43 uint64_t GetScreenId() const;
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen_manager_test.cpp | 87 ret = DScreenManager::GetInstance().AddToGroup(changedScreen, changedScreen->GetScreenId()); in HWTEST_F() 91 ret = DScreenManager::GetInstance().AddToGroup(changedScreen, changedScreen->GetScreenId()); in HWTEST_F() 109 ret = DScreenManager::GetInstance().RemoveFromGroup(changedScreen, changedScreen->GetScreenId()); in HWTEST_F() 113 ret = DScreenManager::GetInstance().RemoveFromGroup(changedScreen, changedScreen->GetScreenId()); in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/include/ |
H A D | screenregion.h | 50 uint64_t GetScreenId();
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/include/ |
H A D | screenregion.h | 49 uint64_t GetScreenId();
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_display_render_node_drawable.cpp | 553 if (params && RSUniRenderUtil::CheckRenderSkipIfScreenOff(true, params->GetScreenId())) { in OnDraw() 563 ScreenId paramScreenId = params->GetScreenId(); in OnDraw() 608 mirrorParams ? mirrorParams->GetScreenId() : INVALID_SCREEN_ID, in OnDraw() 923 ScreenInfo mainScreenInfo = screenManager->QueryScreenInfo(mirrorParams->GetScreenId()); in CalculateVirtualDirty() 924 ScreenInfo curScreenInfo = screenManager->QueryScreenInfo(params.GetScreenId()); in CalculateVirtualDirty() 981 if (hasSecSurface[mirroredParams->GetScreenId()] && !uniParam.GetSecExemption()) { in DrawMirror() 1154 ScreenInfo mainScreenInfo = screenManager->QueryScreenInfo(mirroredParams->GetScreenId()); in CalculateVirtualDirtyForWiredScreen() 1203 auto screenCorrection = screenManager->GetScreenCorrection(mirroredParams->GetScreenId()); in ScaleAndRotateMirrorForWiredScreen() 1278 std::to_string(params->GetScreenId()) + "] Not using UniRender buffer."); in OnCapture() 1316 params.GetScreenId(), hwcNodesNu in DrawHardwareEnabledNodes() [all...] |