Home
last modified time | relevance | path

Searched refs:InitializeFrontendDelegate (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend.cpp34 void PluginFrontend::InitializeFrontendDelegate(const RefPtr<TaskExecutor>& taskExecutor) {} in InitializeFrontendDelegate() function in OHOS::Ace::PluginFrontend
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.h178 void InitializeFrontendDelegate(const RefPtr<TaskExecutor>& taskExecutor);
H A Djs_frontend.cpp261 InitializeFrontendDelegate(taskExecutor); in Initialize()
297 void JsFrontend::InitializeFrontendDelegate(const RefPtr<TaskExecutor>& taskExecutor) in InitializeFrontendDelegate() function in OHOS::Ace::JsFrontend
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.h212 void InitializeFrontendDelegate(const RefPtr<TaskExecutor>& taskExecutor);
H A Dplugin_frontend.cpp182 InitializeFrontendDelegate(taskExecutor); in Initialize()
212 void PluginFrontend::InitializeFrontendDelegate(const RefPtr<TaskExecutor>& taskExecutor) in InitializeFrontendDelegate() function in OHOS::Ace::PluginFrontend
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h256 void InitializeFrontendDelegate(const RefPtr<TaskExecutor>& taskExecutor);
H A Ddeclarative_frontend.cpp193 InitializeFrontendDelegate(taskExecutor); in Initialize()
265 void DeclarativeFrontend::InitializeFrontendDelegate(const RefPtr<TaskExecutor>& taskExecutor) in Initialize() function in OHOS::Ace::DeclarativeFrontend