Home
last modified time | relevance | path

Searched refs:GetScreenInfo (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/window/window_manager/dm/src/
H A Dscreen.cpp54 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 Ddisplay_manager_adapter.cpp489 sptr<ScreenInfo> ScreenManagerAdapter::GetScreenInfo(ScreenId screenId) in GetScreenInfo() function in OHOS::Rosen::ScreenManagerAdapter
H A Dscreen_manager.cpp227 auto screenInfo = SingletonContainer::Get<ScreenManagerAdapter>().GetScreenInfo(screenId); in GetScreen()
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_test.cpp83 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 Ddisplay_manager_adapter_test.cpp202 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 Drs_display_render_node_drawable.cpp419 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 Drs_surface_render_node_drawable.cpp190 auto screenInfo = uniParam->GetScreenInfo(); in PrepareOffscreenRender()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_processor.cpp138 screenInfo_ = displayParams->GetScreenInfo(); in InitForRenderThread()
149 auto mirroredScreenInfo = mirrorNodeParam->GetScreenInfo(); in InitForRenderThread()
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_dumper.cpp176 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 Ddisplay_dumper.h51 void GetScreenInfo(const sptr<AbstractScreen>& screen, std::ostringstream& oss) const;
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen.h174 sptr<ScreenInfo> GetScreenInfo() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_display_render_params.h56 const ScreenInfo& GetScreenInfo() const override in GetScreenInfo() function
H A Drs_render_thread_params.h387 const ScreenInfo& GetScreenInfo() const in GetScreenInfo() function
H A Drs_render_params.h311 virtual const ScreenInfo& GetScreenInfo() const;
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_display_manager_adapter.h68 MOCK_METHOD1(GetScreenInfo, sptr<ScreenInfo>(ScreenId screenId));
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_dumper_test.cpp414 displayDumper->GetScreenInfo(nullptr, oss);
440 displayDumper->GetScreenInfo(absScreen, oss);
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h132 virtual sptr<ScreenInfo> GetScreenInfo(ScreenId screenId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_render_params.cpp578 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 Djs_screen.cpp291 auto info = screen->GetScreenInfo(); in CreateJsScreenObject()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_display_render_node_drawable_test.cpp519 auto screenInfo = surfaceDrawableAdapter->renderParams_->GetScreenInfo();
999 auto mainScreenInfo = mirroredDrawable->renderParams_->GetScreenInfo();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp152 auto screenInfo = params->GetScreenInfo(); in SetDirtyRegion()