Home
last modified time | relevance | path

Searched refs:usePlatformAsUIThread (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/
H A Dsettings.h34 usePlatformAsUIThread = useSharedRuntime; in SetUsingSharedRuntime()
53 bool usePlatformAsUIThread = false; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp50 needPostJsTask = !(setting.usePlatformAsUIThread && setting.useUIAsJSThread); in Initialize()
283 needPostJsTask = !(setting.usePlatformAsUIThread && setting.useUIAsJSThread); in UpdateState()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp47 GetSettings().usePlatformAsUIThread = true; in DialogContainer()
260 if (GetSettings().usePlatformAsUIThread) { in Destroy()
268 if (GetSettings().usePlatformAsUIThread && GetSettings().useUIAsJSThread) { in Destroy()
H A Dace_container.cpp337 if (GetSettings().usePlatformAsUIThread) { in Destroy()
359 if (GetSettings().usePlatformAsUIThread && GetSettings().useUIAsJSThread) { in Destroy()
1099 if (container->GetSettings().usePlatformAsUIThread) { in DestroyContainer()
2116 if (GetSettings().usePlatformAsUIThread) { in AttachView()
2154 if (GetSettings().usePlatformAsUIThread) { in AttachView()
2300 GetSettings().usePlatformAsUIThread = parentSettings.usePlatformAsUIThread; in InitializeSubContainer()
H A Dui_content_impl.cpp1318 aceView = Platform::AceViewOhos::CreateView(instanceId_, true, container->GetSettings().usePlatformAsUIThread); in CommonInitializeForm()
1321 aceView = Platform::AceViewOhos::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThread); in CommonInitializeForm()
1866 Platform::AceViewOhos::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThread); in CommonInitialize()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp391 auto view = AceViewPreview::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThread); in CommonInitialize()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp192 needPostJsTask = !(setting.usePlatformAsUIThread && setting.useUIAsJSThread); in Initialize()
907 needPostJsTask = !(setting.usePlatformAsUIThread && setting.useUIAsJSThread); in Initialize()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp272 Platform::AceViewOhos::CreateView(childContainerId_, false, container->GetSettings().usePlatformAsUIThread); in InitContainer()

Completed in 21 milliseconds