Searched refs:destroyApplication_ (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.h | 314 DestroyApplicationCallback destroyApplication_; member in OHOS::Ace::Framework::PluginFrontendDelegate
|
H A D | plugin_frontend_delegate.cpp | 83 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 D | mock_plugin_frontend_delegate.cpp | 37 destroyPage_(destroyPageCallback), destroyApplication_(destroyApplicationCallback), in PluginFrontendDelegate()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.h | 330 DestroyApplicationCallback destroyApplication_; member in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
|
H A D | frontend_delegate_declarative_ng.cpp | 105 destroyApplication_ = destroyApplicationCallback; in SetDestroyApplicationCallback() 287 [destroyApplication = destroyApplication_, packageName] { destroyApplication(packageName); }, in OnApplicationDestroy()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.h | 436 DestroyApplicationCallback destroyApplication_; member in OHOS::Ace::Framework::FrontendDelegateImpl
|
H A D | frontend_delegate_impl.cpp | 71 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 D | frontend_delegate_declarative.h | 471 DestroyApplicationCallback destroyApplication_; member in OHOS::Ace::Framework::FrontendDelegateDeclarative
|
H A D | frontend_delegate_declarative.cpp | 112 destroyApplication_(destroyApplicationCallback), updateApplicationState_(updateApplicationStateCallback), in FrontendDelegateDeclarative() 620 [destroyApplication = destroyApplication_, packageName] { destroyApplication(packageName); }, in OnApplicationDestroy()
|
Completed in 21 milliseconds