/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/ |
H A D | clone_source.cpp | 139 InsertPhoto(); in InsertByType() 175 void CloneSource::InsertPhoto() in InsertPhoto() function in OHOS::Media::CloneSource
|
H A D | medialibrary_backup_clone_test.cpp | 273 void InsertPhoto(vector<FileInfo> &fileInfos) in InsertPhoto() function 295 InsertPhoto(fileInfos); in RestorePhoto()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/include/ |
H A D | clone_source.h | 91 void InsertPhoto();
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/ |
H A D | others_clone_restore.h | 52 void InsertPhoto(std::vector<FileInfo> &fileInfos);
|
H A D | base_restore.h | 73 int InsertPhoto(int32_t sceneCode, std::vector<FileInfo> &fileInfos, int32_t sourceType);
|
H A D | clone_restore.h | 62 int InsertPhoto(std::vector<FileInfo> &fileInfos);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/background_cloud_file_processor_test/src/ |
H A D | background_cloud_file_processor_test.cpp | 83 string InsertPhoto(const MediaType &mediaType, int32_t position) in InsertPhoto() function 128 string path = InsertPhoto(mediaType, position); in PreparePhotos()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/ |
H A D | medialibrary_backup_test.cpp | 1292 upgrade->InsertPhoto(sceneCode, fileInfos, sourceType); 1296 upgrade->InsertPhoto(sceneCode, fileInfos, sourceType); 1318 upgrade->InsertPhoto(sceneCode, fileInfos, sourceType); 1322 upgrade->InsertPhoto(sceneCode, fileInfos, sourceType); 1779 void InsertPhoto(unique_ptr<UpgradeRestore> &upgrade, vector<FileInfo> &fileInfos) in InsertPhoto() function 1797 InsertPhoto(upgrade, fileInfos); in RestorePhotoWithPortrait()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | others_clone_restore.cpp | 381 InsertPhoto(insertInfos); in HandleInsertBatch() 405 void OthersCloneRestore::InsertPhoto(std::vector<FileInfo> &fileInfos) in InsertPhoto() function in OHOS::Media::OthersCloneRestore
|
H A D | upgrade_restore.cpp | 425 if (InsertPhoto(sceneCode_, infos, SourceType::GALLERY) != E_OK) { in RestoreBatch() 462 if (InsertPhoto(sceneCode_, infos, type) != E_OK) { in RestoreExternalBatch()
|
H A D | base_restore.cpp | 553 int BaseRestore::InsertPhoto(int32_t sceneCode, std::vector<FileInfo> &fileInfos, int32_t sourceTyp… in InsertPhoto() function in OHOS::Media::BaseRestore
|
H A D | clone_restore.cpp | 380 int CloneRestore::InsertPhoto(vector<FileInfo> &fileInfos) in InsertPhoto() function in OHOS::Media::CloneRestore 1609 if (InsertPhoto(fileInfos) != E_OK) { in RestorePhotoBatch()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_album_source_test/src/ |
H A D | medialibrary_album_source_test.cpp | 154 InsertResult InsertPhoto(string &packageName) in InsertPhoto() function
|