/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | screen.cpp | 54 return pImpl_->GetScreenInfo()->GetIsScreenGroup(); in IsGroup() 59 return pImpl_->GetScreenInfo()->GetName(); in GetName() 64 return pImpl_->GetScreenInfo()->GetScreenId(); in GetId() 91 return pImpl_->GetScreenInfo()->GetVirtualWidth(); in GetVirtualWidth() 109 return pImpl_->GetScreenInfo()->GetRotation(); in GetRotation() 115 return pImpl_->GetScreenInfo()->GetOrientation(); in GetOrientation() 202 return pImpl_->GetScreenInfo()->GetParentId(); in GetParentId() 208 return pImpl_->GetScreenInfo()->GetModeId(); in GetModeId() 213 return pImpl_->GetScreenInfo()->GetModes(); in GetSupportedModes() 279 sptr<ScreenInfo> Screen::GetScreenInfo() const in GetScreenInfo() function in OHOS::Rosen::Screen [all …]
|
H A D | display_manager_adapter.cpp | 489 sptr<ScreenInfo> ScreenManagerAdapter::GetScreenInfo(ScreenId screenId) in GetScreenInfo() function in OHOS::Rosen::ScreenManagerAdapter
|
H A D | screen_manager.cpp | 227 auto screenInfo = SingletonContainer::Get<ScreenManagerAdapter>().GetScreenInfo(screenId); in GetScreen()
|
/ohos5.0/foundation/window/window_manager/dm/test/unittest/ |
H A D | screen_test.cpp | 83 ASSERT_NE(screen_->GetScreenInfo(), nullptr); 92 ASSERT_NE(screen_->GetScreenInfo(), nullptr); 217 sptr<ScreenInfo> screenInfo = screen_->GetScreenInfo(); 219 EXPECT_CALL(m->Mock(), GetScreenInfo(_)).Times(1).WillOnce(Return(screenInfo)); 222 EXPECT_CALL(m->Mock(), GetScreenInfo(_)).Times(1).WillOnce(Return(screenInfo)); 234 sptr<ScreenInfo> screenInfo = screen_->GetScreenInfo(); 236 EXPECT_CALL(m->Mock(), GetScreenInfo(_)).Times(1).WillOnce(Return(screenInfo)); 239 EXPECT_CALL(m->Mock(), GetScreenInfo(_)).Times(1).WillOnce(Return(screenInfo)); 251 sptr<ScreenInfo> screenInfo = screen_->GetScreenInfo(); 253 EXPECT_CALL(m->Mock(), GetScreenInfo(_)).Times(1).WillOnce(Return(screenInfo)); [all …]
|
H A D | display_manager_adapter_test.cpp | 202 HWTEST_F(DisplayManagerAdapterTest, GetScreenInfo, Function | SmallTest | Level2) 204 …sptr<ScreenInfo> info = SingletonContainer::Get<ScreenManagerAdapter>().GetScreenInfo(SCREEN_ID_IN…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_display_render_node_drawable.cpp | 419 const auto& screenInfo = params.GetScreenInfo(); in CheckDisplayNodeSkip() 608 auto screenInfo = params->GetScreenInfo(); in OnDraw() 1012 rsDirtyRectsDfx.SetVirtualDirtyRects(dirtyRects, params.GetScreenInfo()); in DrawMirror() 1053 rsDirtyRectsDfx.SetVirtualDirtyRects(dirtyRects, params.GetScreenInfo()); in DrawMirrorCopy() 1130 rsDirtyRectsDfx.SetVirtualDirtyRects(damageRegionRects, params.GetScreenInfo()); in WiredScreenProjection() 1177 auto screenInfo = mirrorParams->GetScreenInfo(); in DrawWiredMirrorOnDraw() 1213 auto curScreenInfo = params.GetScreenInfo(); in CalculateVirtualDirtyForWiredScreen() 1258 auto mainScreenInfo = mirroredParams->GetScreenInfo(); in ScaleAndRotateMirrorForWiredScreen() 1261 auto mirrorScreenInfo = nodeParams->GetScreenInfo(); in ScaleAndRotateMirrorForWiredScreen() 1695 const ScreenInfo& screenInfo = params->GetScreenInfo(); in PrepareOffscreenRender() [all …]
|
H A D | rs_surface_render_node_drawable.cpp | 190 auto screenInfo = uniParam->GetScreenInfo(); in PrepareOffscreenRender()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_processor.cpp | 138 screenInfo_ = displayParams->GetScreenInfo(); in InitForRenderThread() 149 auto mirroredScreenInfo = mirrorNodeParam->GetScreenInfo(); in InitForRenderThread()
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_dumper.cpp | 176 GetScreenInfo(screen, oss); in DumpAllScreenInfo() 210 GetScreenInfo(screen, oss); in DumpScreenInfo() 327 void DisplayDumper::GetScreenInfo(const sptr<AbstractScreen>& screen, std::ostringstream& oss) const in GetScreenInfo() function in OHOS::Rosen::DisplayDumper
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | display_dumper.h | 51 void GetScreenInfo(const sptr<AbstractScreen>& screen, std::ostringstream& oss) const;
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | screen.h | 174 sptr<ScreenInfo> GetScreenInfo() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_display_render_params.h | 56 const ScreenInfo& GetScreenInfo() const override in GetScreenInfo() function
|
H A D | rs_render_thread_params.h | 387 const ScreenInfo& GetScreenInfo() const in GetScreenInfo() function
|
H A D | rs_render_params.h | 311 virtual const ScreenInfo& GetScreenInfo() const;
|
/ohos5.0/foundation/window/window_manager/test/common/mock/ |
H A D | mock_display_manager_adapter.h | 68 MOCK_METHOD1(GetScreenInfo, sptr<ScreenInfo>(ScreenId screenId));
|
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_dumper_test.cpp | 414 displayDumper->GetScreenInfo(nullptr, oss); 440 displayDumper->GetScreenInfo(absScreen, oss);
|
/ohos5.0/foundation/window/window_manager/dm/include/ |
H A D | display_manager_adapter.h | 132 virtual sptr<ScreenInfo> GetScreenInfo(ScreenId screenId);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/ |
H A D | rs_render_params.cpp | 578 const ScreenInfo& RSRenderParams::GetScreenInfo() const in GetScreenInfo() function in OHOS::Rosen::RSRenderParams
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/ |
H A D | js_screen.cpp | 291 auto info = screen->GetScreenInfo(); in CreateJsScreenObject()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_display_render_node_drawable_test.cpp | 519 auto screenInfo = surfaceDrawableAdapter->renderParams_->GetScreenInfo(); 999 auto mainScreenInfo = mirroredDrawable->renderParams_->GetScreenInfo();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler.cpp | 152 auto screenInfo = params->GetScreenInfo(); in SetDirtyRegion()
|