Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/common/
H A Djs_message_dispatcher.h43 virtual void DispatchPluginError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) const = 0;
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.h128 void DispatchPluginError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) const override {};
H A Dace_container.h300 void DispatchPluginError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) const override;
H A Dace_container.cpp1740 void AceContainer::DispatchPluginError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) const in DispatchPluginError() function in AceContainer
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.h210 void DispatchPluginError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) const override;
H A Dace_container.cpp657 void AceContainer::DispatchPluginError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) const in DispatchPluginError() function in OHOS::Ace::Platform::AceContainer
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_ace_container.cpp120 void AceContainer::DispatchPluginError(int32_t callbackId, int32_t errorCode, in DispatchPluginError() function in OHOS::Ace::Platform::AceContainer
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_group_js_bridge.cpp273 dispatcher->DispatchPluginError(callbackId, in ProcessParseJsError()
278 dispatcher->DispatchPluginError(callbackId, in ProcessParseJsError()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_group_js_bridge.cpp394 dispatcher->DispatchPluginError(callbackId, in ProcessParseJsError()
399 dispatcher->DispatchPluginError(callbackId, in ProcessParseJsError()

Completed in 14 milliseconds