Home
last modified time | relevance | path

Searched refs:GetDisplayInfoById (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service_inner.cpp42 sptr<DisplayInfo> display = DisplayManagerService::GetInstance().GetDisplayInfoById(displayId); in GetDisplayById()
69 … sptr<DisplayInfo> display = DisplayManagerService::GetInstance().GetDisplayInfoById(displayId); in GetAllDisplays()
87 auto displayInfo = DisplayManagerService::GetInstance().GetDisplayInfoById(displayId); in GetScreenInfoByDisplayId()
97 auto displayInfo = DisplayManagerService::GetInstance().GetDisplayInfoById(displayId); in GetScreenGroupIdByDisplayId()
H A Ddisplay_manager_stub.cpp50 auto info = GetDisplayInfoById(displayId); in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_lite_proxy_test.cpp145 HWTEST_F(ScreenSessionManagerLiteProxyTest, GetDisplayInfoById, Function | SmallTest | Level1)
148 auto res = screenSessionManagerLiteProxy_->GetDisplayInfoById(displayId);
H A Dscreen_session_manager_lite_test.cpp151 HWTEST_F(ScreenSessionManagerLiteTest, GetDisplayInfoById, Function | SmallTest | Level3)
155 sptr<DisplayInfo> ret = screenSessionManagerLite.GetDisplayInfoById(displayId);
H A Dscreen_session_manager_proxy_test.cpp1096 HWTEST_F(ScreenSessionManagerProxyTest, GetDisplayInfoById, Function | SmallTest | Level1)
1108 res = screenSessionManagerProxy->GetDisplayInfoById(displayId); in __anonf2d903921a02()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager_lite.cpp143 sptr<DisplayInfo> ScreenSessionManagerLite::GetDisplayInfoById(DisplayId displayId) in GetDisplayInfoById() function in OHOS::Rosen::ScreenSessionManagerLite
147 return screenSessionManager_->GetDisplayInfoById(displayId); in GetDisplayInfoById()
H A Dscreen_cutout_controller.cpp51 … sptr<DisplayInfo> displayInfo = ScreenSessionManager::GetInstance().GetDisplayInfoById(displayId); in ConvertBoundaryRectsByRotation()
179 … sptr<DisplayInfo> displayInfo = ScreenSessionManager::GetInstance().GetDisplayInfoById(displayId); in CalcWaterfallRects()
314 … sptr<DisplayInfo> displayInfo = ScreenSessionManager::GetInstance().GetDisplayInfoById(displayId); in GetCurrentDisplayRotation()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_lite_proxy.h43 virtual sptr<DisplayInfo> GetDisplayInfoById(DisplayId displayId) override;
H A Dscreen_session_manager_lite_interface.h78 virtual sptr<DisplayInfo> GetDisplayInfoById(DisplayId displayId) { return nullptr; } in GetDisplayInfoById() function
H A Dscreen_session_manager_proxy.h101 virtual sptr<DisplayInfo> GetDisplayInfoById(DisplayId displayId) override;
H A Dscreen_session_manager_interface.h37 virtual sptr<DisplayInfo> GetDisplayInfoById(DisplayId displayId) override { return nullptr; } in GetDisplayInfoById() function
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager_lite.h48 virtual sptr<DisplayInfo> GetDisplayInfoById(DisplayId displayId) override;
/ohos5.0/foundation/window/window_manager/dm_lite/include/
H A Ddisplay_manager_lite_proxy.h56 virtual sptr<DisplayInfo> GetDisplayInfoById(DisplayId displayId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_lite_stub.cpp149 auto info = GetDisplayInfoById(displayId); in HandleGetDisplayById()
H A Dscreen_session_manager_lite_proxy.cpp231 sptr<DisplayInfo> ScreenSessionManagerLiteProxy::GetDisplayInfoById(DisplayId displayId) in GetDisplayInfoById() function in OHOS::Rosen::ScreenSessionManagerLiteProxy
/ohos5.0/foundation/window/window_manager/dm_lite/test/unittest/
H A Ddisplay_manager_lite_proxy_test.cpp208 HWTEST_F(DisplayManagerLiteProxyTest, GetDisplayInfoById, Function | SmallTest | Level1)
221 res = displayManagerLiteProxy->GetDisplayInfoById(displayId); in __anon6db42fc80502()
/ohos5.0/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_adapter_lite.cpp139 return displayManagerServiceProxy_->GetDisplayInfoById(displayId); in GetDisplayInfo()
H A Ddisplay_manager_lite_proxy.cpp233 sptr<DisplayInfo> DisplayManagerLiteProxy::GetDisplayInfoById(DisplayId displayId) in GetDisplayInfoById() function in OHOS::Rosen::DisplayManagerLiteProxy
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_test.cpp200 ASSERT_EQ(nullptr, dms_->GetDisplayInfoById(1));
201 ASSERT_EQ(absDisplay->name_, dms_->GetDisplayInfoById(0)->name_);
H A Ddisplay_manager_proxy_test.cpp89 auto displayInfo1 = proxy1.GetDisplayInfoById(0);
96 auto displayInfo2 = proxy2.GetDisplayInfoById(0);
100 auto displayInfo3 = proxy2.GetDisplayInfoById(0);
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_proxy.h35 sptr<DisplayInfo> GetDisplayInfoById(DisplayId displayId) override;
H A Ddisplay_manager_service.h58 sptr<DisplayInfo> GetDisplayInfoById(DisplayId displayId) override;
H A Ddisplay_manager_interface.h40 virtual sptr<DisplayInfo> GetDisplayInfoById(DisplayId displayId) = 0;
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/
H A Dscreensessionmanager_fuzzer.cpp264 proxy->GetDisplayInfoById(displayId); in ProxyInterfaceFuzzTestPart2()
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp539 return displayManagerServiceProxy_->GetDisplayInfoById(displayId); in GetDisplayInfo()

12