Home
last modified time | relevance | path

Searched refs:GetScreenInfoById (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service_inner.cpp92 return DisplayManagerService::GetInstance().GetScreenInfoById(displayInfo->GetScreenId()); in GetScreenInfoByDisplayId()
H A Ddisplay_manager_service.cpp630 sptr<ScreenInfo> DisplayManagerService::GetScreenInfoById(ScreenId screenId) in GetScreenInfoById() function in OHOS::Rosen::DisplayManagerService
673 auto screenInfo = GetScreenInfoById(screenId); in GetAllScreenInfos()
H A Ddisplay_manager_stub.cpp233 auto screenInfo = GetScreenInfoById(screenId); in OnRemoteRequest()
H A Ddisplay_manager_proxy.cpp1350 sptr<ScreenInfo> DisplayManagerProxy::GetScreenInfoById(ScreenId screenId) in GetScreenInfoById() function in OHOS::Rosen::DisplayManagerProxy
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_test.cpp211 ASSERT_EQ(nullptr, dms_->GetScreenInfoById(1));
212 ASSERT_EQ(nullptr, dms_->GetScreenInfoById(0));
H A Ddisplay_manager_proxy_test.cpp1017 HWTEST_F(DisplayManagerProxyTest, GetScreenInfoById, Function | SmallTest | Level1)
1023 auto result1 = proxy1.GetScreenInfoById(screenId);
1030 auto result2 = proxy2.GetScreenInfoById(screenId);
1034 auto result3 = proxy2.GetScreenInfoById(screenId);
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_proxy.h87 sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
H A Ddisplay_manager_service.h106 sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
H A Ddisplay_manager_interface.h130 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) = 0;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h105 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
H A Dscreen_session_manager_interface.h102 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override { return nullptr; } in GetScreenInfoById() function
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/
H A Dscreensessionmanager_fuzzer.cpp269 proxy->GetScreenInfoById(dmsScreenId); in ProxyInterfaceFuzzTestPart2()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp1172 HWTEST_F(ScreenSessionManagerProxyTest, GetScreenInfoById, Function | SmallTest | Level1)
1184 res = screenSessionManagerProxy->GetScreenInfoById(Id); in __anonf2d903921d02()
H A Dscreen_session_manager_test.cpp516 HWTEST_F(ScreenSessionManagerTest, GetScreenInfoById, Function | SmallTest | Level3)
521 ASSERT_EQ(ssm_->GetScreenInfoById(1), nullptr);
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp497 sptr<ScreenInfo> screenInfo = displayManagerServiceProxy_->GetScreenInfoById(screenId); in GetScreenInfo()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp931 sptr<ScreenInfo> ScreenSessionManager::GetScreenInfoById(ScreenId screenId) in GetScreenInfoById() function in OHOS::Rosen::ScreenSessionManager
2418 auto screenInfo = GetScreenInfoById(displayInfo->GetScreenId()); in GetScreenModesByDisplayId()
2439 return GetScreenInfoById(displayInfo->GetScreenId()); in GetScreenInfoByDisplayId()
2520 auto screenInfo = GetScreenInfoById(screenId); in GetAllScreenInfos()
4491 sptr<ScreenInfo> screenInfo = GetScreenInfoById(id); in DumpSpecialScreenInfo()
5494 auto screenInfo = GetScreenInfoById(displayInfo->GetScreenId()); in NotifyUnfreezedAgents()
H A Dscreen_session_dumper.cpp456 auto screenInfo = ScreenSessionManager::GetInstance().GetScreenInfoById(id); in DumpScreenInfoById()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h126 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp157 auto screenInfo = GetScreenInfoById(screenId); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp1567 sptr<ScreenInfo> ScreenSessionManagerProxy::GetScreenInfoById(ScreenId screenId) in GetScreenInfoById() function in OHOS::Rosen::ScreenSessionManagerProxy