Searched refs:exceptionInfo (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | ext_backup_js.cpp | 90 …atic napi_status DealNapiException(napi_env env, napi_value &exception, std::string &exceptionInfo) in DealNapiException() argument 98 status = DealNapiStrValue(env, exception, exceptionInfo); in DealNapiException() 103 HILOGI("call DealNapiException end, exception info = %{public}s.", exceptionInfo.c_str()); in DealNapiException() 138 string exceptionInfo; in PromiseCatchCallback() local 139 DealNapiStrValue(env, argv, exceptionInfo); in PromiseCatchCallback() 140 HILOGI("Catch exception info is %{public}s.", exceptionInfo.c_str()); in PromiseCatchCallback() 157 callbackInfo->callback(BError(BError::Codes::EXT_THROW_EXCEPTION), exceptionInfo); in PromiseCatchCallback() 194 string exceptionInfo; in PromiseCatchCallbackEx() local 195 DealNapiStrValue(env, argv, exceptionInfo); in PromiseCatchCallbackEx() 196 HILOGI("Catch exception info is %{public}s.", exceptionInfo.c_str()); in PromiseCatchCallbackEx() [all …]
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/ |
H A D | ext_backup_js_test.cpp | 197 string exceptionInfo = ""; variable 200 auto ret = DealNapiException(env, exception, exceptionInfo); 205 ret = DealNapiException(env, exception, exceptionInfo); 210 ret = DealNapiException(env, exception, exceptionInfo);
|