Home
last modified time | relevance | path

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

/foundation/ace/ace_engine/frameworks/bridge/test/unittest/pluginfrontend/
Dplugin_frontend_test.cpp113 pluginFrontend.Initialize(FrontendType::JS_PLUGIN, taskExecutor);
167 pluginFrontend.Initialize(FrontendType::JS_PLUGIN, taskExecutor);
209 pluginFrontend.Initialize(FrontendType::JS_PLUGIN, taskExecutor);
263 pluginFrontend.Initialize(FrontendType::JS_PLUGIN, taskExecutor);
319 pluginFrontend.Initialize(FrontendType::JS_PLUGIN, taskExecutor);
382 pluginFrontend.Initialize(FrontendType::JS_PLUGIN, taskExecutor);
436 pluginFrontend.Initialize(FrontendType::JS_PLUGIN, taskExecutor);
478 pluginFrontend.Initialize(FrontendType::JS_PLUGIN, taskExecutor);
522 pluginFrontend.Initialize(FrontendType::JS_PLUGIN, taskExecutor);
587 pluginFrontend.Initialize(FrontendType::JS_PLUGIN, taskExecutor);
[all …]
/foundation/ace/ace_engine/frameworks/core/common/
Dfrontend.h48 enum class FrontendType { JSON, JS, JS_CARD, DECLARATIVE_JS, JS_PLUGIN }; enumerator
/foundation/ace/ace_engine/frameworks/core/components/plugin/
Dplugin_sub_container.cpp87 frontend_->Initialize(FrontendType::JS_PLUGIN, taskExecutor_); in Initialize()
/foundation/ace/ace_engine/frameworks/bridge/plugin_frontend/
Dplugin_frontend.cpp174 ACE_DCHECK(type_ == FrontendType::JS_PLUGIN); in Initialize()
/foundation/ace/ace_engine/frameworks/core/pipeline/
Dpipeline_context.cpp3370 … (front->GetType() == FrontendType::DECLARATIVE_JS || front->GetType() == FrontendType::JS_PLUGIN); in GetIsDeclarative()