/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service_inner.cpp | 92 return DisplayManagerService::GetInstance().GetScreenInfoById(displayInfo->GetScreenId()); in GetScreenInfoByDisplayId()
|
H A D | display_manager_service.cpp | 630 sptr<ScreenInfo> DisplayManagerService::GetScreenInfoById(ScreenId screenId) in GetScreenInfoById() function in OHOS::Rosen::DisplayManagerService 673 auto screenInfo = GetScreenInfoById(screenId); in GetAllScreenInfos()
|
H A D | display_manager_stub.cpp | 233 auto screenInfo = GetScreenInfoById(screenId); in OnRemoteRequest()
|
H A D | display_manager_proxy.cpp | 1350 sptr<ScreenInfo> DisplayManagerProxy::GetScreenInfoById(ScreenId screenId) in GetScreenInfoById() function in OHOS::Rosen::DisplayManagerProxy
|
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_test.cpp | 211 ASSERT_EQ(nullptr, dms_->GetScreenInfoById(1)); 212 ASSERT_EQ(nullptr, dms_->GetScreenInfoById(0));
|
H A D | display_manager_proxy_test.cpp | 1017 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 D | display_manager_proxy.h | 87 sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
|
H A D | display_manager_service.h | 106 sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
|
H A D | display_manager_interface.h | 130 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) = 0;
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | screen_session_manager_proxy.h | 105 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
|
H A D | screen_session_manager_interface.h | 102 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 D | screensessionmanager_fuzzer.cpp | 269 proxy->GetScreenInfoById(dmsScreenId); in ProxyInterfaceFuzzTestPart2()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_proxy_test.cpp | 1172 HWTEST_F(ScreenSessionManagerProxyTest, GetScreenInfoById, Function | SmallTest | Level1) 1184 res = screenSessionManagerProxy->GetScreenInfoById(Id); in __anonf2d903921d02()
|
H A D | screen_session_manager_test.cpp | 516 HWTEST_F(ScreenSessionManagerTest, GetScreenInfoById, Function | SmallTest | Level3) 521 ASSERT_EQ(ssm_->GetScreenInfoById(1), nullptr);
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | display_manager_adapter.cpp | 497 sptr<ScreenInfo> screenInfo = displayManagerServiceProxy_->GetScreenInfoById(screenId); in GetScreenInfo()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_manager.cpp | 931 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 D | screen_session_dumper.cpp | 456 auto screenInfo = ScreenSessionManager::GetInstance().GetScreenInfoById(id); in DumpScreenInfoById()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | screen_session_manager.h | 126 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 157 auto screenInfo = GetScreenInfoById(screenId); in OnRemoteRequest()
|
H A D | screen_session_manager_proxy.cpp | 1567 sptr<ScreenInfo> ScreenSessionManagerProxy::GetScreenInfoById(ScreenId screenId) in GetScreenInfoById() function in OHOS::Rosen::ScreenSessionManagerProxy
|