Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_proxy.h103 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override;
H A Ddisplay_manager_service.h121 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override;
H A Ddisplay_manager_interface.h202 virtual std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() function
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp801 std::vector<DisplayPhysicalResolution> DisplayManagerAdapter::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() function in OHOS::Rosen::DisplayManagerAdapter
804 return displayManagerServiceProxy_->GetAllDisplayPhysicalResolution(); in GetAllDisplayPhysicalResolution()
H A Ddisplay_manager.cpp53 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution();
931 std::vector<DisplayPhysicalResolution> DisplayManager::Impl::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() function in OHOS::Rosen::DisplayManager::Impl
933 return SingletonContainer::Get<DisplayManagerAdapter>().GetAllDisplayPhysicalResolution(); in GetAllDisplayPhysicalResolution()
936 std::vector<DisplayPhysicalResolution> DisplayManager::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() function in OHOS::Rosen::DisplayManager
938 return pImpl_->GetAllDisplayPhysicalResolution(); in GetAllDisplayPhysicalResolution()
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_adapter_test.cpp816 HWTEST_F(DisplayManagerAdapterTest, GetAllDisplayPhysicalResolution, Function | SmallTest | Level2)
819 SingletonContainer::Get<DisplayManagerAdapter>().GetAllDisplayPhysicalResolution();
H A Ddisplay_manager_test.cpp923 HWTEST_F(DisplayManagerTest, GetAllDisplayPhysicalResolution, Function | SmallTest | Level1)
925 …splayPhysicalResolution> allSize = DisplayManager::GetInstance().GetAllDisplayPhysicalResolution();
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay_manager.h680 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution();
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h97 virtual std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution();
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h175 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override;
H A Dscreen_session_manager_interface.h187 virtual std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override in GetAllDisplayPhysicalResolution() function
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display_manager.cpp82 static napi_value GetAllDisplayPhysicalResolution(napi_env env, napi_callback_info info) in GetAllDisplayPhysicalResolution() function in OHOS::Rosen::JsDisplayManager
361 SingletonContainer::Get<DisplayManager>().GetAllDisplayPhysicalResolution(); in OnGetAllDisplayPhysicalResolution()
1195 JsDisplayManager::GetAllDisplayPhysicalResolution); in JsDisplayManagerInit()
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp447 auto physicalInfos = GetAllDisplayPhysicalResolution(); in OnRemoteRequest()
H A Ddisplay_manager_service.cpp829 std::vector<DisplayPhysicalResolution> DisplayManagerService::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() function in OHOS::Rosen::DisplayManagerService
H A Ddisplay_manager_proxy.cpp1795 std::vector<DisplayPhysicalResolution> DisplayManagerProxy::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() function in OHOS::Rosen::DisplayManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp137 HWTEST_F(ScreenSessionManagerProxyTest, GetAllDisplayPhysicalResolution, Function | SmallTest | Lev…
146 allSize = screenSessionManagerProxy->GetAllDisplayPhysicalResolution(); in __anonf2d903920502()
H A Dscreen_session_manager_test.cpp1818 HWTEST_F(ScreenSessionManagerTest, GetAllDisplayPhysicalResolution, Function | SmallTest | Level3)
1822 allSize = ssm_->GetAllDisplayPhysicalResolution();
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h297 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp919 auto physicalInfos = GetAllDisplayPhysicalResolution(); in ProcGetAllDisplayPhysicalResolution()
H A Dscreen_session_manager_proxy.cpp3036 std::vector<DisplayPhysicalResolution> ScreenSessionManagerProxy::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() function in OHOS::Rosen::ScreenSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp5608 std::vector<DisplayPhysicalResolution> ScreenSessionManager::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() function in OHOS::Rosen::ScreenSessionManager