Home
last modified time | relevance | path

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

/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.cpp623 sptr<ScreenInfo> DisplayManagerService::GetScreenInfoById(ScreenId screenId) in GetScreenInfoById() function in OHOS::Rosen::DisplayManagerService
666 auto screenInfo = GetScreenInfoById(screenId); in GetAllScreenInfos()
H A Ddisplay_manager_stub.cpp233 auto screenInfo = GetScreenInfoById(screenId); in OnRemoteRequest()
H A Ddisplay_manager_proxy.cpp1348 sptr<ScreenInfo> DisplayManagerProxy::GetScreenInfoById(ScreenId screenId) in GetScreenInfoById() function in OHOS::Rosen::DisplayManagerProxy
1352 WLOGFW("GetScreenInfoById: remote is nullptr"); in GetScreenInfoById()
1360 WLOGFE("GetScreenInfoById: WriteInterfaceToken failed"); in GetScreenInfoById()
1364 WLOGFE("GetScreenInfoById: Write screenId failed"); in GetScreenInfoById()
1369 WLOGFW("GetScreenInfoById: SendRequest failed"); in GetScreenInfoById()
1375 WLOGFW("GetScreenInfoById SendRequest nullptr."); in GetScreenInfoById()
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_proxy.h87 sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
H A Ddisplay_manager_service.h105 sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
H A Ddisplay_manager_interface.h135 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) = 0;
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_test.cpp211 ASSERT_EQ(nullptr, dms_->GetScreenInfoById(1)); in HWTEST_F()
212 ASSERT_EQ(nullptr, dms_->GetScreenInfoById(0)); in HWTEST_F()
H A Ddisplay_manager_proxy_test.cpp1013 * @tc.name: GetScreenInfoById
1014 * @tc.desc: test DisplayManagerProxy::GetScreenInfoById
1017 HWTEST_F(DisplayManagerProxyTest, GetScreenInfoById, Function | SmallTest | Level1) in HWTEST_F()
1023 auto result1 = proxy1.GetScreenInfoById(screenId); in HWTEST_F()
1030 auto result2 = proxy2.GetScreenInfoById(screenId); in HWTEST_F()
1034 auto result3 = proxy2.GetScreenInfoById(screenId); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_interface.h107 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override { return nullptr; }
H A Dscreen_session_manager_proxy.h110 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/
H A Dscreensessionmanager_fuzzer.cpp269 proxy->GetScreenInfoById(dmsScreenId); in ProxyInterfaceFuzzTestPart2()
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp522 sptr<ScreenInfo> screenInfo = displayManagerServiceProxy_->GetScreenInfoById(screenId); in GetScreenInfo()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h128 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_dumper.cpp431 auto screenInfo = ScreenSessionManager::GetInstance().GetScreenInfoById(id); in DumpScreenInfoById()
H A Dscreen_session_manager.cpp1014 sptr<ScreenInfo> ScreenSessionManager::GetScreenInfoById(ScreenId screenId) in GetScreenInfoById() function in OHOS::Rosen::ScreenSessionManager
1016 DmsXcollie dmsXcollie("DMS:GetScreenInfoById", XCOLLIE_TIMEOUT_10S); in GetScreenInfoById()
1024 TLOGE(WmsLogTag::DMS, "GetScreenInfoById cannot find screenInfo: %{public}" PRIu64"", screenId); in GetScreenInfoById()
2620 auto screenInfo = GetScreenInfoById(displayInfo->GetScreenId()); in GetScreenModesByDisplayId()
2641 return GetScreenInfoById(displayInfo->GetScreenId()); in GetScreenInfoByDisplayId()
2726 auto screenInfo = GetScreenInfoById(screenId); in GetAllScreenInfos()
4620 sptr<ScreenInfo> screenInfo = GetScreenInfoById(id); in DumpSpecialScreenInfo()
5604 auto screenInfo = GetScreenInfoById(displayInfo->GetScreenId()); in NotifyUnfreezedAgents()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp1168 * @tc.name: GetScreenInfoById
1169 * @tc.desc: GetScreenInfoById
1172 HWTEST_F(ScreenSessionManagerProxyTest, GetScreenInfoById, Function | SmallTest | Level1) in HWTEST_F()
1184 res = screenSessionManagerProxy->GetScreenInfoById(Id); in HWTEST_F()
H A Dscreen_session_manager_test.cpp1171 * @tc.name: GetScreenInfoById
1172 * @tc.desc: GetScreenInfoById virtual screen
1175 HWTEST_F(ScreenSessionManagerTest, GetScreenInfoById, Function | SmallTest | Level3) in HWTEST_F()
1179 virtualOption.name_ = "GetScreenInfoById"; in HWTEST_F()
1180 ASSERT_EQ(ssm_->GetScreenInfoById(1), nullptr); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp168 auto screenInfo = GetScreenInfoById(screenId); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp1685 sptr<ScreenInfo> ScreenSessionManagerProxy::GetScreenInfoById(ScreenId screenId) in GetScreenInfoById() function in OHOS::Rosen::ScreenSessionManagerProxy
1689 WLOGFW("GetScreenInfoById: remote is nullptr"); in GetScreenInfoById()
1697 WLOGFE("GetScreenInfoById: WriteInterfaceToken failed"); in GetScreenInfoById()
1701 WLOGFE("GetScreenInfoById: Write screenId failed"); in GetScreenInfoById()
1706 WLOGFW("GetScreenInfoById: SendRequest failed"); in GetScreenInfoById()
1712 WLOGFW("GetScreenInfoById SendRequest nullptr."); in GetScreenInfoById()

Completed in 43 milliseconds