Searched refs:ParseSourcePathToLPath (Results 1 – 5 of 5) sorted by relevance
50 std::string ParseSourcePathToLPath(const std::string &sourcePath);
61 lPath = this->photoAlbumDao_.ParseSourcePathToLPath(fileInfo.sourcePath); in FindAlbumInfo()
119 lPath = this->photoAlbumDao_.ParseSourcePathToLPath(fileInfo.sourcePath); in FindAlbumInfo()
294 std::string PhotoAlbumDao::ParseSourcePathToLPath(const std::string &sourcePath) in ParseSourcePathToLPath() function in OHOS::Media::PhotoAlbumDao
464 static std::string ParseSourcePathToLPath(int32_t sceneCode, const std::string &filePath) in ParseSourcePathToLPath() function547 info.lPath = ParseSourcePathToLPath(sceneCode_, info.filePath); in RestoreAlbum()