Searched refs:CallCatchPromise (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/ |
H A D | ext_backup_js_test.cpp | 405 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 D | ext_backup_js.cpp | 233 static bool CallCatchPromise(AbilityRuntime::JsRuntime &jsRuntime, napi_value result, CallbackInfo … in CallCatchPromise() function 282 if (!CallCatchPromise(jsRuntime, result, callbackInfo)) { in CallPromise()
|