/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_proxy.h | 36 sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) override;
|
H A D | display_manager_service.h | 59 sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) override;
|
H A D | display_manager_interface.h | 41 virtual sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) = 0;
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_test.cpp | 203 ASSERT_EQ(nullptr, dms_->GetDisplayInfoByScreen(1)); in HWTEST_F() 204 ASSERT_EQ(absDisplay->name_, dms_->GetDisplayInfoByScreen(0)->name_); in HWTEST_F()
|
H A D | display_manager_proxy_test.cpp | 105 * @tc.desc: test DisplayManagerProxy::GetDisplayInfoByScreen 112 auto displayInfo1 = proxy1.GetDisplayInfoByScreen(0); in HWTEST_F() 119 auto displayInfo2 = proxy2.GetDisplayInfoByScreen(0); in HWTEST_F() 123 auto displayInfo3 = proxy2.GetDisplayInfoByScreen(0); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/ |
H A D | screen_session_manager_interface.h | 38 virtual sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) override {return nullptr; }
|
H A D | screen_session_manager_proxy.h | 107 virtual sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) override;
|
/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/ |
H A D | screensessionmanager_fuzzer.cpp | 267 proxy->GetDisplayInfoByScreen(dmsScreenId); in ProxyInterfaceFuzzTestPart2()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_stub.cpp | 56 auto info = GetDisplayInfoByScreen(screenId);
in OnRemoteRequest()
|
H A D | display_manager_service.cpp | 212 sptr<DisplayInfo> DisplayManagerService::GetDisplayInfoByScreen(ScreenId screenId)
in GetDisplayInfoByScreen() function in OHOS::Rosen::DisplayManagerService
|
H A D | display_manager_proxy.cpp | 90 sptr<DisplayInfo> DisplayManagerProxy::GetDisplayInfoByScreen(ScreenId screenId)
in GetDisplayInfoByScreen() function in OHOS::Rosen::DisplayManagerProxy
|
/foundation/window/window_manager/dm/src/ |
H A D | display_manager_adapter.cpp | 55 return displayManagerServiceProxy_->GetDisplayInfoByScreen(screenId);
in GetDisplayInfoByScreenId()
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager.h | 126 sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) override;
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_proxy_test.cpp | 1119 * @tc.name: GetDisplayInfoByScreen 1120 * @tc.desc: GetDisplayInfoByScreen 1123 HWTEST_F(ScreenSessionManagerProxyTest, GetDisplayInfoByScreen, Function | SmallTest | Level1) in HWTEST_F() 1135 res = screenSessionManagerProxy->GetDisplayInfoByScreen(screenId); in HWTEST_F()
|
H A D | screen_session_manager_test.cpp | 1158 * @tc.name: GetDisplayInfoByScreen 1159 * @tc.desc: GetDisplayInfoByScreen virtual screen 1162 HWTEST_F(ScreenSessionManagerTest, GetDisplayInfoByScreen, Function | SmallTest | Level3) in HWTEST_F() 1166 virtualOption.name_ = "GetDisplayInfoByScreen"; in HWTEST_F() 1167 ASSERT_EQ(ssm_->GetDisplayInfoByScreen(1), nullptr); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 157 auto info = GetDisplayInfoByScreen(screenId); in OnRemoteRequest()
|
H A D | screen_session_manager_proxy.cpp | 1627 sptr<DisplayInfo> ScreenSessionManagerProxy::GetDisplayInfoByScreen(ScreenId screenId) in GetDisplayInfoByScreen() function in OHOS::Rosen::ScreenSessionManagerProxy
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 967 sptr<DisplayInfo> ScreenSessionManager::GetDisplayInfoByScreen(ScreenId screenId) in GetDisplayInfoByScreen() function in OHOS::Rosen::ScreenSessionManager 974 TLOGI(WmsLogTag::DMS, "GetDisplayInfoByScreen screenSession is nullptr, ScreenId:%{public}" PRIu64"", in GetDisplayInfoByScreen() 980 TLOGI(WmsLogTag::DMS, "GetDisplayInfoByScreen error, displayInfo is nullptr."); in GetDisplayInfoByScreen() 987 TLOGE(WmsLogTag::DMS, "GetDisplayInfoByScreen failed. screenId: %{public}" PRIu64" ", screenId); in GetDisplayInfoByScreen()
|