Home
last modified time | relevance | path

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

/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_proxy.h103 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override;
H A Ddisplay_manager_service.h120 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override;
H A Ddisplay_manager_interface.h220 virtual std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() function in OHOS::Rosen::IDisplayManager
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_adapter_test.cpp808 * @tc.name: GetAllDisplayPhysicalResolution
812 HWTEST_F(DisplayManagerAdapterTest, GetAllDisplayPhysicalResolution, Function | SmallTest | Level2) in HWTEST_F()
815 SingletonContainer::Get<DisplayManagerAdapter>().GetAllDisplayPhysicalResolution(); in HWTEST_F()
H A Ddisplay_manager_test.cpp993 * @tc.name: GetAllDisplayPhysicalResolution
994 * @tc.desc: GetAllDisplayPhysicalResolution test
997 HWTEST_F(DisplayManagerTest, GetAllDisplayPhysicalResolution, Function | SmallTest | Level1) in HWTEST_F()
999 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/interfaces/innerkits/dm/
H A Ddisplay_manager.h676 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution();
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp52 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution();
861 std::vector<DisplayPhysicalResolution> DisplayManager::Impl::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() function in OHOS::Rosen::DisplayManager::Impl
863 return SingletonContainer::Get<DisplayManagerAdapter>().GetAllDisplayPhysicalResolution(); in GetAllDisplayPhysicalResolution()
866 std::vector<DisplayPhysicalResolution> DisplayManager::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() function in OHOS::Rosen::DisplayManager
868 return pImpl_->GetAllDisplayPhysicalResolution(); in GetAllDisplayPhysicalResolution()
H A Ddisplay_manager_adapter.cpp827 std::vector<DisplayPhysicalResolution> DisplayManagerAdapter::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() function in OHOS::Rosen::DisplayManagerAdapter
830 return displayManagerServiceProxy_->GetAllDisplayPhysicalResolution(); in GetAllDisplayPhysicalResolution()
/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h98 virtual std::vector<DisplayPhysicalResolution> 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
H A Dscreen_session_manager_proxy.h177 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override;
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display_manager.cpp76 static napi_value GetAllDisplayPhysicalResolution(napi_env env, napi_callback_info info) in GetAllDisplayPhysicalResolution() function in OHOS::Rosen::JsDisplayManager
343 SingletonContainer::Get<DisplayManager>().GetAllDisplayPhysicalResolution(); in OnGetAllDisplayPhysicalResolution()
1185 JsDisplayManager::GetAllDisplayPhysicalResolution); in JsDisplayManagerInit()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp447 auto physicalInfos = GetAllDisplayPhysicalResolution(); in OnRemoteRequest()
H A Ddisplay_manager_service.cpp822 std::vector<DisplayPhysicalResolution> DisplayManagerService::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() function in OHOS::Rosen::DisplayManagerService
H A Ddisplay_manager_proxy.cpp1793 std::vector<DisplayPhysicalResolution> DisplayManagerProxy::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() function in OHOS::Rosen::DisplayManagerProxy
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h290 std::vector<DisplayPhysicalResolution> GetAllDisplayPhysicalResolution() override;
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp133 * @tc.name: GetAllDisplayPhysicalResolution
134 * @tc.desc: GetAllDisplayPhysicalResolution
137 HWTEST_F(ScreenSessionManagerProxyTest, GetAllDisplayPhysicalResolution, Function | SmallTest | Level1) in HWTEST_F()
146 allSize = screenSessionManagerProxy->GetAllDisplayPhysicalResolution(); in HWTEST_F()
H A Dscreen_session_manager_test.cpp2470 * @tc.name: GetAllDisplayPhysicalResolution
2471 * @tc.desc: GetAllDisplayPhysicalResolution test
2474 HWTEST_F(ScreenSessionManagerTest, GetAllDisplayPhysicalResolution, Function | SmallTest | Level3) in HWTEST_F()
2478 allSize = ssm_->GetAllDisplayPhysicalResolution(); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp932 auto physicalInfos = GetAllDisplayPhysicalResolution(); in ProcGetAllDisplayPhysicalResolution()
H A Dscreen_session_manager_proxy.cpp3090 std::vector<DisplayPhysicalResolution> ScreenSessionManagerProxy::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() function in OHOS::Rosen::ScreenSessionManagerProxy
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp5719 std::vector<DisplayPhysicalResolution> ScreenSessionManager::GetAllDisplayPhysicalResolution() in GetAllDisplayPhysicalResolution() function in OHOS::Rosen::ScreenSessionManager

Completed in 44 milliseconds