Home
last modified time | relevance | path

Searched refs:onCompleteContinuationCallBack_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp96 onCompleteContinuationCallBack_ = onCompleteContinuationCallBack; in SetOnCompleteContinuationCallBack()
249 if (delegate && delegate->onCompleteContinuationCallBack_) { in OnCompleteContinuation()
250 delegate->onCompleteContinuationCallBack_(code); in OnCompleteContinuation()
H A Dfrontend_delegate_declarative_ng.h325 OnCompleteContinuationCallBack onCompleteContinuationCallBack_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp45 onCompleteContinuationCallBack_(onCompleteContinuationCallBack), in PluginFrontendDelegate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h331 OnCompleteContinuationCallBack onCompleteContinuationCallBack_; variable
H A Dplugin_frontend_delegate.cpp108 onCompleteContinuationCallBack_(onCompleteContinuationCallBack), in PluginFrontendDelegate()
467 if (delegate && delegate->onCompleteContinuationCallBack_) { in OnCompleteContinuation()
468 delegate->onCompleteContinuationCallBack_(code); in OnCompleteContinuation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.h439 OnCompleteContinuationCallBack onCompleteContinuationCallBack_; variable
H A Dfrontend_delegate_impl.cpp74 onCompleteContinuationCallBack_(builder.onCompleteContinuationCallBack), in FrontendDelegateImpl()
420 if (delegate && delegate->onCompleteContinuationCallBack_) { in OnCompleteContinuation()
421 delegate->onCompleteContinuationCallBack_(code); in OnCompleteContinuation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h486 OnCompleteContinuationCallBack onCompleteContinuationCallBack_; variable
H A Dfrontend_delegate_declarative.cpp144 onCompleteContinuationCallBack_(onCompleteContinuationCallBack), in FrontendDelegateDeclarative()
553 if (delegate && delegate->onCompleteContinuationCallBack_) { in OnCompleteContinuation()
554 delegate->onCompleteContinuationCallBack_(code); in OnCompleteContinuation()