Home
last modified time | relevance | path

Searched refs:GetDisplayInfo (Results 1 – 25 of 107) sorted by relevance

12345

/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay.cpp41 sptr<DisplayInfo> GetDisplayInfo() in GetDisplayInfo() function in OHOS::Rosen::Display::Impl
73 return pImpl_->GetDisplayInfo()->GetDisplayId(); in GetId()
82 return pImpl_->GetDisplayInfo()->GetName(); in GetName()
92 return pImpl_->GetDisplayInfo()->GetWidth(); in GetWidth()
102 return pImpl_->GetDisplayInfo()->GetHeight(); in GetHeight()
132 return pImpl_->GetDisplayInfo()->GetRefreshRate(); in GetRefreshRate()
142 return pImpl_->GetDisplayInfo()->GetScreenId(); in GetScreenId()
152 return pImpl_->GetDisplayInfo()->GetRotation(); in GetRotation()
199 sptr<DisplayInfo> Display::GetDisplayInfo() const in GetDisplayInfo() function in OHOS::Rosen::Display
206 return pImpl_->GetDisplayInfo(); in GetDisplayInfo()
[all …]
/ohos5.0/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_lite.cpp55 if (pImpl_ == nullptr || pImpl_->GetDisplayInfo() == nullptr) { in GetId()
59 return pImpl_->GetDisplayInfo()->GetDisplayId(); in GetId()
62 sptr<DisplayInfo> DisplayLite::GetDisplayInfo() const in GetDisplayInfo() function in OHOS::Rosen::DisplayLite
65 if (pImpl_ == nullptr || pImpl_->GetDisplayInfo() == nullptr) { in GetDisplayInfo()
69 return pImpl_->GetDisplayInfo(); in GetDisplayInfo()
75 if (pImpl_ == nullptr || pImpl_->GetDisplayInfo() == nullptr) { in GetWidth()
79 return pImpl_->GetDisplayInfo()->GetWidth(); in GetWidth()
85 if (pImpl_ == nullptr || pImpl_->GetDisplayInfo() == nullptr) { in GetHeight()
89 return pImpl_->GetDisplayInfo()->GetHeight(); in GetHeight()
119 if (pImpl_ == nullptr || pImpl_->GetDisplayInfo() == nullptr) { in GetRotation()
[all …]
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Dcj_display_impl.cpp122 auto info = display->GetDisplayInfo(); in CreateDisplayImpl()
141 auto info = display_->GetDisplayInfo(); in GetInfoId()
151 auto info = display_->GetDisplayInfo(); in GetName()
173 auto info = display_->GetDisplayInfo(); in GetAlive()
183 auto info = display_->GetDisplayInfo(); in GetState()
198 auto info = display_->GetDisplayInfo(); in GetRefreshRate()
208 auto info = display_->GetDisplayInfo(); in GetRotation()
218 auto info = display_->GetDisplayInfo(); in GetOrientation()
228 auto info = display_->GetDisplayInfo(); in GetWidth()
238 auto info = display_->GetDisplayInfo(); in GetHeight()
[all …]
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp53 sptr<DisplayInfo> displayInfo = display->GetDisplayInfo(); in SetUp()
155 sptr<DisplayInfo> displayInfo = display->GetDisplayInfo();
548 sptr<DisplayInfo> displayInfo = display->GetDisplayInfo();
853 sptr<DisplayInfo> displayInfo = display->GetDisplayInfo();
941 sptr<DisplayInfo> displayInfo = display->GetDisplayInfo();
964 sptr<DisplayInfo> displayInfo = display->GetDisplayInfo();
984 sptr<DisplayInfo> displayInfo = display->GetDisplayInfo();
1007 sptr<DisplayInfo> displayInfo = display->GetDisplayInfo();
1041 sptr<DisplayInfo> displayInfo = display->GetDisplayInfo();
1071 sptr<DisplayInfo> displayInfo = display->GetDisplayInfo();
[all …]
H A Dwindow_node_container_test.cpp239 sptr<WindowNodeContainer> container = new WindowNodeContainer(defaultDisplay_->GetDisplayInfo(),
265 sptr<WindowNodeContainer> container = new WindowNodeContainer(defaultDisplay_->GetDisplayInfo(),
279 sptr<WindowNodeContainer> container = new WindowNodeContainer(defaultDisplay_->GetDisplayInfo(),
316 sptr<WindowNodeContainer> container = new WindowNodeContainer(defaultDisplay_->GetDisplayInfo(),
336 sptr<WindowNodeContainer> container = new WindowNodeContainer(defaultDisplay_->GetDisplayInfo(),
357 sptr<WindowNodeContainer> container = new WindowNodeContainer(defaultDisplay_->GetDisplayInfo(),
380 sptr<WindowNodeContainer> container = new WindowNodeContainer(defaultDisplay_->GetDisplayInfo(),
397 sptr<WindowNodeContainer> container = new WindowNodeContainer(defaultDisplay_->GetDisplayInfo(),
423 sptr<WindowNodeContainer> container = new WindowNodeContainer(defaultDisplay_->GetDisplayInfo(),
445 sptr<WindowNodeContainer> container = new WindowNodeContainer(defaultDisplay_->GetDisplayInfo(),
[all …]
H A Ddisplay_group_info_test.cpp255 ASSERT_EQ(1u, displayGroupInfo_->GetDisplayInfo(displayId)->GetScreenId());
271 ASSERT_EQ(nullptr, displayGroupInfo_->GetDisplayInfo(displayId));
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_display_listener.cpp26 auto displayInfo = display->GetDisplayInfo(); in OnConnect()
41 auto curDisplayInfo = GetDisplayInfo(); in OnDisconnect()
62 sptr<Rosen::DisplayInfo> HwCastDisplayListener::GetDisplayInfo() in GetDisplayInfo() function in OHOS::AVSession::HwCastDisplayListener
H A Dhw_cast_display_listener.h34 sptr<Rosen::DisplayInfo> GetDisplayInfo();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/folder_stack/
H A Dfolder_stack_test_ng.cpp427 auto displayInfo = container->GetDisplayInfo();
461 auto displayInfo = container->GetDisplayInfo();
494 auto displayInfo = container->GetDisplayInfo();
527 auto displayInfo = container->GetDisplayInfo();
560 auto displayInfo = container->GetDisplayInfo();
593 auto displayInfo = container->GetDisplayInfo();
626 auto displayInfo = container->GetDisplayInfo();
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dhi_fbdev.cpp88 if (g_display.layerFuncs->GetDisplayInfo == nullptr) { in OpenLayer()
93 int32_t ret = g_display.layerFuncs->GetDisplayInfo(g_display.devId, &displayInfo); in OpenLayer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
H A Dfolder_stack_layout_algorithm.cpp202 auto displayInfo = container->GetDisplayInfo(); in RangeCalculation()
284 auto displayInfo = pattern->GetDisplayInfo(); in IsIntoFolderStack()
288 displayInfo = container->GetDisplayInfo(); in IsIntoFolderStack()
318 auto displayInfo = pattern->GetDisplayInfo(); in OnHoverStatusChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.cpp203 RefPtr<DisplayInfo> Container::GetDisplayInfo() in GetDisplayInfo() function in OHOS::Ace::Container
205 return DisplayInfoUtils::GetInstance().GetDisplayInfo(); in GetDisplayInfo()
H A Ddisplay_info_utils.h27 RefPtr<DisplayInfo> GetDisplayInfo();
/ohos5.0/base/powermgr/battery_manager/charger/include/dev/
H A Ddisplay_drv.h36 virtual void GetDisplayInfo(DisplayInfo& dsInfo) = 0;
H A Dfbdev_driver.h43 void GetDisplayInfo(DisplayInfo& dsInfo) override;
H A Ddrm_driver.h54 void GetDisplayInfo(DisplayInfo& dsInfo) override;
/ohos5.0/foundation/window/window_manager/dm_lite/test/unittest/
H A Ddisplay_lite_test.cpp143 displayInfo = display->GetDisplayInfo();
159 displayInfo = display->GetDisplayInfo();
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Ddisplay_info_utils.cpp31 RefPtr<DisplayInfo> DisplayInfoUtils::GetDisplayInfo() in GetDisplayInfo() function in OHOS::Ace::DisplayInfoUtils
/ohos5.0/base/web/webview/ohos_adapter/display_manager_adapter/src/
H A Ddisplay_manager_adapter_impl.cpp66 auto displayInfo = displayPtr->GetDisplayInfo(); in CheckOnlyRefreshRateDecreased()
255 auto displayInfo = display_->GetDisplayInfo(); in GetDpi()
282 auto displayInfo = display_->GetDisplayInfo(); in GetDisplayOrientation()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm_lite/
H A Ddisplay_lite.h48 sptr<DisplayInfo> GetDisplayInfo() const;
/ohos5.0/drivers/peripheral/display/hal/default/
H A Ddisplay_layer.c336 static int32_t GetDisplayInfo(uint32_t devId, DisplayInfo *dispInfo) in GetDisplayInfo() function
447 lFuncs->GetDisplayInfo = GetDisplayInfo; in LayerInitialize()
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_test.cpp84 auto baseInfo = defaultDisplay_->GetDisplayInfo();
89 auto changedInfo = defaultDisplay_->GetDisplayInfo();
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay.h125 sptr<DisplayInfo> GetDisplayInfo() const;
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Ddisplay.h125 sptr<DisplayInfo> GetDisplayInfo() const;
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_display_manager_adapter_lite.h32 MOCK_METHOD1(GetDisplayInfo, sptr<DisplayInfo>(DisplayId displayId));

12345