Home
last modified time | relevance | path

Searched defs:destroyApplicationCallback (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dform_frontend_delegate_declarative.h41 const DestroyApplicationCallback& destroyApplicationCallback, in FormFrontendDelegateDeclarative()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.h87 DestroyApplicationCallback destroyApplicationCallback; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp182 auto destroyApplicationCallback = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)]( in InitializeDelegate() local
H A Dfrontend_delegate_declarative_ng.cpp116 DestroyApplicationCallback&& destroyApplicationCallback) in SetDestroyApplicationCallback()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp23 …nst DestroyPageCallback& destroyPageCallback, const DestroyApplicationCallback& destroyApplication… in PluginFrontendDelegate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp262 const auto& destroyApplicationCallback = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)]( in InitializeFrontendDelegate() local
H A Dplugin_frontend_delegate.cpp82 …nst DestroyPageCallback& destroyPageCallback, const DestroyApplicationCallback& destroyApplication… in PluginFrontendDelegate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp330 const auto& destroyApplicationCallback = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)]( in Initialize() local
H A Dfrontend_delegate_declarative.cpp122 …nst DestroyPageCallback& destroyPageCallback, const DestroyApplicationCallback& destroyApplication… in FrontendDelegateDeclarative()