Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h331 OnCompleteContinuationCallBack onCompleteContinuationCallBack_; member in OHOS::Ace::Framework::PluginFrontendDelegate
H A Dplugin_frontend_delegate.cpp92 onCompleteContinuationCallBack_(onCompleteContinuationCallBack), in PluginFrontendDelegate()
451 if (delegate && delegate->onCompleteContinuationCallBack_) { in OnCompleteContinuation()
452 delegate->onCompleteContinuationCallBack_(code); in OnCompleteContinuation()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp45 onCompleteContinuationCallBack_(onCompleteContinuationCallBack), in PluginFrontendDelegate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp83 onCompleteContinuationCallBack_ = onCompleteContinuationCallBack; in SetOnCompleteContinuationCallBack()
236 if (delegate && delegate->onCompleteContinuationCallBack_) { in OnCompleteContinuation()
237 delegate->onCompleteContinuationCallBack_(code); in OnCompleteContinuation()
H A Dfrontend_delegate_declarative_ng.h326 OnCompleteContinuationCallBack onCompleteContinuationCallBack_; member in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.h439 OnCompleteContinuationCallBack onCompleteContinuationCallBack_; member in OHOS::Ace::Framework::FrontendDelegateImpl
H A Dfrontend_delegate_impl.cpp74 onCompleteContinuationCallBack_(builder.onCompleteContinuationCallBack), in FrontendDelegateImpl()
420 if (delegate && delegate->onCompleteContinuationCallBack_) { in OnCompleteContinuation()
421 delegate->onCompleteContinuationCallBack_(code); in OnCompleteContinuation()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h487 OnCompleteContinuationCallBack onCompleteContinuationCallBack_; member in OHOS::Ace::Framework::FrontendDelegateDeclarative
H A Dfrontend_delegate_declarative.cpp119 onCompleteContinuationCallBack_(onCompleteContinuationCallBack), in FrontendDelegateDeclarative()
528 if (delegate && delegate->onCompleteContinuationCallBack_) { in OnCompleteContinuation()
529 delegate->onCompleteContinuationCallBack_(code); in OnCompleteContinuation()

Completed in 20 milliseconds