/ohos5.0/foundation/window/window_manager/test/common/mock/ |
H A D | mock_display_manager_adapter.h | 62 MOCK_METHOD1(GetAllScreenInfos, DMError(std::vector<sptr<ScreenInfo>>& screenInfos));
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_proxy.h | 89 DMError GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screens) override;
|
H A D | display_manager_service.h | 109 DMError GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) override;
|
H A D | display_manager_interface.h | 132 virtual DMError GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) = 0;
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | display_manager_adapter.cpp | 657 DMError ScreenManagerAdapter::GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) in GetAllScreenInfos() function in OHOS::Rosen::ScreenManagerAdapter 661 return displayManagerServiceProxy_->GetAllScreenInfos(screenInfos); in GetAllScreenInfos()
|
H A D | screen_manager.cpp | 268 DMError ret = SingletonContainer::Get<ScreenManagerAdapter>().GetAllScreenInfos(screenInfos); in GetAllScreens()
|
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_proxy_test.cpp | 1069 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 D | display_manager_service_test.cpp | 222 dms_->GetAllScreenInfos(screenInfos);
|
/ohos5.0/foundation/window/window_manager/dm/include/ |
H A D | display_manager_adapter.h | 124 virtual DMError GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | screen_session_manager_proxy.h | 107 virtual DMError GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) override;
|
H A D | screen_session_manager_interface.h | 104 …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 D | screen_session_manager_proxy_test.cpp | 1199 HWTEST_F(ScreenSessionManagerProxyTest, GetAllScreenInfos, Function | SmallTest | Level1) 1208 screenSessionManagerProxy->GetAllScreenInfos(screenInfos)); 1211 screenSessionManagerProxy->GetAllScreenInfos(screenInfos));
|
H A D | screen_session_manager_test.cpp | 1411 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 D | display_manager_stub.cpp | 245 DMError ret = GetAllScreenInfos(screenInfos); in OnRemoteRequest()
|
H A D | display_manager_service.cpp | 665 DMError DisplayManagerService::GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) in GetAllScreenInfos() function in OHOS::Rosen::DisplayManagerService
|
H A D | display_manager_proxy.cpp | 1420 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 D | screensessionmanager_fuzzer.cpp | 272 proxy->GetAllScreenInfos(screenInfos); in ProxyInterfaceFuzzTestPart2()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | screen_session_manager.h | 127 virtual DMError GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 163 DMError ret = GetAllScreenInfos(screenInfos); in OnRemoteRequest()
|
H A D | screen_session_manager_proxy.cpp | 1604 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 D | screen_session_manager.cpp | 2511 DMError ScreenSessionManager::GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos) in GetAllScreenInfos() function in OHOS::Rosen::ScreenSessionManager
|