Home
last modified time | relevance | path

Searched refs:DisplayPhysicalResolution (Results 1 - 24 of 24) sorted by relevance

/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_scene_config.h48 static std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalConfig();
62 static std::vector<DisplayPhysicalResolution> displayPhysicalResolution_;
H A Dscreen_session_manager.h290 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override;
422 std::vector<DisplayPhysicalResolution> allDisplayPhysicalResolution_ {};
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display.h64 napi_value CreateJsDisplayPhysicalInfoObject(napi_env env, DisplayPhysicalResolution physicalInfo);
H A Djs_display_manager.cpp308 const std::vector<DisplayPhysicalResolution>& physicalArray) in CreateJsDisplayPhysicalArrayObject()
342 std::vector<DisplayPhysicalResolution> displayPhysicalArray = in OnGetAllDisplayPhysicalResolution()
H A Djs_display.cpp714 napi_value CreateJsDisplayPhysicalInfoObject(napi_env env, DisplayPhysicalResolution physicalInfo) in CreateJsDisplayPhysicalInfoObject()
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_service.h120 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override;
144 std::vector<DisplayPhysicalResolution> allDisplayPhysicalResolution_ {};
H A Ddisplay_manager_interface.h220 virtual std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution()
222 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution()
H A Ddisplay_manager_proxy.h103 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override;
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_scene_config.cpp70 std::vector<DisplayPhysicalResolution> ScreenSceneConfig::displayPhysicalResolution_;
274 DisplayPhysicalResolution physicalSize; in ReadPhysicalDisplayConfigInfo()
293 std::vector<DisplayPhysicalResolution> ScreenSceneConfig::GetAllDisplayPhysicalConfig() in GetAllDisplayPhysicalConfig()
H A Dscreen_session_manager.cpp5719 std::vector<DisplayPhysicalResolution> ScreenSessionManager::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution()
5728 DisplayPhysicalResolution defaultSize; in GetAllDisplayPhysicalResolution()
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_interface.h192 virtual std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override
194 return std::vector<DisplayPhysicalResolution> {};
H A Dscreen_session_manager_proxy.h177 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override;
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_proxy.cpp1793 std::vector<DisplayPhysicalResolution> DisplayManagerProxy::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution()
1798 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution()
1805 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution()
1810 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution()
1812 std::vector<DisplayPhysicalResolution> allPhysicalSize; in GetAllDisplayPhysicalResolution()
1817 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution()
1820 DisplayPhysicalResolution physicalItem; in GetAllDisplayPhysicalResolution()
H A Ddisplay_manager_service.cpp822 std::vector<DisplayPhysicalResolution> DisplayManagerService::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution()
830 DisplayPhysicalResolution defaultResolution; in GetAllDisplayPhysicalResolution()
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h415 struct DisplayPhysicalResolution { struct
H A Ddisplay_manager.h676 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution();
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp827 std::vector<DisplayPhysicalResolution> DisplayManagerAdapter::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution()
829 INIT_PROXY_CHECK_RETURN(std::vector<DisplayPhysicalResolution>{}); in GetAllDisplayPhysicalResolution()
H A Ddisplay_manager.cpp52 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution();
861 std::vector<DisplayPhysicalResolution> DisplayManager::Impl::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution()
866 std::vector<DisplayPhysicalResolution> DisplayManager::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_proxy.cpp3090 std::vector<DisplayPhysicalResolution> ScreenSessionManagerProxy::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution()
3095 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution()
3102 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution()
3107 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution()
3109 std::vector<DisplayPhysicalResolution> allPhysicalSize; in GetAllDisplayPhysicalResolution()
3113 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution()
3116 DisplayPhysicalResolution physicalItem; in GetAllDisplayPhysicalResolution()
/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h98 virtual std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution();
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_adapter_test.cpp814 std::vector<DisplayPhysicalResolution> allSize = in HWTEST_F()
H A Ddisplay_manager_test.cpp999 std::vector<DisplayPhysicalResolution> allSize = DisplayManager::GetInstance().GetAllDisplayPhysicalResolution(); in HWTEST_F()
1448 std::vector<DisplayPhysicalResolution> allSize = DisplayManager::GetInstance().GetAllDisplayPhysicalResolution(); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp143 std::vector<DisplayPhysicalResolution> allSize {}; in HWTEST_F()
H A Dscreen_session_manager_test.cpp2476 std::vector<DisplayPhysicalResolution> allSize {}; in HWTEST_F()

Completed in 50 milliseconds