Home
last modified time | relevance | path

Searched refs:CallCatchPromise (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dext_backup_js_test.cpp405 auto ret = CallCatchPromise(*jsRuntime, result, callbackInfo);
413 ret = CallCatchPromise(*jsRuntime, result, callbackInfo);
421 ret = CallCatchPromise(*jsRuntime, result, callbackInfo);
432 ret = CallCatchPromise(*jsRuntime, result, callbackInfo);
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_js.cpp233 static bool CallCatchPromise(AbilityRuntime::JsRuntime &jsRuntime, napi_value result, CallbackInfo … in CallCatchPromise() function
282 if (!CallCatchPromise(jsRuntime, result, callbackInfo)) { in CallPromise()