Searched refs:usePlatformAsUIThread (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | settings.h | 34 usePlatformAsUIThread = useSharedRuntime; in SetUsingSharedRuntime() 53 bool usePlatformAsUIThread = false; member
|
/ohos5.0/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 | 345 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 D | ui_content_impl.cpp | 1364 …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 D | declarative_frontend_ng.cpp | 52 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 D | declarative_frontend.cpp | 199 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 D | ui_content_impl.cpp | 391 …w = AceViewPreview::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThread); in CommonInitialize()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 254 …:AceViewOhos::CreateView(childContainerId_, false, container->GetSettings().usePlatformAsUIThread); in InitContainer()
|