Home
last modified time | relevance | path

Searched refs:GetDisplayInfoById (Results 1 - 25 of 31) sorted by relevance

12

/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()
H A Ddisplay_manager_service.cpp202 sptr<DisplayInfo> DisplayManagerService::GetDisplayInfoById(DisplayId displayId) in GetDisplayInfoById() function in OHOS::Rosen::DisplayManagerService
/foundation/window/window_manager/window_scene/screen_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);
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_lite_proxy_test.cpp141 * @tc.name: GetDisplayInfoById
142 * @tc.desc: GetDisplayInfoById
145 HWTEST_F(ScreenSessionManagerLiteProxyTest, GetDisplayInfoById, Function | SmallTest | Level1) in HWTEST_F()
148 auto res = screenSessionManagerLiteProxy_->GetDisplayInfoById(displayId); in HWTEST_F()
H A Dscreen_session_manager_lite_test.cpp147 * @tc.name: GetDisplayInfoById
148 * @tc.desc: GetDisplayInfoById
151 HWTEST_F(ScreenSessionManagerLiteTest, GetDisplayInfoById, Function | SmallTest | Level3) in HWTEST_F()
155 sptr<DisplayInfo> ret = screenSessionManagerLite.GetDisplayInfoById(displayId); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_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 in OHOS::Rosen::IScreenSessionManagerLite
H A Dscreen_session_manager_interface.h37 virtual sptr<DisplayInfo> GetDisplayInfoById(DisplayId displayId) override { return nullptr; }
H A Dscreen_session_manager_proxy.h106 virtual sptr<DisplayInfo> GetDisplayInfoById(DisplayId displayId) override;
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager_lite.h48 virtual sptr<DisplayInfo> GetDisplayInfoById(DisplayId displayId) override;
H A Dscreen_session_manager.h125 virtual sptr<DisplayInfo> GetDisplayInfoById(DisplayId displayId) override;
/foundation/window/window_manager/dm_lite/include/
H A Ddisplay_manager_lite_proxy.h56 virtual sptr<DisplayInfo> GetDisplayInfoById(DisplayId displayId);
/foundation/window/window_manager/window_scene/screen_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.cpp233 sptr<DisplayInfo> ScreenSessionManagerLiteProxy::GetDisplayInfoById(DisplayId displayId) in GetDisplayInfoById() function in OHOS::Rosen::ScreenSessionManagerLiteProxy
237 WLOGFW("GetDisplayInfoById: remote is nullptr"); in GetDisplayInfoById()
245 WLOGFE("GetDisplayInfoById: WriteInterfaceToken failed"); in GetDisplayInfoById()
249 WLOGFW("GetDisplayInfoById: WriteUint64 displayId failed"); in GetDisplayInfoById()
254 WLOGFW("GetDisplayInfoById: SendRequest failed"); in GetDisplayInfoById()
260 WLOGFW("DisplayManagerProxy::GetDisplayInfoById SendRequest nullptr."); in GetDisplayInfoById()
/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
237 WLOGFW("GetDisplayInfoById: remote is nullptr"); in GetDisplayInfoById()
245 WLOGFE("GetDisplayInfoById: WriteInterfaceToken failed"); in GetDisplayInfoById()
249 WLOGFW("GetDisplayInfoById: WriteUint64 displayId failed"); in GetDisplayInfoById()
254 WLOGFW("GetDisplayInfoById: SendRequest failed"); in GetDisplayInfoById()
260 WLOGFW("DisplayManagerProxy::GetDisplayInfoById SendRequest nullptr."); in GetDisplayInfoById()
/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;
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_test.cpp200 ASSERT_EQ(nullptr, dms_->GetDisplayInfoById(1)); in HWTEST_F()
201 ASSERT_EQ(absDisplay->name_, dms_->GetDisplayInfoById(0)->name_); in HWTEST_F()
H A Ddisplay_manager_proxy_test.cpp82 * @tc.desc: test DisplayManagerProxy::GetDisplayInfoById
89 auto displayInfo1 = proxy1.GetDisplayInfoById(0); in HWTEST_F()
96 auto displayInfo2 = proxy2.GetDisplayInfoById(0); in HWTEST_F()
100 auto displayInfo3 = proxy2.GetDisplayInfoById(0); in HWTEST_F()
/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/
H A Dscreensessionmanager_fuzzer.cpp264 proxy->GetDisplayInfoById(displayId); in ProxyInterfaceFuzzTestPart2()
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp564 return displayManagerServiceProxy_->GetDisplayInfoById(displayId); in GetDisplayInfo()

Completed in 18 milliseconds

12