Searched refs:startInsert (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | others_clone_restore.cpp | 409 int64_t startInsert = MediaFileUtils::UTCTimeMilliSeconds(); in InsertPhoto() local 428 (long)(startInsert - start), (long)rowNum, (long)(startMove - startInsert), in InsertPhoto()
|
H A D | clone_restore.cpp | 1121 int64_t startInsert = MediaFileUtils::UTCTimeMilliSeconds(); in InsertAlbum() local 1134 (long)(startQuery - startInsert), (long)(end - startQuery)); in InsertAlbum() 1224 int64_t startInsert = MediaFileUtils::UTCTimeMilliSeconds(); in BatchInsertMap() local 1229 … mapInfos.size(), (long)(startInsert - startQuery), (long)rowNum, (long)(end - startInsert)); in BatchInsertMap() 1632 int64_t startInsert = MediaFileUtils::UTCTimeMilliSeconds(); in InsertPhotoRelated() local 1638 (long)(startInsert - startQuery), (long)mapRowNum, (long)(end - startInsert)); in InsertPhotoRelated()
|
H A D | base_restore.cpp | 566 int64_t startInsert = MediaFileUtils::UTCTimeMilliSeconds(); in InsertPhoto() local 593 (long)(startInsert - startGenerate), (long)rowNum, (long)(startInsertRelated - startInsert), in InsertPhoto()
|