/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | screen_info_demo.cpp | 38 cout << "PhiHeight : " << screenCapability.GetPhyHeight() << endl; in main()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/ |
H A D | rs_screen_capability.h | 53 uint32_t GetPhyHeight() const;
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/ |
H A D | hgm_screen.h | 89 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 D | rsbasescreenmanager_fuzzer.cpp | 79 (void)screenCapability.GetPhyHeight(); in RSScreenCapabilityFuzzTest()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/ |
H A D | rs_screen_capability.cpp | 85 uint32_t RSScreenCapability::GetPhyHeight() const
in GetPhyHeight() function in OHOS::Rosen::RSScreenCapability
|
/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen.h | 73 uint32_t GetPhyHeight() const;
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_property.h | 80 int32_t GetPhyHeight() const;
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_property_test.cpp | 210 * @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 D | abstract_display.cpp | 57 CalculateXYDpi(absScreen->GetPhyWidth(), absScreen->GetPhyHeight());
in AbstractDisplay()
|
H A D | abstract_screen.cpp | 487 uint32_t AbstractScreen::GetPhyHeight() const
in GetPhyHeight() function in OHOS::Rosen::AbstractScreen
|
H A D | abstract_screen_controller.cpp | 358 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 D | rsscreencapability_fuzzer.cpp | 299 capability.GetPhyHeight();
in DoGetPhyHeight()
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 172 int32_t ScreenProperty::GetPhyHeight() const in GetPhyHeight() function in OHOS::Rosen::ScreenProperty
|
H A D | screen_session.cpp | 363 property_.SetDpiPhyBounds(updatedProperty.GetPhyWidth(), updatedProperty.GetPhyHeight()); in UpdatePropertyByFoldControl()
|
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hyper_graphic_manager_test.cpp | 397 STEP_ASSERT_EQ(screen1->GetPhyHeight(), 0);
in HWTEST_F()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_dumper.cpp | 470 oss << std::left << std::setw(LINE_WIDTH) << "PhyHeight: " << screenProperty.GetPhyHeight() << std::endl; in DumpScreenPropertyById()
|
H A D | screen_session_manager.cpp | 1419 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 D | rs_interfaces_test.cpp | 661 EXPECT_EQ(screenCapability.GetPhyHeight(), 0); in HWTEST_F() 705 EXPECT_EQ(screenCapability.GetPhyHeight(), 0); in HWTEST_F()
|