/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | form_frontend_delegate_declarative.h | 54 …const OnRestoreDataCallBack& onRestoreDataCallBack, const ExternalEventCallback& externalEventCall… in FormFrontendDelegateDeclarative() argument 71 onRestoreDataCallBack, externalEventCallback) in FormFrontendDelegateDeclarative()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend_delegate.cpp | 34 const OnRestoreDataCallBack& onRestoreDataCallBack) in PluginFrontendDelegate() argument 47 …onRestoreDataCallBack_(onRestoreDataCallBack), manifestParser_(AceType::MakeRefPtr<ManifestParser>… in PluginFrontendDelegate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 173 auto onRestoreDataCallBack = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)]( in InitializeDelegate() local 258 delegate_->SetOnRestoreDataCallBack(std::move(onRestoreDataCallBack)); in InitializeDelegate()
|
H A D | frontend_delegate_declarative_ng.h | 78 void SetOnRestoreDataCallBack(OnRestoreDataCallBack&& onRestoreDataCallBack);
|
H A D | frontend_delegate_declarative_ng.cpp | 110 …ntendDelegateDeclarativeNG::SetOnRestoreDataCallBack(OnRestoreDataCallBack&& onRestoreDataCallBack) in SetOnRestoreDataCallBack() argument 112 onRestoreDataCallBack_ = onRestoreDataCallBack; in SetOnRestoreDataCallBack()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 480 const auto& onRestoreDataCallBack = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)]( in Initialize() local 506 …ompleteContinuationCallBack, onRemoteTerminatedCallBack, onSaveDataCallBack, onRestoreDataCallBack, in Initialize() 515 …ompleteContinuationCallBack, onRemoteTerminatedCallBack, onSaveDataCallBack, onRestoreDataCallBack, in Initialize()
|
H A D | frontend_delegate_declarative.h | 78 …const OnRestoreDataCallBack& onRestoreDataCallBack, const ExternalEventCallback& externalEventCall…
|
H A D | frontend_delegate_declarative.cpp | 133 …const OnRestoreDataCallBack& onRestoreDataCallBack, const ExternalEventCallback& externalEventCall… in FrontendDelegateDeclarative() argument 146 …onRestoreDataCallBack_(onRestoreDataCallBack), manifestParser_(AceType::MakeRefPtr<ManifestParser>… in FrontendDelegateDeclarative()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 373 const auto& onRestoreDataCallBack = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)]( in InitializeFrontendDelegate() local 385 …mpleteContinuationCallBack, onRemoteTerminatedCallBack, onSaveDataCallBack, onRestoreDataCallBack); in InitializeFrontendDelegate()
|
H A D | plugin_frontend_delegate.h | 61 const OnRestoreDataCallBack& onRestoreDataCallBack);
|
H A D | plugin_frontend_delegate.cpp | 96 const OnRestoreDataCallBack& onRestoreDataCallBack) in PluginFrontendDelegate() argument 111 onRestoreDataCallBack_(onRestoreDataCallBack), in PluginFrontendDelegate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.h | 93 OnRestoreDataCallBack onRestoreDataCallBack; member
|
H A D | js_frontend.cpp | 421 builder.onRestoreDataCallBack = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)]( in InitializeFrontendDelegate()
|
H A D | frontend_delegate_impl.cpp | 77 onRestoreDataCallBack_(builder.onRestoreDataCallBack), in FrontendDelegateImpl()
|