/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/ |
D | native_texture.h | 28 NativeTexture(const WeakPtr<PipelineContext>& context, ErrorCallback&& onError) in NativeTexture()
|
D | xcomponent_resource.h | 43 const WeakPtr<PipelineContext>& context, ErrorCallback&& onError) in XComponentResource()
|
D | xcomponent_delegate.h | 44 const WeakPtr<PipelineContext>& context, ErrorCallback&& onError, const std::string& type) in XComponentDelegate()
|
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
D | texture.h | 30 Texture(const WeakPtr<PipelineBase>& context, ErrorCallback&& onError) in Texture()
|
D | ext_surface.h | 31 ExtSurface(const WeakPtr<PipelineBase>& context, ErrorCallback&& onError) in ExtSurface()
|
D | resource.h | 44 Resource(const std::string& type, const WeakPtr<PipelineBase>& context, ErrorCallback&& onError) in Resource()
|
D | player.h | 40 …t textureId, const std::string& src, const WeakPtr<PipelineBase>& context, ErrorCallback&& onError) in Player() 43 Player(const WeakPtr<PipelineBase>& context, ErrorCallback&& onError) in Player()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/ |
D | plugin_event_hub.h | 34 void SetOnError(PluginCallback&& onError) in SetOnError()
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
D | app_bar_helper_impl.cpp | 25 std::function<void(int32_t, const std::string&, const std::string&)>&& onError) in CreateUIExtensionNode()
|
/foundation/arkui/ace_engine/test/mock/adapter/ |
D | mock_app_bar_helper_impl.cpp | 23 std::function<void(int32_t, const std::string&, const std::string&)>&& onError) in CreateUIExtensionNode()
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
D | modal_ui_extension_callbacks.h | 34 std::function<void(int32_t, const std::string&, const std::string&)> onError; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
D | web_resource.h | 34 …WebResource(const std::string& type, const WeakPtr<PipelineBase>& context, ErrorCallback&& onError) in WebResource()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
D | web_resource.h | 44 …WebResource(const std::string& type, const WeakPtr<PipelineBase>& context, ErrorCallback&& onError) in WebResource()
|
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/ |
D | rich_text_resource.h | 46 const WeakPtr<PipelineContext>& context, ErrorCallback&& onError) in RichTextResource()
|
D | rich_text_delegate.h | 46 const WeakPtr<PipelineContext>& context, ErrorCallback&& onError, const std::string& type) in RichTextDelegate()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
D | app_bar_helper_impl.cpp | 29 std::function<void(int32_t, const std::string&, const std::string&)>&& onError) in CreateUIExtensionNode()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
D | ui_extension_model_ng.cpp | 29 std::function<void(int32_t, const std::string&, const std::string&)>&& onError) in Create() 107 … std::function<void(int32_t code, const std::string& name, const std::string& message)>&& onError) in SetOnError()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/pattern/ui_extension/ |
D | mock_ui_extension_model_ng.cpp | 24 std::function<void(int32_t, const std::string&, const std::string&)>&& onError) in Create()
|
/foundation/arkui/ace_engine/frameworks/core/components/camera/large_system/ |
D | camera.h | 37 Camera(int64_t textureId, const WeakPtr<PipelineContext>& context, ErrorCallback&& onError, in Camera()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
D | plugin_model_impl.cpp | 41 auto onError = EventMarker(std::move(onErrorId)); in SetOnError() local
|
D | form_model_impl.cpp | 84 void FormModelImpl::SetOnError(std::function<void(const std::string&)>&& onError) in SetOnError()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
D | form_event_hub.h | 41 void SetOnError(FormCallback&& onError) in SetOnError()
|
D | form_model_ng.cpp | 117 void FormModelNG::SetOnError(std::function<void(const std::string&)>&& onError) in SetOnError()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
D | js_plugin.cpp | 177 …auto onError = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc)](const std::string&… in JsOnError() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
D | video_event_hub.h | 69 void SetOnError(EventCallback&& onError) in SetOnError()
|