Home
last modified time | relevance | path

Searched refs:uncaughtExceptionInfo (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/ability_runtime/cj_environment/interfaces/inner_api/
H A Dcj_envsetup.h52 void (*registerCJUncaughtExceptionHandler)(const CJUncaughtExceptionInfo& uncaughtExceptionInfo) = nullptr;
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp132 void CJRuntime::RegisterUncaughtExceptionHandler(const CJUncaughtExceptionInfo& uncaughtExceptionInfo) in RegisterUncaughtExceptionHandler() argument
139 cjEnv->registerCJUncaughtExceptionHandler(uncaughtExceptionInfo); in RegisterUncaughtExceptionHandler()
H A Djs_runtime.cpp1316 void JsRuntime::RegisterUncaughtExceptionHandler(const JsEnv::UncaughtExceptionInfo& uncaughtExceptionInfo) in RegisterUncaughtExceptionHandler() argument
1320 jsEnv_->RegisterUncaughtExceptionHandler(uncaughtExceptionInfo); in RegisterUncaughtExceptionHandler()
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Dcj_runtime.h70 void RegisterUncaughtExceptionHandler(const CJUncaughtExceptionInfo& uncaughtExceptionInfo);
H A Djs_runtime.h106 void RegisterUncaughtExceptionHandler(const JsEnv::UncaughtExceptionInfo& uncaughtExceptionInfo);
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment.h75 void RegisterUncaughtExceptionHandler(const JsEnv::UncaughtExceptionInfo& uncaughtExceptionInfo);
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp154 void JsEnvironment::RegisterUncaughtExceptionHandler(const JsEnv::UncaughtExceptionInfo& uncaughtExceptionInfo) in RegisterUncaughtExceptionHandler() argument
161 engine_->RegisterNapiUncaughtExceptionHandler(NapiUncaughtExceptionCallback(uncaughtExceptionInfo.uncaughtTask, in RegisterUncaughtExceptionHandler()
/foundation/ability/ability_runtime/js_environment/test/unittest/js_environment_test/
H A Djs_environment_test.cpp219 JsEnv::UncaughtExceptionInfo uncaughtExceptionInfo; in HWTEST_F() local
220 jsEnv->RegisterUncaughtExceptionHandler(uncaughtExceptionInfo); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1227 CJUncaughtExceptionInfo uncaughtExceptionInfo; in CreateCjExceptionInfo() local
1229 uncaughtExceptionInfo.hapPath = hapPath.c_str(); in CreateCjExceptionInfo()
1230 uncaughtExceptionInfo.uncaughtTask = [weak_this, bundleName, versionCode] in CreateCjExceptionInfo()
1274 return uncaughtExceptionInfo; in CreateCjExceptionInfo()
1554 JsEnv::UncaughtExceptionInfo uncaughtExceptionInfo; in HandleLaunchApplication() local
1555 uncaughtExceptionInfo.hapPath = hapPath; in HandleLaunchApplication()
1557 uncaughtExceptionInfo.uncaughtTask = [weak, bundleName, versionCode, appRunningId = std::move(appRunningId), in HandleLaunchApplication()
1605 (static_cast<AbilityRuntime::JsRuntime&>(*runtime)).RegisterUncaughtExceptionHandler(uncaughtExceptionInfo); in HandleLaunchApplication()
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp814 JsEnv::UncaughtExceptionInfo uncaughtExceptionInfo; in HWTEST_F() local
815 jsRuntime->RegisterUncaughtExceptionHandler(uncaughtExceptionInfo); in HWTEST_F()
835 JsEnv::UncaughtExceptionInfo uncaughtExceptionInfo; in HWTEST_F() local
836 jsRuntime->RegisterUncaughtExceptionHandler(uncaughtExceptionInfo); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp150 JsEnv::UncaughtExceptionInfo uncaughtExceptionInfo; in RegisterUncaughtExceptionHandler() local
151 uncaughtExceptionInfo.uncaughtTask = [](std::string summary, const JsEnv::ErrorObject errorObj) { in RegisterUncaughtExceptionHandler()
162 jsAbilityRuntime_->RegisterUncaughtExceptionHandler(uncaughtExceptionInfo); in RegisterUncaughtExceptionHandler()

Completed in 22 milliseconds