Searched refs:onRestoreAbilityStateCallBack (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | form_frontend_delegate_declarative.h | 49 …const OnRestoreAbilityStateCallBack& onRestoreAbilityStateCallBack, const OnNewWantCallBack& onNew… in FormFrontendDelegateDeclarative() argument 66 onRestoreAbilityStateCallBack, onNewWantCallBack, in FormFrontendDelegateDeclarative()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend_delegate.cpp | 29 …const OnRestoreAbilityStateCallBack& onRestoreAbilityStateCallBack, const OnNewWantCallBack& onNew… in PluginFrontendDelegate() argument 42 …onRestoreAbilityState_(onRestoreAbilityStateCallBack), onNewWant_(onNewWantCallBack), onActive_(on… in PluginFrontendDelegate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 364 …const auto& onRestoreAbilityStateCallBack = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)]( in Initialize() local 505 …onRestoreAbilityStateCallBack, onNewWantCallBack, onMemoryLevelCallBack, onStartContinuationCallBa… in Initialize() 514 …onRestoreAbilityStateCallBack, onNewWantCallBack, onMemoryLevelCallBack, onStartContinuationCallBa… in Initialize()
|
H A D | frontend_delegate_declarative.h | 73 …const OnRestoreAbilityStateCallBack& onRestoreAbilityStateCallBack, const OnNewWantCallBack& onNew…
|
H A D | frontend_delegate_declarative.cpp | 129 …const OnRestoreAbilityStateCallBack& onRestoreAbilityStateCallBack, const OnNewWantCallBack& onNew… in FrontendDelegateDeclarative() argument 142 onRestoreAbilityState_(onRestoreAbilityStateCallBack), onNewWant_(onNewWantCallBack), in FrontendDelegateDeclarative()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 288 …const auto& onRestoreAbilityStateCallBack = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)]( in InitializeFrontendDelegate() local 383 …onConfigurationUpdatedCallBack, onSaveAbilityStateCallBack, onRestoreAbilityStateCallBack, onNewWa… in InitializeFrontendDelegate()
|
H A D | plugin_frontend_delegate.h | 53 const OnRestoreAbilityStateCallBack& onRestoreAbilityStateCallBack,
|
H A D | plugin_frontend_delegate.cpp | 89 const OnRestoreAbilityStateCallBack& onRestoreAbilityStateCallBack, in PluginFrontendDelegate() argument 104 …veAbilityState_(onSaveAbilityStateCallBack), onRestoreAbilityState_(onRestoreAbilityStateCallBack), in PluginFrontendDelegate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.h | 101 OnRestoreAbilityStateCallBack onRestoreAbilityStateCallBack; member
|