Searched refs:oldToNewFileId (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/ |
H A D | clone_restore.h | 167 tagIdToCoverInfo, const std::unordered_map<std::string, int32_t>& oldToNewFileId, 170 …const std::unordered_map<std::string, int32_t>& oldToNewFileId, const std::vector<FileInfo>& fileI…
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | clone_restore.cpp | 2267 std::unordered_map<std::string, int32_t> oldToNewFileId; in GenNewCoverUris() local 2269 oldToNewFileId[std::to_string(oldId)] = newId; in GenNewCoverUris() 2273 … std::string updateSql = GenCoverUriUpdateSql(tagIdToCoverInfo, oldToNewFileId, fileInfos, tagIds); in GenNewCoverUris() 2282 tagIdToCoverInfo, const std::unordered_map<std::string, int32_t>& oldToNewFileId, in GenCoverUriUpdateSql() argument 2290 std::string newUri = ProcessUriAndGenNew(tagId, oldCoverUri, oldToNewFileId, fileInfos); in GenCoverUriUpdateSql() 2331 …const std::unordered_map<std::string, int32_t>& oldToNewFileId, const std::vector<FileInfo>& fileI… in ProcessUriAndGenNew() argument 2336 auto it = oldToNewFileId.find(fileIdOld); in ProcessUriAndGenNew() 2337 if (it != oldToNewFileId.end()) { in ProcessUriAndGenNew()
|