Home
last modified time | relevance | path

Searched refs:IsScbCoreEnabled (Results 1 - 13 of 13) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/src/
H A Dscb_system_session.cpp70 if (Session::IsScbCoreEnabled()) { in NotifyClientToUpdateRect()
H A Dsystem_session.cpp266 if (Session::IsScbCoreEnabled()) { in NotifyClientToUpdateRect()
H A Dkeyboard_session.cpp186 if (Session::IsScbCoreEnabled()) { in UpdateKeyboardAvoidArea()
H A Dscene_session.cpp260 if (Session::IsScbCoreEnabled()) { in ForegroundTask()
334 if (Session::IsScbCoreEnabled()) { in BackgroundTask()
861 if (Session::IsScbCoreEnabled()) { in NotifyClientToUpdateRect()
1121 if (!Session::IsScbCoreEnabled() && !WindowHelper::IsMainWindow(GetWindowType())) { in UpdateSessionRectInner()
1138 if (!Session::IsScbCoreEnabled() && GetWindowType() != WindowType::WINDOW_TYPE_INPUT_METHOD_FLOAT) { in UpdateSessionRectInner()
1144 if (!Session::IsScbCoreEnabled()) { in UpdateSessionRectInner()
2566 if (Session::IsScbCoreEnabled()) { in SetFloatingScale()
2707 if (Session::IsScbCoreEnabled()) { in UpdateRotationAvoidArea()
3194 if (Session::IsScbCoreEnabled()) { in IsVisibleForAccessibility()
H A Dsession.cpp1337 if (Session::IsScbCoreEnabled()) { in SetForegroundInteractiveStatus()
1892 parentSession->NotifyClick(!IsScbCoreEnabled()); in HandleSubWindowClick()
2674 if (IsScbCoreEnabled()) { in GetSessionGlobalRect()
3371 bool Session::IsScbCoreEnabled() in IsScbCoreEnabled() function in OHOS::Rosen::Session
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.h112 static napi_value IsScbCoreEnabled(napi_env env, napi_callback_info info);
H A Djs_scene_session_manager.cpp197 JsSceneSessionManager::IsScbCoreEnabled); in Init()
681 if (Session::IsScbCoreEnabled()) { in NotifyForegroundInteractiveStatus()
990 napi_value JsSceneSessionManager::IsScbCoreEnabled(napi_env env, napi_callback_info info) in IsScbCoreEnabled() function in OHOS::Rosen::JsSceneSessionManager
1477 if (!Session::IsScbCoreEnabled()) { in OnGetRootSceneSession()
2498 if (Session::IsScbCoreEnabled()) { in OnRequestFocusStatus()
3219 napi_get_boolean(env, Session::IsScbCoreEnabled(), &result); in OnIsScbCoreEnabled()
H A Djs_scene_session.cpp1705 if (Session::IsScbCoreEnabled()) { in UpdateNativeVisibility()
1807 if (Session::IsScbCoreEnabled()) { in SetZOrder()
1856 if (Session::IsScbCoreEnabled()) { in SetOffset()
4001 if (Session::IsScbCoreEnabled()) { in SetScale()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dkeyboard_session_test.cpp1467 if (Session::IsScbCoreEnabled()) { in HWTEST_F()
1479 if (Session::IsScbCoreEnabled()) { in HWTEST_F()
1489 if (Session::IsScbCoreEnabled()) { in HWTEST_F()
H A Dscene_session_manager_test4.cpp1297 EXPECT_EQ(Session::IsScbCoreEnabled(), true); in HWTEST_F()
1510 bool testRet = sceneSession->IsScbCoreEnabled(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp36 if (!container || !container->IsScenceBoardWindow() || !Rosen::Session::IsScbCoreEnabled()) { in GetInstance()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h498 static bool IsScbCoreEnabled();
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1819 if (!Session::IsScbCoreEnabled()) { in RequestSceneSessionActivation()
1907 if (Session::IsScbCoreEnabled()) { in RequestSceneSessionActivationInner()
3611 if (!Session::IsScbCoreEnabled()) { in GetTopWindowId()
4189 if (Session::IsScbCoreEnabled()) { in IsSessionVisible()
4225 if (Session::IsScbCoreEnabled()) { in IsSessionVisibleForeground()
5768 if (Session::IsScbCoreEnabled()) { in ProcessFocusWhenForeground()
7212 bool isVisibleForAccessibility = Session::IsScbCoreEnabled() ? in GetAccessibilityWindowInfo()
9165 if (!Session::IsScbCoreEnabled()) { in FlushUIParams()
10240 if (Session::IsScbCoreEnabled()) { in GetAllSceneSessionForAccessibility()

Completed in 55 milliseconds