Searched refs:JS_PLUGIN (Results 1 – 5 of 5) sorted by relevance
/foundation/ace/ace_engine/frameworks/bridge/test/unittest/pluginfrontend/ |
D | plugin_frontend_test.cpp | 113 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/ |
D | frontend.h | 48 enum class FrontendType { JSON, JS, JS_CARD, DECLARATIVE_JS, JS_PLUGIN }; enumerator
|
/foundation/ace/ace_engine/frameworks/core/components/plugin/ |
D | plugin_sub_container.cpp | 87 frontend_->Initialize(FrontendType::JS_PLUGIN, taskExecutor_); in Initialize()
|
/foundation/ace/ace_engine/frameworks/bridge/plugin_frontend/ |
D | plugin_frontend.cpp | 174 ACE_DCHECK(type_ == FrontendType::JS_PLUGIN); in Initialize()
|
/foundation/ace/ace_engine/frameworks/core/pipeline/ |
D | pipeline_context.cpp | 3370 … (front->GetType() == FrontendType::DECLARATIVE_JS || front->GetType() == FrontendType::JS_PLUGIN); in GetIsDeclarative()
|