Home
last modified time | relevance | path

Searched refs:destroyApplication_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp37 destroyPage_(destroyPageCallback), destroyApplication_(destroyApplicationCallback), in PluginFrontendDelegate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h314 DestroyApplicationCallback destroyApplication_; variable
H A Dplugin_frontend_delegate.cpp99 destroyPage_(destroyPageCallback), destroyApplication_(destroyApplicationCallback), in PluginFrontendDelegate()
571 … [destroyApplication = destroyApplication_, packageName] { destroyApplication(packageName); }, in OnApplicationDestroy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h329 DestroyApplicationCallback destroyApplication_; variable
H A Dfrontend_delegate_declarative_ng.cpp118 destroyApplication_ = destroyApplicationCallback; in SetDestroyApplicationCallback()
300 … [destroyApplication = destroyApplication_, packageName] { destroyApplication(packageName); }, in OnApplicationDestroy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.h436 DestroyApplicationCallback destroyApplication_; variable
H A Dfrontend_delegate_impl.cpp71 …destroyPage_(builder.destroyPageCallback), destroyApplication_(builder.destroyApplicationCallback), in FrontendDelegateImpl()
507 … [destroyApplication = destroyApplication_, packageName] { destroyApplication(packageName); }, in OnApplicationDestroy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h470 DestroyApplicationCallback destroyApplication_; variable
H A Dfrontend_delegate_declarative.cpp137destroyApplication_(destroyApplicationCallback), updateApplicationState_(updateApplicationStateCal… in FrontendDelegateDeclarative()
645 … [destroyApplication = destroyApplication_, packageName] { destroyApplication(packageName); }, in OnApplicationDestroy()