Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbase_restore.h89 void BatchInsertMap(const std::vector<FileInfo> &fileInfos, int64_t &totalRowNum);
H A Dclone_restore.h92 void BatchInsertMap(const std::vector<FileInfo> &fileInfos, int64_t &totalRowNum);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp723 BatchInsertMap(fileInfos, mapRowNum); in InsertPhotoMap()
763 void BaseRestore::BatchInsertMap(const vector<FileInfo> &fileInfos, int64_t &totalRowNum) in BatchInsertMap() function in OHOS::Media::BaseRestore
H A Dclone_restore.cpp1195 void CloneRestore::BatchInsertMap(const vector<FileInfo> &fileInfos, int64_t &totalRowNum) in BatchInsertMap() function in OHOS::Media::CloneRestore
1634 BatchInsertMap(fileInfos, mapRowNum); in InsertPhotoRelated()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H A Dmedialibrary_backup_clone_test.cpp281 restoreService->BatchInsertMap(fileInfos, mapRowNum); in InsertPhoto()