Home
last modified time | relevance | path

Searched refs:TransferJsPluginGetError (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_frontend.h76 …MOCK_METHOD(void, TransferJsPluginGetError, (int32_t callbackId, int32_t errorCode, std::string&& …
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend.cpp59 void PluginFrontend::TransferJsPluginGetError(int callbackId, int32_t errorCode, std::string&& erro… in TransferJsPluginGetError() function in OHOS::Ace::PluginFrontend
H A Dmock_plugin_frontend_delegate.cpp92 void PluginFrontendDelegate::TransferJsPluginGetError( in TransferJsPluginGetError() function in OHOS::Ace::Framework::PluginFrontendDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.h81 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c… in TransferJsPluginGetError() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.h96 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c…
H A Djs_frontend.cpp546 void JsFrontend::TransferJsPluginGetError(int callbackId, int32_t errorCode, std::string&& errorMes… in TransferJsPluginGetError() function in OHOS::Ace::JsFrontend
549 delegate_->TransferJsPluginGetError(callbackId, errorCode, std::move(errorMessage)); in TransferJsPluginGetError()
H A Dfrontend_delegate_impl.h184 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c…
H A Dfrontend_delegate_impl.cpp314 void FrontendDelegateImpl::TransferJsPluginGetError( in TransferJsPluginGetError() function in OHOS::Ace::Framework::FrontendDelegateImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.h81 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c…
H A Dplugin_frontend.cpp467 void PluginFrontend::TransferJsPluginGetError(int callbackId, int32_t errorCode, std::string&& erro… in TransferJsPluginGetError() function in OHOS::Ace::PluginFrontend
470 delegate_->TransferJsPluginGetError(callbackId, errorCode, std::move(errorMessage)); in TransferJsPluginGetError()
H A Dplugin_frontend_delegate.h74 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c…
H A Dplugin_frontend_delegate.cpp334 void PluginFrontendDelegate::TransferJsPluginGetError( in TransferJsPluginGetError() function in OHOS::Ace::Framework::PluginFrontendDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.h164 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c… in TransferJsPluginGetError() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h193 …virtual void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMe…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.h69 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c… in TransferJsPluginGetError() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h136 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c…
H A Ddeclarative_frontend.cpp878 void DeclarativeFrontend::TransferJsPluginGetError(int callbackId, int32_t errorCode, std::string&&… in Initialize() function in OHOS::Ace::DeclarativeFrontend
881 delegate_->TransferJsPluginGetError(callbackId, errorCode, std::move(errorMessage)); in Initialize()
H A Dfrontend_delegate_declarative.h95 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c…
H A Dfrontend_delegate_declarative.cpp417 void FrontendDelegateDeclarative::TransferJsPluginGetError( in TransferJsPluginGetError() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp667 front->TransferJsPluginGetError(callbackId, errorCode, std::move(errorMessage)); in DispatchPluginError()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1752 front->TransferJsPluginGetError(callbackId, errorCode, std::move(errorMessage)); in DispatchPluginError()