Searched refs:frontendType (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_ability.cpp | 64 FrontendType GetFrontendType(const std::string& frontendType) in GetFrontendType() argument 66 if (frontendType == "normal") { in GetFrontendType() 68 } else if (frontendType == "form") { in GetFrontendType() 70 } else if (frontendType == "declarative") { in GetFrontendType() 314 FrontendType frontendType = GetFrontendTypeFromManifest(packagePath, srcPath, isHap); in OnStart() local 315 …useNewPipe = useNewPipe && (frontendType == FrontendType::ETS_CARD || frontendType == FrontendType… in OnStart() 368 Platform::AceContainer::CreateContainer(abilityId_, frontendType, srcPath, shared_from_this(), in OnStart()
|
H A D | ui_content_impl.cpp | 1809 auto frontendType = isCJFrontend? FrontendType::DECLARATIVE_CJ : FrontendType::DECLARATIVE_JS; in CommonInitialize() local 1811 AceType::MakeRefPtr<Platform::AceContainer>(instanceId_, frontendType, context_, info, in CommonInitialize() 2918 auto frontendType = isCJFrontend ? FrontendType::DECLARATIVE_CJ : FrontendType::DECLARATIVE_JS; in InitializeSubWindow() local 2927 container = AceType::MakeRefPtr<Platform::AceContainer>(instanceId_, frontendType, in InitializeSubWindow() 2933 container = AceType::MakeRefPtr<Platform::AceContainer>(instanceId_, frontendType, in InitializeSubWindow() 2938 container = AceType::MakeRefPtr<Platform::AceContainer>(instanceId_, frontendType, in InitializeSubWindow()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | form_element.cpp | 262 const FrontendType& frontendType, const FrontendType& uiSyntax) { in Prepare() argument 268 instanceID, frontendType, uiSyntax] { in Prepare() 277 formJsInfo.formSrc, frontendType, uiSyntax); in Prepare()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
H A D | form_manager_delegate.h | 51 const FrontendType& frontendType, const FrontendType& uiSyntax)>;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_pattern.cpp | 1179 … const FrontendType& frontendType, const FrontendType& uiSyntax) { in InitFormManagerDelegate() argument 1189 …xecutor.PostTask([id, path, module, data, imageDataMap, formJsInfo, weak, instanceID, frontendType, in InitFormManagerDelegate() 1197 …ntainer->RunCard(id, path, module, data, imageDataMap, formJsInfo.formSrc, frontendType, uiSyntax); in InitFormManagerDelegate()
|