/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/ |
H A D | plugin_event_hub.h | 36 onError_ = std::move(onError); in SetOnError() 53 if (onError_) { in FireOnError() 54 onError_(param); in FireOnError() 59 PluginCallback onError_; member in OHOS::Ace::NG::PluginEventHub
|
/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_event_hub.h | 124 onError_ = std ::move(onError); in SetOnError() 129 return onError_; in GetOnError() 134 if (onError_) { in FireErrorEvent() 135 auto onError = onError_; in FireErrorEvent() 146 MovingPhotoEventFunc onError_; member in OHOS::Ace::NG::MovingPhotoEventHub
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_event_hub.h | 43 onError_ = std::move(onError); in SetOnError() 76 if (onError_) { in FireOnError() 77 auto onError = onError_; in FireOnError() 116 FormCallback onError_; member in OHOS::Ace::NG::FormEventHub
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_component.h | 92 onError_ = event; in SetOnErrorEventId() 97 return onError_; in GetOnErrorEvent() 114 EventMarker onError_; member in OHOS::Ace::PluginComponent
|
/foundation/arkui/ace_engine/adapter/preview/inspector/ |
H A D | inspector_client.h | 47 if (onError_) { in CallFastPreviewErrorCallback() 48 onError_(jsonStr); in CallFastPreviewErrorCallback() 57 FastPreviewErrorCallback onError_; member in OHOS::Ace::Framework::InspectorClient
|
H A D | inspector_client.cpp | 43 onError_ = callback; in RegisterFastPreviewErrorCallback()
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/ |
H A D | xcomponent_delegate.cpp | 83 if (onError_) { in CreatePluginResource() 84 onError_(XCOMPONENT_ERROR_CODE_CREATEFAIL, XCOMPONENT_ERROR_MSG_CREATEFAIL); in CreatePluginResource() 112 if (onError_) { in CreatePluginResource() 113 onError_(XCOMPONENT_ERROR_CODE_CREATEFAIL, XCOMPONENT_ERROR_MSG_CREATEFAIL); in CreatePluginResource()
|
H A D | xcomponent_resource.h | 44 : type_(type), context_(context), onError_(std::move(onError)) in XComponentResource() 77 ErrorCallback onError_; member in OHOS::Ace::XComponentResource
|
H A D | xcomponent_resource.cpp | 133 if (onError_) { in OnError() 134 onError_(errorCode, errorMsg); in OnError()
|
/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | form_component.h | 93 onError_ = event; in SetOnErrorEventId() 98 return onError_; in GetOnErrorEvent() 124 EventMarker onError_; member in OHOS::Ace::FormComponent
|
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/ |
H A D | video_processing_callback_native.cpp | 28 return BindFunction([this, onError]() { onError_ = onError; }); in BindOnError() 81 if (onError_ == nullptr) { 82 VPE_LOGD("onError_ is null!"); 85 onError_(instance, errorCode, userData);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_event_hub.h | 82 onError_ = std ::move(onError); in SetOnError() 86 if (onError_) { in FireErrorEvent() 87 // onError_ may be overwritten in its invoke so we copy it first in FireErrorEvent() 88 auto onError = onError_; in FireErrorEvent() 200 VideoEventCallback onError_; member in OHOS::Ace::NG::VideoEventHub
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_resource.h | 45 : type_(type), context_(context), onError_(std::move(onError)) in WebResource() 78 ErrorCallback onError_; member in OHOS::Ace::WebResource
|
H A D | web_resource.cpp | 135 if (onError_) { in OnError() 136 onError_(errorCode, errorMsg); in OnError()
|
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/ |
H A D | rich_text_resource.h | 47 : type_(type), context_(context), onError_(std::move(onError)) in RichTextResource() 85 ErrorCallback onError_; member in OHOS::Ace::RichTextResource
|
H A D | rich_text_resource.cpp | 136 if (onError_) { in OnError() 137 onError_(errorCode, errorMsg); in OnError()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_resource.h | 35 : type_(type), context_(context), onError_(std::move(onError)) in WebResource() 68 ErrorCallback onError_; member in OHOS::Ace::WebResource
|
H A D | web_resource.cpp | 126 if (onError_) { in OnError() 127 onError_(errorCode, errorMsg); in OnError()
|
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | ext_texture.cpp | 77 if (onError_) { in CreateTexture() 78 onError_(TEXTURE_ERRORCODE_CREATEFAIL, TEXTURE_ERRORMSG_CREATEFAIL); in CreateTexture()
|
H A D | texture.cpp | 85 if (onError_) { in CreateTexture() 86 onError_(TEXTURE_ERRORCODE_CREATEFAIL, TEXTURE_ERRORMSG_CREATEFAIL); in CreateTexture()
|
H A D | resource.h | 45 : type_(type), context_(context), onError_(std::move(onError)) in Resource() 85 ErrorCallback onError_; member in OHOS::Ace::Resource
|
H A D | ext_surface.cpp | 83 if (onError_) { in CreateExtSurface() 84 onError_(SURFACE_ERRORCODE_CREATEFAIL, SURFACE_ERRORMSG_CREATEFAIL); in CreateExtSurface()
|
H A D | player.cpp | 102 if (onError_) { in CreatePlayer() 103 onError_(PLAYER_ERROR_CODE_CREATEFAIL, PLAYER_ERROR_MSG_CREATEFAIL); in CreatePlayer() 207 if (onError_) { in OnPrepared() 208 onError_(PLAYER_ERROR_CODE_FILEINVALID, PLAYER_ERROR_MSG_FILEINVALID); in OnPrepared()
|
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/include/ |
H A D | video_processing_callback_native.h | 58 OH_VideoProcessingCallback_OnError onError_{};
|
/foundation/arkui/ace_engine/frameworks/core/components/camera/ |
H A D | camera_element.h | 115 EventCallback onError_; member in OHOS::Ace::CameraElement
|