Home
last modified time | relevance | path

Searched refs:GetPhyHeight (Results 1 - 18 of 18) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Dscreen_info_demo.cpp38 cout << "PhiHeight : " << screenCapability.GetPhyHeight() << endl; in main()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Drs_screen_capability.h53 uint32_t GetPhyHeight() const;
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_screen.h89 int32_t GetPhyHeight() const in GetPhyHeight() function in OHOS::Rosen::HgmScreen
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbasescreenmanager_fuzzer/
H A Drsbasescreenmanager_fuzzer.cpp79 (void)screenCapability.GetPhyHeight(); in RSScreenCapabilityFuzzTest()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_capability.cpp85 uint32_t RSScreenCapability::GetPhyHeight() const in GetPhyHeight() function in OHOS::Rosen::RSScreenCapability
/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen.h73 uint32_t GetPhyHeight() const;
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h80 int32_t GetPhyHeight() const;
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp210 * @tc.name: GetPhyHeight
214 HWTEST_F(ScreenPropertyTest, GetPhyHeight, Function | SmallTest | Level2) in HWTEST_F()
216 GTEST_LOG_(INFO) << "ScreenPropertyTest: GetPhyHeight start"; in HWTEST_F()
220 int32_t ret = property->GetPhyHeight(); in HWTEST_F()
223 GTEST_LOG_(INFO) << "ScreenPropertyTest: GetPhyHeight end"; in HWTEST_F()
/foundation/window/window_manager/dmserver/src/
H A Dabstract_display.cpp57 CalculateXYDpi(absScreen->GetPhyWidth(), absScreen->GetPhyHeight()); in AbstractDisplay()
H A Dabstract_screen.cpp487 uint32_t AbstractScreen::GetPhyHeight() const in GetPhyHeight() function in OHOS::Rosen::AbstractScreen
H A Dabstract_screen_controller.cpp358 screenCapability.GetName().c_str(), screenCapability.GetPhyWidth(), screenCapability.GetPhyHeight()); in InitAndGetScreen()
368 absScreen->SetPhyHeight(screenCapability.GetPhyHeight()); in InitAndGetScreen()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreencapability_fuzzer/
H A Drsscreencapability_fuzzer.cpp299 capability.GetPhyHeight(); in DoGetPhyHeight()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp172 int32_t ScreenProperty::GetPhyHeight() const in GetPhyHeight() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp363 property_.SetDpiPhyBounds(updatedProperty.GetPhyWidth(), updatedProperty.GetPhyHeight()); in UpdatePropertyByFoldControl()
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhyper_graphic_manager_test.cpp397 STEP_ASSERT_EQ(screen1->GetPhyHeight(), 0); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_dumper.cpp470 oss << std::left << std::setw(LINE_WIDTH) << "PhyHeight: " << screenProperty.GetPhyHeight() << std::endl; in DumpScreenPropertyById()
H A Dscreen_session_manager.cpp1419 property.SetPhyHeight(screenCapability.GetPhyHeight()); in CreateScreenProperty()
1420 property.SetDpiPhyBounds(screenCapability.GetPhyWidth(), screenCapability.GetPhyHeight()); in CreateScreenProperty()
1466 int32_t phyHeight = property.GetPhyHeight(); in CalcDefaultExtendScreenDensity()
3715 screenCapability.GetName().c_str(), screenCapability.GetPhyWidth(), screenCapability.GetPhyHeight()); in InitAndGetScreen()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp661 EXPECT_EQ(screenCapability.GetPhyHeight(), 0); in HWTEST_F()
705 EXPECT_EQ(screenCapability.GetPhyHeight(), 0); in HWTEST_F()

Completed in 40 milliseconds