Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_js.cpp871 napi_value restoreRetValue = nullptr; in ParseRestoreExInfo() local
873 napi_create_object(env, &restoreRetValue); in ParseRestoreExInfo()
876 … napi_create_string_utf8(env, restoreExtInfo.c_str(), restoreExtInfo.size(), &restoreRetValue); in ParseRestoreExInfo()
878 argv.push_back(restoreRetValue); in ParseRestoreExInfo()