Searched refs:startMove (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 | 418 int64_t startMove = MediaFileUtils::UTCTimeMilliSeconds(); in InsertPhoto() local 428 (long)(startInsert - start), (long)rowNum, (long)(startMove - startInsert), in InsertPhoto() 430 (long)videoFileMoveCount, (long)(startUpdate - startMove), (long)(end - startUpdate)); in InsertPhoto()
|
H A D | base_restore.cpp | 428 int64_t startMove = MediaFileUtils::UTCTimeMilliSeconds(); in InsertAudio() local 462 …_INFO_LOG("move %{public}ld file cost %{public}ld.", (long)fileMoveCount, (long)(end - startMove)); in InsertAudio() 581 int64_t startMove = MediaFileUtils::UTCTimeMilliSeconds(); in InsertPhoto() local 594 …(long)(startMove - startInsertRelated), (long)fileMoveCount, (long)(fileMoveCount - videoFileMoveC… in InsertPhoto() 595 (long)videoFileMoveCount, (long)(startUpdate - startMove), long(end - startUpdate)); in InsertPhoto()
|
H A D | clone_restore.cpp | 408 int64_t startMove = MediaFileUtils::UTCTimeMilliSeconds(); in InsertPhoto() local 418 …(long)(startMove - startInsertRelated), (long)fileMoveCount, (long)(fileMoveCount - videoFileMoveC… in InsertPhoto() 419 (long)videoFileMoveCount, (long)(startUpdate - startMove), (long)(end - startUpdate)); in InsertPhoto() 1513 int64_t startMove = MediaFileUtils::UTCTimeMilliSeconds(); in InsertAudio() local 1545 …INFO_LOG("move %{public}ld files cost %{public}ld.", (long)fileMoveCount, (long)(end - startMove)); in InsertAudio()
|