Home
last modified time | relevance | path

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

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