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 D | mock_plugin_frontend_delegate.cpp | 37 destroyPage_(destroyPageCallback), destroyApplication_(destroyApplicationCallback), in PluginFrontendDelegate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.h | 314 DestroyApplicationCallback destroyApplication_; variable
|
H A D | plugin_frontend_delegate.cpp | 99 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 D | frontend_delegate_declarative_ng.h | 329 DestroyApplicationCallback destroyApplication_; variable
|
H A D | frontend_delegate_declarative_ng.cpp | 118 destroyApplication_ = destroyApplicationCallback; in SetDestroyApplicationCallback() 300 … [destroyApplication = destroyApplication_, packageName] { destroyApplication(packageName); }, in OnApplicationDestroy()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.h | 436 DestroyApplicationCallback destroyApplication_; variable
|
H A D | frontend_delegate_impl.cpp | 71 …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 D | frontend_delegate_declarative.h | 470 DestroyApplicationCallback destroyApplication_; variable
|
H A D | frontend_delegate_declarative.cpp | 137 …destroyApplication_(destroyApplicationCallback), updateApplicationState_(updateApplicationStateCal… in FrontendDelegateDeclarative() 645 … [destroyApplication = destroyApplication_, packageName] { destroyApplication(packageName); }, in OnApplicationDestroy()
|