Home
last modified time | relevance | path

Searched refs:CallCatchPromiseEx (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.cpp551 auto ret = CallCatchPromiseEx(*jsRuntime, result, callbackInfoEx);
559 ret = CallCatchPromiseEx(*jsRuntime, result, callbackInfoEx);
567 ret = CallCatchPromiseEx(*jsRuntime, result, callbackInfoEx);
578 ret = CallCatchPromiseEx(*jsRuntime, result, callbackInfoEx);
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_js.cpp289 static bool CallCatchPromiseEx(AbilityRuntime::JsRuntime &jsRuntime, napi_value result, CallbackInf… in CallCatchPromiseEx() function
339 if (!CallCatchPromiseEx(jsRuntime, result, callbackInfoEx)) { in CallPromiseEx()