Home
last modified time | relevance | path

Searched refs:GetAllScreenInfos (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_display_manager_adapter.h62 MOCK_METHOD1(GetAllScreenInfos, DMError(std::vector<sptr<ScreenInfo>>& screenInfos));
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_proxy.h89 DMError GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screens) override;
H A Ddisplay_manager_service.h109 DMError GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) override;
H A Ddisplay_manager_interface.h132 virtual DMError GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) = 0;
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp657 DMError ScreenManagerAdapter::GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) in GetAllScreenInfos() function in OHOS::Rosen::ScreenManagerAdapter
661 return displayManagerServiceProxy_->GetAllScreenInfos(screenInfos); in GetAllScreenInfos()
H A Dscreen_manager.cpp268 DMError ret = SingletonContainer::Get<ScreenManagerAdapter>().GetAllScreenInfos(screenInfos); in GetAllScreens()
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_proxy_test.cpp1069 HWTEST_F(DisplayManagerProxyTest, GetAllScreenInfos, Function | SmallTest | Level1)
1075 auto result1 = proxy1.GetAllScreenInfos(screenInfos);
1082 auto result2 = proxy2.GetAllScreenInfos(screenInfos);
1086 auto result3 = proxy2.GetAllScreenInfos(screenInfos);
H A Ddisplay_manager_service_test.cpp222 dms_->GetAllScreenInfos(screenInfos);
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h124 virtual DMError GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h107 virtual DMError GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) override;
H A Dscreen_session_manager_interface.h104 …virtual DMError GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) override { return DM… in GetAllScreenInfos() function
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp1199 HWTEST_F(ScreenSessionManagerProxyTest, GetAllScreenInfos, Function | SmallTest | Level1)
1208 screenSessionManagerProxy->GetAllScreenInfos(screenInfos));
1211 screenSessionManagerProxy->GetAllScreenInfos(screenInfos));
H A Dscreen_session_manager_test.cpp1411 HWTEST_F(ScreenSessionManagerTest, GetAllScreenInfos, Function | SmallTest | Level3)
1418 EXPECT_EQ(DMError::DM_OK, ssm_->GetAllScreenInfos(screenInfos));
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp245 DMError ret = GetAllScreenInfos(screenInfos); in OnRemoteRequest()
H A Ddisplay_manager_service.cpp665 DMError DisplayManagerService::GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) in GetAllScreenInfos() function in OHOS::Rosen::DisplayManagerService
H A Ddisplay_manager_proxy.cpp1420 DMError DisplayManagerProxy::GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) in GetAllScreenInfos() function in OHOS::Rosen::DisplayManagerProxy
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/
H A Dscreensessionmanager_fuzzer.cpp272 proxy->GetAllScreenInfos(screenInfos); in ProxyInterfaceFuzzTestPart2()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h127 virtual DMError GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp163 DMError ret = GetAllScreenInfos(screenInfos); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp1604 DMError ScreenSessionManagerProxy::GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) in GetAllScreenInfos() function in OHOS::Rosen::ScreenSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp2511 DMError ScreenSessionManager::GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) in GetAllScreenInfos() function in OHOS::Rosen::ScreenSessionManager