/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 | 623 sptr<ScreenInfo> DisplayManagerService::GetScreenInfoById(ScreenId screenId)
in GetScreenInfoById() function in OHOS::Rosen::DisplayManagerService 666 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 | 1348 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 D | display_manager_proxy.h | 87 sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
|
H A D | display_manager_service.h | 105 sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
|
H A D | display_manager_interface.h | 135 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) = 0;
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_test.cpp | 211 ASSERT_EQ(nullptr, dms_->GetScreenInfoById(1)); in HWTEST_F() 212 ASSERT_EQ(nullptr, dms_->GetScreenInfoById(0)); in HWTEST_F()
|
H A D | display_manager_proxy_test.cpp | 1013 * @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 D | screen_session_manager_interface.h | 107 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override { return nullptr; }
|
H A D | screen_session_manager_proxy.h | 110 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
|
/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/ |
H A D | screensessionmanager_fuzzer.cpp | 269 proxy->GetScreenInfoById(dmsScreenId); in ProxyInterfaceFuzzTestPart2()
|
/foundation/window/window_manager/dm/src/ |
H A D | display_manager_adapter.cpp | 522 sptr<ScreenInfo> screenInfo = displayManagerServiceProxy_->GetScreenInfoById(screenId);
in GetScreenInfo()
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager.h | 128 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_dumper.cpp | 431 auto screenInfo = ScreenSessionManager::GetInstance().GetScreenInfoById(id); in DumpScreenInfoById()
|
H A D | screen_session_manager.cpp | 1014 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 D | screen_session_manager_proxy_test.cpp | 1168 * @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 D | screen_session_manager_test.cpp | 1171 * @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 D | screen_session_manager_stub.cpp | 168 auto screenInfo = GetScreenInfoById(screenId); in OnRemoteRequest()
|
H A D | screen_session_manager_proxy.cpp | 1685 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()
|