Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dglobal_pipeline_context_manager.cpp61 …const std::string& name, const sptr<OHOS::Rosen::Window>& rsWindow, FrontendType frontendType, int… in CreateGlobalPipelineContext()
Dace_ability.cpp65 FrontendType GetFrontendType(const std::string& frontendType) in GetFrontendType()
323 FrontendType frontendType = GetFrontendTypeFromManifest(packagePath, srcPath, isHap); in OnStart() local
Dui_content_impl.cpp2115 … std::shared_ptr<OHOS::AppExecFwk::AbilityInfo>& info, FrontendType frontendType, bool useNewPipe) in CreateContainer()
2379 auto frontendType = isCJFrontend? FrontendType::DECLARATIVE_CJ : FrontendType::DECLARATIVE_JS; in CommonInitialize() local
4342 auto frontendType = isCJFrontend ? FrontendType::DECLARATIVE_CJ : FrontendType::DECLARATIVE_JS; in InitializeSubWindow() local
/foundation/arkui/ace_engine/frameworks/core/components/form/
Dform_element.cpp359 const FrontendType& uiSyntax) { in InitAddFormAcquireCallback()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
Dform_pattern.cpp1493const FrontendType& frontendType, const FrontendType& uiSyntax) { in InitFormManagerDelegate()