Searched refs:usePlatformAsUIThread (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | settings.h | 34 usePlatformAsUIThread = useSharedRuntime; in SetUsingSharedRuntime() 53 bool usePlatformAsUIThread = false; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 50 needPostJsTask = !(setting.usePlatformAsUIThread && setting.useUIAsJSThread); in Initialize() 283 needPostJsTask = !(setting.usePlatformAsUIThread && setting.useUIAsJSThread); in UpdateState()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | dialog_container.cpp | 47 GetSettings().usePlatformAsUIThread = true; in DialogContainer() 260 if (GetSettings().usePlatformAsUIThread) { in Destroy() 268 if (GetSettings().usePlatformAsUIThread && GetSettings().useUIAsJSThread) { in Destroy()
|
H A D | ace_container.cpp | 337 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 D | ui_content_impl.cpp | 1318 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 D | ui_content_impl.cpp | 391 auto view = AceViewPreview::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThread); in CommonInitialize()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 192 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 D | subwindow_ohos.cpp | 272 Platform::AceViewOhos::CreateView(childContainerId_, false, container->GetSettings().usePlatformAsUIThread); in InitContainer()
|
Completed in 21 milliseconds