Home
last modified time | relevance | path

Searched defs:frontendType (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/form/
Dform_element.cpp262 const FrontendType& frontendType, const FrontendType& uiSyntax) { in Prepare()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dace_ability.cpp64 FrontendType GetFrontendType(const std::string& frontendType) in GetFrontendType()
314 FrontendType frontendType = GetFrontendTypeFromManifest(packagePath, srcPath, isHap); in OnStart() local
Dui_content_impl.cpp1737 auto frontendType = isCJFrontend? FrontendType::DECLARATIVE_CJ : FrontendType::DECLARATIVE_JS; in CommonInitialize() local
2775 auto frontendType = isCJFrontend ? FrontendType::DECLARATIVE_CJ : FrontendType::DECLARATIVE_JS; in InitializeSubWindow() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
Dform_pattern.cpp1165const FrontendType& frontendType, const FrontendType& uiSyntax) { in InitFormManagerDelegate()