Searched refs:fdRestore (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/ |
H A D | session_restore_n_exporter.cpp | 471 …tic NContextCBExec GetAppendBundlesCBExec(napi_env env, NFuncArg &funcArg, const int32_t fdRestore, in GetAppendBundlesCBExec() argument 480 …return [entity {restoreEntity}, fd {fdRestore}, bundles {bundleNames}, infos {bundleInfos}]() -> N… in GetAppendBundlesCBExec() 514 int32_t fdRestore = BConstants::INVALID_FD_NUM; in AppendBundles() local 518 if (!VerifyAppendBundlesParam(funcArg, fdRestore, bundleNames, bundleInfos, env)) { in AppendBundles() 521 auto cbExec = GetAppendBundlesCBExec(env, funcArg, fdRestore, bundleNames, bundleInfos); in AppendBundles()
|