Home
last modified time | relevance | path

Searched refs:IsFoldable (Results 1 - 25 of 64) sorted by relevance

123

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddisplay_info_utils.cpp34 auto isFoldable = Rosen::DisplayManager::GetInstance().IsFoldable(); in GetDisplayInfo()
60 auto isFoldable = Rosen::DisplayManager::GetInstance().IsFoldable(); in InitIsFoldable()
64 bool DisplayInfoUtils::IsFoldable() in IsFoldable() function in OHOS::Ace::DisplayInfoUtils
69 auto isFoldable = Rosen::DisplayManager::GetInstance().IsFoldable(); in IsFoldable()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Ddisplay_info_utils.cpp34 bool DisplayInfoUtils::IsFoldable() in IsFoldable() function in OHOS::Ace::DisplayInfoUtils
/foundation/arkui/ace_engine/frameworks/core/common/
H A Ddisplay_info_utils.h29 bool IsFoldable();
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Dcj_display_manager.h30 static bool IsFoldable();
H A Dcj_display_manager.cpp174 bool CJDisplayManager::IsFoldable() in IsFoldable() function in OHOS::Rosen::CJDisplayManager
176 return SingletonContainer::Get<DisplayManager>().IsFoldable(); in IsFoldable()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_display_manager.cpp119 bool AccessibilityDisplayManager::IsFoldable() in IsFoldable() function in OHOS::Accessibility::AccessibilityDisplayManager
122 return Rosen::DisplayManager::GetInstance().IsFoldable(); in IsFoldable()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_display_manager.cpp122 bool AccessibilityDisplayManager::IsFoldable() in IsFoldable() function in OHOS::Accessibility::AccessibilityDisplayManager
125 return Rosen::DisplayManager::GetInstance().IsFoldable(); in IsFoldable()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_display_manager.cpp122 bool MockAccessibilityDisplayManager::IsFoldable() in IsFoldable() function in OHOS::Accessibility::MockAccessibilityDisplayManager
125 return Rosen::DisplayManager::GetInstance().IsFoldable(); in IsFoldable()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager_lite.cpp116 bool ScreenSessionManagerLite::IsFoldable() in IsFoldable() function in OHOS::Rosen::ScreenSessionManagerLite
120 return screenSessionManager_->IsFoldable(); in IsFoldable()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_lite_proxy_test.cpp108 * @tc.name: IsFoldable
109 * @tc.desc: IsFoldable
112 HWTEST_F(ScreenSessionManagerLiteProxyTest, IsFoldable, Function | SmallTest | Level1) in HWTEST_F()
114 bool res = screenSessionManagerLiteProxy_->IsFoldable(); in HWTEST_F()
H A Dscreen_session_manager_lite_test.cpp111 * @tc.name: IsFoldable
112 * @tc.desc: IsFoldable
115 HWTEST_F(ScreenSessionManagerLiteTest, IsFoldable, Function | SmallTest | Level3) in HWTEST_F()
118 bool ret = screenSessionManagerLite.IsFoldable(); in HWTEST_F()
/foundation/window/window_manager/previewer/include/
H A Dwindow_display.h41 bool IsFoldable() const;
/foundation/window/window_manager/previewer/src/
H A Dwindow_display.cpp50 bool PreviewerDisplay::IsFoldable() const in IsFoldable() function in OHOS::Previewer::PreviewerDisplay
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_lite_proxy.h40 bool IsFoldable() override;
H A Dscreen_session_manager_lite_interface.h75 virtual bool IsFoldable() { return false; }; in IsFoldable() function in OHOS::Rosen::IScreenSessionManagerLite
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_display_manager.h40 bool IsFoldable();
/foundation/window/window_manager/window_scene/screen_session_manager/include/fold_screen_controller/
H A Dfold_screen_controller.h43 bool IsFoldable();
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager_lite.h45 bool IsFoldable() override;
/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_lite.cpp42 bool IsFoldable();
502 bool DisplayManagerLite::IsFoldable() in IsFoldable() function in OHOS::Rosen::DisplayManagerLite
504 return pImpl_->IsFoldable(); in IsFoldable()
507 bool DisplayManagerLite::Impl::IsFoldable() in IsFoldable() function in OHOS::Rosen::DisplayManagerLite::Impl
509 return SingletonContainer::Get<DisplayManagerAdapterLite>().IsFoldable(); in IsFoldable()
H A Ddisplay_manager_adapter_lite.cpp103 bool DisplayManagerAdapterLite::IsFoldable() in IsFoldable() function in OHOS::Rosen::DisplayManagerAdapterLite
107 return displayManagerServiceProxy_->IsFoldable(); in IsFoldable()
/foundation/window/window_manager/dm_lite/include/
H A Ddisplay_manager_lite_proxy.h53 virtual bool IsFoldable();
/foundation/window/window_manager/interfaces/innerkits/dm_lite/
H A Ddisplay_manager_lite.h130 bool IsFoldable();
/foundation/window/window_manager/dm/src/
H A Doh_display_manager.cpp402 bool isFoldable = DisplayManager::GetInstance().IsFoldable(); in OH_NativeDisplayManager_IsFoldable()
415 if (!DisplayManager::GetInstance().IsFoldable()) { in OH_NativeDisplayManager_GetFoldDisplayMode()
466 if (!DisplayManager::GetInstance().IsFoldable()) { in OH_NativeDisplayManager_RegisterFoldDisplayModeChangeListener()
497 if (!DisplayManager::GetInstance().IsFoldable()) { in OH_NativeDisplayManager_UnregisterFoldDisplayModeChangeListener()
/foundation/window/window_manager/dm_lite/test/unittest/
H A Ddisplay_manager_lite_test.cpp490 * @tc.name: IsFoldable
491 * @tc.desc: IsFoldable
494 HWTEST_F(DisplayManagerTest, IsFoldable, Function | SmallTest | Level1) in HWTEST_F()
497 auto ret = DisplayManagerLite::GetInstance().pImpl_->IsFoldable(); in HWTEST_F()
511 auto ret = DisplayManagerLite::GetInstance().pImpl_->IsFoldable(); in HWTEST_F()
525 auto ret = DisplayManagerLite::GetInstance().pImpl_->IsFoldable(); in HWTEST_F()
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_container.cpp146 bool Container::IsFoldable() in IsFoldable() function in OHOS::Ace::Container

Completed in 10 milliseconds

123