/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | form_frontend_delegate_declarative.h | 52 const OnCompleteContinuationCallBack& onCompleteContinuationCallBack, in FormFrontendDelegateDeclarative() argument 69 onCompleteContinuationCallBack, in FormFrontendDelegateDeclarative()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend_delegate.cpp | 32 const OnCompleteContinuationCallBack& onCompleteContinuationCallBack, in PluginFrontendDelegate() argument 45 onCompleteContinuationCallBack_(onCompleteContinuationCallBack), in PluginFrontendDelegate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 149 …auto onCompleteContinuationCallBack = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)](int32… in InitializeDelegate() local 255 delegate_->SetOnCompleteContinuationCallBack(std::move(onCompleteContinuationCallBack)); in InitializeDelegate()
|
H A D | frontend_delegate_declarative_ng.h | 75 …SetOnCompleteContinuationCallBack(OnCompleteContinuationCallBack&& onCompleteContinuationCallBack);
|
H A D | frontend_delegate_declarative_ng.cpp | 94 OnCompleteContinuationCallBack&& onCompleteContinuationCallBack) in SetOnCompleteContinuationCallBack() argument 96 onCompleteContinuationCallBack_ = onCompleteContinuationCallBack; in SetOnCompleteContinuationCallBack()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 459 …const auto& onCompleteContinuationCallBack = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)… in Initialize() local 506 …onCompleteContinuationCallBack, onRemoteTerminatedCallBack, onSaveDataCallBack, onRestoreDataCallB… in Initialize() 515 …onCompleteContinuationCallBack, onRemoteTerminatedCallBack, onSaveDataCallBack, onRestoreDataCallB… in Initialize()
|
H A D | frontend_delegate_declarative.h | 76 const OnCompleteContinuationCallBack& onCompleteContinuationCallBack,
|
H A D | frontend_delegate_declarative.cpp | 131 const OnCompleteContinuationCallBack& onCompleteContinuationCallBack, in FrontendDelegateDeclarative() argument 144 onCompleteContinuationCallBack_(onCompleteContinuationCallBack), in FrontendDelegateDeclarative()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 358 …const auto& onCompleteContinuationCallBack = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)… in InitializeFrontendDelegate() local 385 …onCompleteContinuationCallBack, onRemoteTerminatedCallBack, onSaveDataCallBack, onRestoreDataCallB… in InitializeFrontendDelegate()
|
H A D | plugin_frontend_delegate.h | 58 const OnCompleteContinuationCallBack& onCompleteContinuationCallBack,
|
H A D | plugin_frontend_delegate.cpp | 93 const OnCompleteContinuationCallBack& onCompleteContinuationCallBack, in PluginFrontendDelegate() argument 108 onCompleteContinuationCallBack_(onCompleteContinuationCallBack), in PluginFrontendDelegate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.h | 90 OnCompleteContinuationCallBack onCompleteContinuationCallBack; member
|
H A D | js_frontend.cpp | 397 …builder.onCompleteContinuationCallBack = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)](in… in InitializeFrontendDelegate()
|
H A D | frontend_delegate_impl.cpp | 74 onCompleteContinuationCallBack_(builder.onCompleteContinuationCallBack), in FrontendDelegateImpl()
|