Searched refs:GetAlbumRelativePath (Results 1 – 7 of 7) sorted by relevance
50 EXPORT string GetAlbumRelativePath() const;
54 EXPORT string GetAlbumRelativePath() const;
61 EXPECT_EQ(albumAsset.GetAlbumRelativePath(), albumRelativePath);
61 EXPECT_EQ(nativeAlbumAsset.GetAlbumRelativePath(), TEST_ALBUM_RELATIVE_PATH);
105 string NativeAlbumAsset::GetAlbumRelativePath() const in GetAlbumRelativePath() function in OHOS::Media::NativeAlbumAsset
113 string AlbumAsset::GetAlbumRelativePath() const in GetAlbumRelativePath() function in OHOS::Media::AlbumAsset
413 relativePath = obj->albumAssetPtr->GetAlbumRelativePath(); in JSGetAlbumRelativePath()