/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | screen_scene_config.h | 48 static std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalConfig(); 62 static std::vector<DisplayPhysicalResolution> displayPhysicalResolution_;
|
H A D | screen_session_manager.h | 297 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override; 419 std::vector<DisplayPhysicalResolution> allDisplayPhysicalResolution_ {};
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_service.h | 121 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override; 145 std::vector<DisplayPhysicalResolution> allDisplayPhysicalResolution_ {};
|
H A D | display_manager_interface.h | 202 virtual std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() 204 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution()
|
H A D | display_manager_proxy.h | 103 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override;
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_scene_config.cpp | 70 std::vector<DisplayPhysicalResolution> ScreenSceneConfig::displayPhysicalResolution_; 275 DisplayPhysicalResolution physicalSize; in ReadPhysicalDisplayConfigInfo() 294 std::vector<DisplayPhysicalResolution> ScreenSceneConfig::GetAllDisplayPhysicalConfig() in GetAllDisplayPhysicalConfig()
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_proxy.cpp | 1795 std::vector<DisplayPhysicalResolution> DisplayManagerProxy::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() 1800 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution() 1807 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution() 1812 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution() 1814 std::vector<DisplayPhysicalResolution> allPhysicalSize; in GetAllDisplayPhysicalResolution() 1819 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution() 1822 DisplayPhysicalResolution physicalItem; in GetAllDisplayPhysicalResolution()
|
H A D | display_manager_service.cpp | 829 std::vector<DisplayPhysicalResolution> DisplayManagerService::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() 837 DisplayPhysicalResolution defaultResolution; in GetAllDisplayPhysicalResolution()
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/display_runtime/ |
H A D | js_display.h | 64 napi_value CreateJsDisplayPhysicalInfoObject(napi_env env, DisplayPhysicalResolution physicalInfo);
|
H A D | js_display_manager.cpp | 326 const std::vector<DisplayPhysicalResolution>& physicalArray) in CreateJsDisplayPhysicalArrayObject() 360 std::vector<DisplayPhysicalResolution> displayPhysicalArray = in OnGetAllDisplayPhysicalResolution()
|
H A D | js_display.cpp | 690 napi_value CreateJsDisplayPhysicalInfoObject(napi_env env, DisplayPhysicalResolution physicalInfo) in CreateJsDisplayPhysicalInfoObject()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | screen_session_manager_interface.h | 187 virtual std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override in GetAllDisplayPhysicalResolution() 189 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution()
|
H A D | screen_session_manager_proxy.h | 175 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-display.md | 139 ## DisplayPhysicalResolution<sup>12+</sup> 201 getAllDisplayPhysicalResolution(): Promise<Array<DisplayPhysicalResolution>> 213 … Promise<Array<[DisplayPhysicalResolution](#displayphysicalresolution12)>> | Promise对象…
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 413 struct DisplayPhysicalResolution { struct
|
H A D | display_manager.h | 680 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution();
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | screen_session_manager_proxy.cpp | 3036 std::vector<DisplayPhysicalResolution> ScreenSessionManagerProxy::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() 3041 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution() 3048 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution() 3053 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution() 3055 std::vector<DisplayPhysicalResolution> allPhysicalSize; in GetAllDisplayPhysicalResolution() 3059 return std::vector<DisplayPhysicalResolution> {}; in GetAllDisplayPhysicalResolution() 3062 DisplayPhysicalResolution physicalItem; in GetAllDisplayPhysicalResolution()
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | display_manager_adapter.cpp | 801 std::vector<DisplayPhysicalResolution> DisplayManagerAdapter::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() 803 INIT_PROXY_CHECK_RETURN(std::vector<DisplayPhysicalResolution>{}); in GetAllDisplayPhysicalResolution()
|
H A D | display_manager.cpp | 53 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution(); 931 std::vector<DisplayPhysicalResolution> DisplayManager::Impl::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() 936 std::vector<DisplayPhysicalResolution> DisplayManager::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution()
|
/ohos5.0/foundation/window/window_manager/dm/include/ |
H A D | display_manager_adapter.h | 97 virtual std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution();
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-display.md | 139 ## DisplayPhysicalResolution<sup>12+</sup> 201 getAllDisplayPhysicalResolution(): Promise<Array<DisplayPhysicalResolution>> 213 …<Array<[DisplayPhysicalResolution](#displayphysicalresolution12)>> | Promise used to r…
|
/ohos5.0/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_adapter_test.cpp | 818 std::vector<DisplayPhysicalResolution> allSize =
|
H A D | display_manager_test.cpp | 925 …std::vector<DisplayPhysicalResolution> allSize = DisplayManager::GetInstance().GetAllDisplayPhysic…
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_proxy_test.cpp | 143 std::vector<DisplayPhysicalResolution> allSize {};
|
H A D | screen_session_manager_test.cpp | 1820 std::vector<DisplayPhysicalResolution> allSize {};
|