Home
last modified time | relevance | path

Searched defs:syncEventCallback (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
Dform_frontend_delegate_declarative.h39 const EventCallback& syncEventCallback, const UpdatePageCallback& updatePageCallback, in FormFrontendDelegateDeclarative()
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/pluginfrontend/
Dplugin_frontend_delegate_test.cpp92 const auto& syncEventCallback = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine)]( in GetPluginFrontendDelegate() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
Dfrontend_delegate_impl.h82 EventCallback syncEventCallback; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/plugin/mock/
Dmock_plugin_frontend_delegate.cpp21 const EventCallback& asyncEventCallback, const EventCallback& syncEventCallback, in PluginFrontendDelegate()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
Dplugin_frontend.cpp234 const auto& syncEventCallback = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)]( in InitializeFrontendDelegate() local
Dplugin_frontend_delegate.cpp80 const EventCallback& asyncEventCallback, const EventCallback& syncEventCallback, in PluginFrontendDelegate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
Ddeclarative_frontend.cpp279 const auto& syncEventCallback = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)]( in InitializeFrontendDelegate() local
Dfrontend_delegate_declarative.cpp113 const EventCallback& asyncEventCallback, const EventCallback& syncEventCallback, in FrontendDelegateDeclarative()