Home
last modified time | relevance | path

Searched defs:errorCallback (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djs_runtime.h96 std::function<void(const std::string&, const std::string&)>&& errorCallback) {} in SetErrorEventHandler()
H A Dark_js_runtime.cpp236 const std::function<void(const std::string&, int32_t)>& errorCallback) in ExecuteJsBin()
247 const std::function<void(const std::string&, int32_t)>& errorCallback) in ExecuteJsBinForAOT()
378 const std::function<void(const std::string&, int32_t)>& errorCallback) in HandleUncaughtException()
400 const std::function<void(const std::string&, int32_t)>& errorCallback) in HandleUncaughtExceptionWithoutNativeEngine()
H A Dark_js_runtime.h151 void SetErrorEventHandler(ErrorEventHandler&& errorCallback) override in SetErrorEventHandler()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dform_frontend_declarative.cpp135 std::function<void(const std::string&, const std::string&)>&& errorCallback) in SetErrorEventHandler()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/router/
H A Djs_router.cpp340 auto errorCallback = [asyncContext](const std::string& message, int32_t errCode) mutable { in CommonRouterWithCallbackProcess() local
355 …to callback = [](std::shared_ptr<RouterAsyncContext> context, const ErrorCallback& errorCallback) { in JSRouterPushWithCallback()
375 …to callback = [](std::shared_ptr<RouterAsyncContext> context, const ErrorCallback& errorCallback) { in JSRouterReplaceWithCallback()
395 …to callback = [](std::shared_ptr<RouterAsyncContext> context, const ErrorCallback& errorCallback) { in JSPushNamedRoute()
409 …to callback = [](std::shared_ptr<RouterAsyncContext> context, const ErrorCallback& errorCallback) { in JSReplaceNamedRoute()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drender_surface_impl.cpp32 auto errorCallback = [weak = WeakClaim(this), uiTaskExecutor]( in InitSurface() local
H A Drender_texture_impl.cpp37 auto errorCallback = [weak = WeakClaim(this), uiTaskExecutor]( in InitSurface() local
H A Dmedia_player_impl.cpp45 auto errorCallback = [weak = WeakClaim(this), uiTaskExecutor]( in CreateMediaPlayer() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h55 std::function<void(const std::string&, int32_t)> errorCallback; member
H A Dfrontend_delegate_declarative.cpp846 …bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t … in PushWithCallback()
862 …bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t … in PushNamedRoute()
904 …bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t … in ReplaceWithCallback()
920 …bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t … in ReplaceNamedRoute()
1239 const std::function<void(const std::string&, int32_t)>& errorCallback) in Push()
1257 const std::function<void(const std::string&, int32_t)>& errorCallback) in StartPush()
1290 const std::function<void(const std::string&, int32_t)>& errorCallback) in Replace()
1308 const std::function<void(const std::string&, int32_t)>& errorCallback) in StartReplace()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp95 … const std::function<void(const std::string&, int32_t)>& errorCallback) { in InitializeDelegate()
106 const std::string& contentName) { in InitializeDelegate()
H A Dpage_router_manager.h64 std::function<void(const std::string&, int32_t)> errorCallback; member
H A Dfrontend_delegate_declarative_ng.cpp402 …bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t … in PushWithCallback()
411 …bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t … in PushNamedRoute()
435 …bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t … in ReplaceWithCallback()
444 …bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t … in ReplaceNamedRoute()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_element.cpp419 auto errorCallback = [weak = WeakClaim(this), uiTaskExecutor]( in CreateTexture() local
438 void CameraElement::CreateCamera(int64_t id, ErrorCallback&& errorCallback) in CreateCamera()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h334 …etErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& errorCallback) {} in SetErrorEventHandler()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.h105 …tErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& errorCallback) ov… in SetErrorEventHandler()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_element.cpp205 auto errorCallback = [weak = WeakClaim(this), uiTaskExecutor]( in CreatePlatformResource() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_input.cpp254 void CameraInput::SetErrorCallback(std::shared_ptr<ErrorCallback> errorCallback) in SetErrorCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp596 const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in PushWithCallback()
602 const std::function<void(const std::string&, int32_t)>& errorCallback) in Push()
648 const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in ReplaceWithCallback()
654 const std::function<void(const std::string&, int32_t)>& errorCallback) in Replace()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp986 auto errorCallback = [weak = WeakClaim(this), uiTaskExecutor]( in CreatePlatformResource() local
1005 void VideoElement::CreatePlayer(int64_t id, ErrorCallback&& errorCallback) in CreatePlayer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h289 …etErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& errorCallback) {} in SetErrorEventHandler()
/ohos5.0/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_napi.h56 napi_ref errorCallback = nullptr; member
/ohos5.0/base/update/sys_installer_lite/frameworks/source/updater/
H A Dhota_updater.c580 int HotaInit(ErrorCallBackFunc errorCallback, StatusCallBackFunc statusCallback) in HotaInit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1617 std::string& urlName, const std::function<void(const std::string&, int32_t)>& errorCallback) in LoadJsWithModule()
1646 const std::string& url, const std::function<void(const std::string&, int32_t)>& errorCallback) in LoadPageSource()
1691 const std::function<void(const std::string&, int32_t)>& errorCallback, in LoadPageSource()
2640 std::function<void(const std::string&, const std::string&)>&& errorCallback) in SetErrorEventHandler()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h204 …tErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& errorCallback) {}; in SetErrorEventHandler()

12