Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dsettings.h34 usePlatformAsUIThread = useSharedRuntime; in SetUsingSharedRuntime()
53 bool usePlatformAsUIThread = false; member
/ohos5.0/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.cpp345 if (GetSettings().usePlatformAsUIThread) { in Destroy()
367 if (GetSettings().usePlatformAsUIThread && GetSettings().useUIAsJSThread) { in Destroy()
1104 if (container->GetSettings().usePlatformAsUIThread) { in DestroyContainer()
2136 if (GetSettings().usePlatformAsUIThread) { in AttachView()
2174 if (GetSettings().usePlatformAsUIThread) { in AttachView()
2320 GetSettings().usePlatformAsUIThread = parentSettings.usePlatformAsUIThread; in InitializeSubContainer()
H A Dui_content_impl.cpp1364 …atform::AceViewOhos::CreateView(instanceId_, true, container->GetSettings().usePlatformAsUIThread); in CommonInitializeForm()
1367 …tform::AceViewOhos::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThread); in CommonInitializeForm()
1919 …tform::AceViewOhos::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThread); in CommonInitialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp52 needPostJsTask = !(setting.usePlatformAsUIThread && setting.useUIAsJSThread); in Initialize()
286 needPostJsTask = !(setting.usePlatformAsUIThread && setting.useUIAsJSThread); in UpdateState()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp199 needPostJsTask = !(setting.usePlatformAsUIThread && setting.useUIAsJSThread); in Initialize()
915 needPostJsTask = !(setting.usePlatformAsUIThread && setting.useUIAsJSThread) in Initialize()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp391 …w = AceViewPreview::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThread); in CommonInitialize()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp254 …:AceViewOhos::CreateView(childContainerId_, false, container->GetSettings().usePlatformAsUIThread); in InitContainer()