Home
last modified time | relevance | path

Searched refs:RestorePhotoBatch (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dclone_restore.h116 void RestorePhotoBatch(int32_t offset, int32_t isRelatedToPhotoMap = 0);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dclone_restore.cpp286 ffrt::submit([this, offset]() { RestorePhotoBatch(offset, 1); }, {&offset}, {}, in RestorePhoto()
293 RestorePhotoBatch(offset, 1); in RestorePhoto()
303 ffrt::submit([this, offset]() { RestorePhotoBatch(offset); }, { &offset }, {}, in RestorePhoto()
310 RestorePhotoBatch(offset); in RestorePhoto()
1604 void CloneRestore::RestorePhotoBatch(int32_t offset, int32_t isRelatedToPhotoMap) in RestorePhotoBatch() function in OHOS::Media::CloneRestore