Home
last modified time | relevance | path

Searched refs:JS_PLUGIN (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h79 enum class FrontendType { JSON, JS, JS_CARD, DECLARATIVE_JS, JS_PLUGIN, ETS_CARD, DECLARATIVE_CJ }; enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_sub_container.cpp91 frontend_->Initialize(FrontendType::JS_PLUGIN, taskExecutor_); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp181 ACE_DCHECK(type_ == FrontendType::JS_PLUGIN); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp3316 front->GetType() == FrontendType::JS_PLUGIN || in GetIsDeclarative()