/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_frontend.h | 76 …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 D | mock_plugin_frontend.cpp | 59 void PluginFrontend::TransferJsPluginGetError(int callbackId, int32_t errorCode, std::string&& erro… in TransferJsPluginGetError() function in OHOS::Ace::PluginFrontend
|
H A D | mock_plugin_frontend_delegate.cpp | 92 void PluginFrontendDelegate::TransferJsPluginGetError( in TransferJsPluginGetError() function in OHOS::Ace::Framework::PluginFrontendDelegate
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.h | 81 …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 D | js_frontend.h | 96 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c…
|
H A D | js_frontend.cpp | 546 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 D | frontend_delegate_impl.h | 184 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c…
|
H A D | frontend_delegate_impl.cpp | 314 void FrontendDelegateImpl::TransferJsPluginGetError( in TransferJsPluginGetError() function in OHOS::Ace::Framework::FrontendDelegateImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.h | 81 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c…
|
H A D | plugin_frontend.cpp | 467 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 D | plugin_frontend_delegate.h | 74 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c…
|
H A D | plugin_frontend_delegate.cpp | 334 void PluginFrontendDelegate::TransferJsPluginGetError( in TransferJsPluginGetError() function in OHOS::Ace::Framework::PluginFrontendDelegate
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.h | 164 …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 D | frontend.h | 193 …virtual void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMe…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend.h | 69 …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 D | declarative_frontend.h | 136 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c…
|
H A D | declarative_frontend.cpp | 878 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 D | frontend_delegate_declarative.h | 95 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c…
|
H A D | frontend_delegate_declarative.cpp | 417 void FrontendDelegateDeclarative::TransferJsPluginGetError( in TransferJsPluginGetError() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_container.cpp | 667 front->TransferJsPluginGetError(callbackId, errorCode, std::move(errorMessage)); in DispatchPluginError()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 1752 front->TransferJsPluginGetError(callbackId, errorCode, std::move(errorMessage)); in DispatchPluginError()
|