Home
last modified time | relevance | path

Searched refs:totalRowNum (Results 1 – 4 of 4) 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.cpp763 void BaseRestore::BatchInsertMap(const vector<FileInfo> &fileInfos, int64_t &totalRowNum) in BatchInsertMap() argument
785 totalRowNum += rowNum; in BatchInsertMap()
H A Dclone_restore.cpp1195 void CloneRestore::BatchInsertMap(const vector<FileInfo> &fileInfos, int64_t &totalRowNum) in BatchInsertMap() argument
1226 totalRowNum += rowNum; in BatchInsertMap()