Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h314 DestroyApplicationCallback destroyApplication_; member in OHOS::Ace::Framework::PluginFrontendDelegate
H A Dplugin_frontend_delegate.cpp83 destroyPage_(destroyPageCallback), destroyApplication_(destroyApplicationCallback), in PluginFrontendDelegate()
555 [destroyApplication = destroyApplication_, packageName] { destroyApplication(packageName); }, in OnApplicationDestroy()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp37 destroyPage_(destroyPageCallback), destroyApplication_(destroyApplicationCallback), in PluginFrontendDelegate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h330 DestroyApplicationCallback destroyApplication_; member in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
H A Dfrontend_delegate_declarative_ng.cpp105 destroyApplication_ = destroyApplicationCallback; in SetDestroyApplicationCallback()
287 [destroyApplication = destroyApplication_, packageName] { destroyApplication(packageName); }, in OnApplicationDestroy()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.h436 DestroyApplicationCallback destroyApplication_; member in OHOS::Ace::Framework::FrontendDelegateImpl
H A Dfrontend_delegate_impl.cpp71 destroyPage_(builder.destroyPageCallback), destroyApplication_(builder.destroyApplicationCallback), in FrontendDelegateImpl()
507 [destroyApplication = destroyApplication_, packageName] { destroyApplication(packageName); }, in OnApplicationDestroy()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h471 DestroyApplicationCallback destroyApplication_; member in OHOS::Ace::Framework::FrontendDelegateDeclarative
H A Dfrontend_delegate_declarative.cpp112 destroyApplication_(destroyApplicationCallback), updateApplicationState_(updateApplicationStateCallback), in FrontendDelegateDeclarative()
620 [destroyApplication = destroyApplication_, packageName] { destroyApplication(packageName); }, in OnApplicationDestroy()

Completed in 21 milliseconds