Home
last modified time | relevance | path

Searched refs:ParseSourcePathToLPath (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dphoto_album_dao.h50 std::string ParseSourcePathToLPath(const std::string &sourcePath);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphotos_restore.cpp61 lPath = this->photoAlbumDao_.ParseSourcePathToLPath(fileInfo.sourcePath); in FindAlbumInfo()
H A Dphotos_clone.cpp119 lPath = this->photoAlbumDao_.ParseSourcePathToLPath(fileInfo.sourcePath); in FindAlbumInfo()
H A Dphoto_album_dao.cpp294 std::string PhotoAlbumDao::ParseSourcePathToLPath(const std::string &sourcePath) in ParseSourcePathToLPath() function in OHOS::Media::PhotoAlbumDao
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dothers_clone_restore.cpp464 static std::string ParseSourcePathToLPath(int32_t sceneCode, const std::string &filePath) in ParseSourcePathToLPath() function
547 info.lPath = ParseSourcePathToLPath(sceneCode_, info.filePath); in RestoreAlbum()