Home
last modified time | relevance | path

Searched refs:SetCallBackResult (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h169 void SetCallBackResult(const std::string& callBackId, const std::string& result) override;
H A Dplugin_frontend_delegate.cpp1004 void PluginFrontendDelegate::SetCallBackResult(const std::string& callBackId, const std::string& result) in SetCallBackResult() function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h226 virtual void SetCallBackResult(const std::string& callBackId, const std::string& result) = 0;
H A Dfrontend_delegate_impl.h279 void SetCallBackResult(const std::string& callBackId, const std::string& result) override;
H A Dfrontend_delegate_impl.cpp1151 void FrontendDelegateImpl::SetCallBackResult(const std::string& callBackId, const std::string& result) in SetCallBackResult() function in OHOS::Ace::Framework::FrontendDelegateImpl
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp253 void PluginFrontendDelegate::SetCallBackResult(const std::string& callBackId, const std::string& result) {} in SetCallBackResult() function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h177 void SetCallBackResult(const std::string& callBackId, const std::string& result) override {}
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h243 void SetCallBackResult(const std::string& callBackId, const std::string& result) override;
H A Dfrontend_delegate_declarative.cpp2148 void FrontendDelegateDeclarative::SetCallBackResult(const std::string& callBackId, const std::string& result) in SetCallBackResult() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp1062 GetFrontendDelegate(runtime)->SetCallBackResult(callbackIdStr, resultStr); in JsHandleCallback()

Completed in 24 milliseconds