Searched refs:startQuery (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | clone_restore.cpp | 1130 int64_t startQuery = MediaFileUtils::UTCTimeMilliSeconds(); in InsertAlbum() local 1134 (long)(startQuery - startInsert), (long)(end - startQuery)); in InsertAlbum() 1222 int64_t startQuery = MediaFileUtils::UTCTimeMilliSeconds(); in BatchInsertMap() local 1229 … mapInfos.size(), (long)(startInsert - startQuery), (long)rowNum, (long)(end - startInsert)); in BatchInsertMap() 1630 int64_t startQuery = MediaFileUtils::UTCTimeMilliSeconds(); in InsertPhotoRelated() local 1638 (long)(startInsert - startQuery), (long)mapRowNum, (long)(end - startInsert)); in InsertPhotoRelated()
|
H A D | upgrade_restore.cpp | 875 int64_t startQuery = MediaFileUtils::UTCTimeMilliSeconds(); in InsertPortraitAlbum() local 880 (long)(startQuery - startInsertTag), (long)(end - startQuery)); in InsertPortraitAlbum()
|
H A D | base_restore.cpp | 981 int64_t startQuery = MediaFileUtils::UTCTimeMilliSeconds(); in InsertPhotoRelated() local 994 …(long)(startInsertMap - startQuery), (long)mapRowNum, (long)(startInsertPortrait - startInsertMap), in InsertPhotoRelated()
|