Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/log/
H A Dbackup_log_utils.cpp45 infoStream << ";" << BackupFileUtils::GarbleFilePath(info.oldPath, DEFAULT_RESTORE_ID); in FileInfoToString()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_database_helper.cpp52 BackupFileUtils::GarbleFilePath(dbFullPath, DEFAULT_RESTORE_ID).c_str()); in InitDb()
H A Dbackup_file_utils.cpp428 …"size: %{public}zu, pos: %{public}zu", GarbleFilePath(path, DEFAULT_RESTORE_ID).c_str(), path.size… in GetFileNameFromPath()
637 GarbleFilePath(path, DEFAULT_RESTORE_ID).c_str()); in GetFileFolderFromPath()
643 startPos, endPos, GarbleFilePath(path, DEFAULT_RESTORE_ID).c_str()); in GetFileFolderFromPath()
H A Dbase_restore.cpp180 BackupFileUtils::GarbleFilePath(srcFile, DEFAULT_RESTORE_ID).c_str(), strerror(errno)); in CopyFile()
641 BackupFileUtils::GarbleFilePath(dstDir, DEFAULT_RESTORE_ID).c_str()); in MoveDirectory()
661 BackupFileUtils::GarbleFilePath(dstFilePath, DEFAULT_RESTORE_ID).c_str(), in MoveDirectory()
880 …detailsPath = BackupFileUtils::GetDetailsPath(DEFAULT_RESTORE_ID, type, subCountInfo.failedFiles, … in GetSubCountInfoJson()
883 …failedFilesList = BackupFileUtils::GetFailedFilesList(DEFAULT_RESTORE_ID, subCountInfo.failedFiles, in GetSubCountInfoJson()
H A Dupgrade_restore.cpp298 BackupFileUtils::GarbleFilePath(info.oldPath, DEFAULT_RESTORE_ID).c_str()); in ParseResultSetFromAudioDb()
522 BackupFileUtils::GarbleFilePath(info.oldPath, DEFAULT_RESTORE_ID).c_str()); in ParseResultSetForAudio()
528 BackupFileUtils::GarbleFilePath(info.oldPath, DEFAULT_RESTORE_ID).c_str()); in ParseResultSetForAudio()
536 BackupFileUtils::GarbleFilePath(info.oldPath, DEFAULT_RESTORE_ID).c_str()); in ParseResultSetForAudio()
1264 … BackupFileUtils::GarbleFilePath(info.oldPath, DEFAULT_RESTORE_ID).c_str(), fileMinSize_); in IsBasicInfoValid()
H A Dclone_restore.cpp1390 … BackupFileUtils::GarbleFilePath(fileInfo.cloudPath, DEFAULT_RESTORE_ID, garbagePath_).c_str()); in PrepareCloudPath()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphotos_restore.cpp234 BackupFileUtils::GarbleFilePath(data, DEFAULT_RESTORE_ID).c_str(), in GetDuplicateData()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbase_restore.h166 int32_t sceneCode_ = DEFAULT_RESTORE_ID;
H A Dbackup_const.h42 constexpr int32_t DEFAULT_RESTORE_ID = -1; variable