/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | js_runtime.h | 96 std::function<void(const std::string&, const std::string&)>&& errorCallback) {} in SetErrorEventHandler()
|
H A D | ark_js_runtime.cpp | 236 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 D | ark_js_runtime.h | 151 void SetErrorEventHandler(ErrorEventHandler&& errorCallback) override in SetErrorEventHandler()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | form_frontend_declarative.cpp | 135 std::function<void(const std::string&, const std::string&)>&& errorCallback) in SetErrorEventHandler()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/router/ |
H A D | js_router.cpp | 340 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 D | render_surface_impl.cpp | 32 auto errorCallback = [weak = WeakClaim(this), uiTaskExecutor]( in InitSurface() local
|
H A D | render_texture_impl.cpp | 37 auto errorCallback = [weak = WeakClaim(this), uiTaskExecutor]( in InitSurface() local
|
H A D | media_player_impl.cpp | 45 auto errorCallback = [weak = WeakClaim(this), uiTaskExecutor]( in CreateMediaPlayer() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 55 std::function<void(const std::string&, int32_t)> errorCallback; member
|
H A D | frontend_delegate_declarative.cpp | 846 …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 D | declarative_frontend_ng.cpp | 95 … const std::function<void(const std::string&, int32_t)>& errorCallback) { in InitializeDelegate() 106 const std::string& contentName) { in InitializeDelegate()
|
H A D | page_router_manager.h | 64 std::function<void(const std::string&, int32_t)> errorCallback; member
|
H A D | frontend_delegate_declarative_ng.cpp | 402 …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 D | camera_element.cpp | 419 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 D | frontend.h | 334 …etErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& errorCallback) {} in SetErrorEventHandler()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ui_content_impl.h | 105 …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 D | xcomponent_element.cpp | 205 auto errorCallback = [weak = WeakClaim(this), uiTaskExecutor]( in CreatePlatformResource() local
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_input.cpp | 254 void CameraInput::SetErrorCallback(std::shared_ptr<ErrorCallback> errorCallback) in SetErrorCallback()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 596 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 D | video_element.cpp | 986 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 D | js_engine.h | 289 …etErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& errorCallback) {} in SetErrorEventHandler()
|
/ohos5.0/base/security/security_guard/frameworks/js/napi/ |
H A D | security_guard_napi.h | 56 napi_ref errorCallback = nullptr; member
|
/ohos5.0/base/update/sys_installer_lite/frameworks/source/updater/ |
H A D | hota_updater.c | 580 int HotaInit(ErrorCallBackFunc errorCallback, StatusCallBackFunc statusCallback) in HotaInit()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 1617 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 D | ui_content.h | 204 …tErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& errorCallback) {}; in SetErrorEventHandler()
|