Home
last modified time | relevance | path

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

12

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djs_runtime.h96 std::function<void(const std::string&, const std::string&)>&& errorCallback) {} in SetErrorEventHandler()
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()
Dark_js_runtime.h151 void SetErrorEventHandler(ErrorEventHandler&& errorCallback) override in SetErrorEventHandler()
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
Dform_frontend_declarative.cpp135 std::function<void(const std::string&, const std::string&)>&& errorCallback) in SetErrorEventHandler()
/foundation/arkui/ace_engine/interfaces/napi/kits/router/
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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drender_texture_impl.cpp37 auto errorCallback = [weak = WeakClaim(this), uiTaskExecutor]( in InitSurface() local
Drender_surface_impl.cpp32 auto errorCallback = [weak = WeakClaim(this), uiTaskExecutor]( in InitSurface() local
Dmedia_player_impl.cpp45 auto errorCallback = [weak = WeakClaim(this), uiTaskExecutor]( in CreateMediaPlayer() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
Ddeclarative_frontend_ng.cpp95 … const std::function<void(const std::string&, int32_t)>& errorCallback) { in InitializeDelegate()
106 const std::string& contentName) { in InitializeDelegate()
Dpage_router_manager.h64 std::function<void(const std::string&, int32_t)> errorCallback; member
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()
/foundation/arkui/ace_engine/frameworks/core/components/camera/
Dcamera_element.cpp419 auto errorCallback = [weak = WeakClaim(this), uiTaskExecutor]( in CreateTexture() local
438 void CameraElement::CreateCamera(int64_t id, ErrorCallback&& errorCallback) in CreateCamera()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
Dfrontend_delegate_declarative.h55 std::function<void(const std::string&, int32_t)> errorCallback; member
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()
Ddeclarative_frontend.cpp529 … const std::function<void(const std::string&, int32_t)>& errorCallback) { in Initialize()
539 const std::string& contentName) { in Initialize()
/foundation/arkui/ace_engine/frameworks/core/common/
Dfrontend.h334 …etErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& errorCallback) {} in SetErrorEventHandler()
/foundation/arkui/ace_engine/adapter/preview/entrance/
Dui_content_impl.h105 …tErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& errorCallback) ov… in SetErrorEventHandler()
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
Dxcomponent_element.cpp205 auto errorCallback = [weak = WeakClaim(this), uiTaskExecutor]( in CreatePlatformResource() local
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
Dcamera_input.cpp254 void CameraInput::SetErrorCallback(std::shared_ptr<ErrorCallback> errorCallback) in SetErrorCallback()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
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()
/foundation/arkui/ace_engine/frameworks/core/components/video/
Dvideo_element.cpp986 auto errorCallback = [weak = WeakClaim(this), uiTaskExecutor]( in CreatePlatformResource() local
1005 void VideoElement::CreatePlayer(int64_t id, ErrorCallback&& errorCallback) in CreatePlayer()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
Djs_engine.h289 …etErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& errorCallback) {} in SetErrorEventHandler()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
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()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
Dui_content.h204 …tErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& errorCallback) {}; in SetErrorEventHandler()
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
Dvideo_test_ng.cpp1146 auto errorCallback = [&result](const std::string& error) { result = VIDEO_CALLBACK_RESULT; }; in __anon5ece234c1002() variable

12