Searched refs:DispatchPluginError (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | js_message_dispatcher.h | 43 virtual void DispatchPluginError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) const = 0;
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | dialog_container.h | 128 void DispatchPluginError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) const override {};
|
H A D | ace_container.h | 300 void DispatchPluginError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) const override;
|
H A D | ace_container.cpp | 1740 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 D | ace_container.h | 210 void DispatchPluginError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) const override;
|
H A D | ace_container.cpp | 657 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 D | mock_ace_container.cpp | 120 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 D | jsi_declarative_group_js_bridge.cpp | 273 dispatcher->DispatchPluginError(callbackId, in ProcessParseJsError() 278 dispatcher->DispatchPluginError(callbackId, in ProcessParseJsError()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_group_js_bridge.cpp | 394 dispatcher->DispatchPluginError(callbackId, in ProcessParseJsError() 399 dispatcher->DispatchPluginError(callbackId, in ProcessParseJsError()
|
Completed in 14 milliseconds