Home
last modified time | relevance | path

Searched refs:InsertPhotoRelated (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbase_restore.h105 void InsertPhotoRelated(std::vector<FileInfo> &fileInfos, int32_t sourceType);
H A Dclone_restore.h118 void InsertPhotoRelated(std::vector<FileInfo> &fileInfos);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp579 InsertPhotoRelated(fileInfos, sourceType); in InsertPhoto()
971 void BaseRestore::InsertPhotoRelated(std::vector<FileInfo> &fileInfos, int32_t sourceType) in InsertPhotoRelated() function in OHOS::Media::BaseRestore
H A Dclone_restore.cpp406 InsertPhotoRelated(fileInfos); in InsertPhoto()
1628 void CloneRestore::InsertPhotoRelated(vector<FileInfo> &fileInfos) in InsertPhotoRelated() function in OHOS::Media::CloneRestore
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/
H A Dmedialibrary_backup_test.cpp1791 upgrade->InsertPhotoRelated(fileInfos, SourceType::GALLERY); in InsertPhoto()