Home
last modified time | relevance | path

Searched refs:GetDisplayInfoByScreen (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_test.cpp203 ASSERT_EQ(nullptr, dms_->GetDisplayInfoByScreen(1));
204 ASSERT_EQ(absDisplay->name_, dms_->GetDisplayInfoByScreen(0)->name_);
H A Ddisplay_manager_proxy_test.cpp112 auto displayInfo1 = proxy1.GetDisplayInfoByScreen(0);
119 auto displayInfo2 = proxy2.GetDisplayInfoByScreen(0);
123 auto displayInfo3 = proxy2.GetDisplayInfoByScreen(0);
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_proxy.h36 sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) override;
H A Ddisplay_manager_service.h59 sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) override;
H A Ddisplay_manager_interface.h41 virtual sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) = 0;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h102 virtual sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) override;
H A Dscreen_session_manager_interface.h38 virtual sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) override {return nullptr; } in GetDisplayInfoByScreen() function
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp56 auto info = GetDisplayInfoByScreen(screenId); in OnRemoteRequest()
H A Ddisplay_manager_service.cpp213 sptr<DisplayInfo> DisplayManagerService::GetDisplayInfoByScreen(ScreenId screenId) in GetDisplayInfoByScreen() function in OHOS::Rosen::DisplayManagerService
H A Ddisplay_manager_proxy.cpp90 sptr<DisplayInfo> DisplayManagerProxy::GetDisplayInfoByScreen(ScreenId screenId) in GetDisplayInfoByScreen() function in OHOS::Rosen::DisplayManagerProxy
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/
H A Dscreensessionmanager_fuzzer.cpp267 proxy->GetDisplayInfoByScreen(dmsScreenId); in ProxyInterfaceFuzzTestPart2()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp1123 HWTEST_F(ScreenSessionManagerProxyTest, GetDisplayInfoByScreen, Function | SmallTest | Level1)
1135 res = screenSessionManagerProxy->GetDisplayInfoByScreen(screenId); in __anonf2d903921b02()
H A Dscreen_session_manager_test.cpp503 HWTEST_F(ScreenSessionManagerTest, GetDisplayInfoByScreen, Function | SmallTest | Level3)
508 ASSERT_EQ(ssm_->GetDisplayInfoByScreen(1), nullptr);
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp55 return displayManagerServiceProxy_->GetDisplayInfoByScreen(screenId); in GetDisplayInfoByScreenId()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h124 sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp146 auto info = GetDisplayInfoByScreen(screenId); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp1509 sptr<DisplayInfo> ScreenSessionManagerProxy::GetDisplayInfoByScreen(ScreenId screenId) in GetDisplayInfoByScreen() function in OHOS::Rosen::ScreenSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp884 sptr<DisplayInfo> ScreenSessionManager::GetDisplayInfoByScreen(ScreenId screenId) in GetDisplayInfoByScreen() function in OHOS::Rosen::ScreenSessionManager