Home
last modified time | relevance | path

Searched refs:InsertPhoto (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H A Dclone_source.cpp139 InsertPhoto(); in InsertByType()
175 void CloneSource::InsertPhoto() in InsertPhoto() function in OHOS::Media::CloneSource
H A Dmedialibrary_backup_clone_test.cpp273 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 Dclone_source.h91 void InsertPhoto();
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dothers_clone_restore.h52 void InsertPhoto(std::vector<FileInfo> &fileInfos);
H A Dbase_restore.h73 int InsertPhoto(int32_t sceneCode, std::vector<FileInfo> &fileInfos, int32_t sourceType);
H A Dclone_restore.h62 int InsertPhoto(std::vector<FileInfo> &fileInfos);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/background_cloud_file_processor_test/src/
H A Dbackground_cloud_file_processor_test.cpp83 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 Dmedialibrary_backup_test.cpp1292 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 Dothers_clone_restore.cpp381 InsertPhoto(insertInfos); in HandleInsertBatch()
405 void OthersCloneRestore::InsertPhoto(std::vector<FileInfo> &fileInfos) in InsertPhoto() function in OHOS::Media::OthersCloneRestore
H A Dupgrade_restore.cpp425 if (InsertPhoto(sceneCode_, infos, SourceType::GALLERY) != E_OK) { in RestoreBatch()
462 if (InsertPhoto(sceneCode_, infos, type) != E_OK) { in RestoreExternalBatch()
H A Dbase_restore.cpp553 int BaseRestore::InsertPhoto(int32_t sceneCode, std::vector<FileInfo> &fileInfos, int32_t sourceTyp… in InsertPhoto() function in OHOS::Media::BaseRestore
H A Dclone_restore.cpp380 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 Dmedialibrary_album_source_test.cpp154 InsertResult InsertPhoto(string &packageName) in InsertPhoto() function