Home
last modified time | relevance | path

Searched refs:FindBundleName (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.h70 std::string FindBundleName(const FileInfo &info);
H A Dphotos_restore.h63 std::string FindBundleName(const FileInfo &fileInfo);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphotos_restore.cpp132 std::string PhotosRestore::FindBundleName(const FileInfo &fileInfo) in FindBundleName() function in OHOS::Media::PhotosRestore
H A Dphotos_clone.cpp179 std::string PhotosClone::FindBundleName(const FileInfo &fileInfo) in FindBundleName() function in OHOS::Media::PhotosClone
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dupgrade_restore.cpp639 info.bundleName = this->photosRestore_.FindBundleName(info); in ParseResultSetFromGallery()
H A Dclone_restore.cpp1743 fileInfo.bundleName = this->photosClone_.FindBundleName(fileInfo); in SetSpecialAttributes()