Home
last modified time | relevance | path

Searched refs:BatchQueryPhoto (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbase_restore.h88 …void BatchQueryPhoto(std::vector<FileInfo> &fileInfos, bool isFull, const NeedQueryMap &needQueryM…
H A Dclone_restore.h85 void BatchQueryPhoto(std::vector<FileInfo> &fileInfos);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp727 void BaseRestore::BatchQueryPhoto(vector<FileInfo> &fileInfos, bool isFull, const NeedQueryMap &nee… in BatchQueryPhoto() function in OHOS::Media::BaseRestore
982 BatchQueryPhoto(fileInfos, false, needQueryMap); in InsertPhotoRelated()
H A Dclone_restore.cpp1055 void CloneRestore::BatchQueryPhoto(vector<FileInfo> &fileInfos) in BatchQueryPhoto() function in OHOS::Media::CloneRestore
1631 BatchQueryPhoto(fileInfos); in InsertPhotoRelated()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H A Dmedialibrary_backup_clone_test.cpp279 restoreService->BatchQueryPhoto(fileInfos); in InsertPhoto()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/
H A Dmedialibrary_backup_test.cpp1173 upgrade->BatchQueryPhoto(fileInfos, false, needQueryMap);