Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dphotos_clone.h72 std::string FindSourcePath(const FileInfo &fileInfo);
H A Dphotos_restore.h72 std::string FindSourcePath(const FileInfo &fileInfo);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphotos_restore.cpp301 std::string PhotosRestore::FindSourcePath(const FileInfo &fileInfo) in FindSourcePath() function in OHOS::Media::PhotosRestore
H A Dphotos_clone.cpp288 std::string PhotosClone::FindSourcePath(const FileInfo &fileInfo) in FindSourcePath() function in OHOS::Media::PhotosClone
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dupgrade_restore.cpp709 values.PutString(PhotoColumn::PHOTO_SOURCE_PATH, this->photosRestore_.FindSourcePath(fileInfo)); in GetInsertValue()
H A Dclone_restore.cpp1745 fileInfo.sourcePath = this->photosClone_.FindSourcePath(fileInfo); in SetSpecialAttributes()