Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dalbum_asset_test.cpp59 string albumRelativePath = PIC_DIR_VALUES; variable
60 albumAsset->SetAlbumRelativePath(albumRelativePath);
61 EXPECT_EQ(albumAsset->GetAlbumRelativePath(), albumRelativePath);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dalbum_asset.cpp69 void AlbumAsset::SetAlbumRelativePath(const string albumRelativePath) in SetAlbumRelativePath() argument
71 albumRelativePath_ = albumRelativePath; in SetAlbumRelativePath()
H A Dnative_album_asset.cpp65 void NativeAlbumAsset::SetAlbumRelativePath(const string albumRelativePath) in SetAlbumRelativePath() argument
67 albumRelativePath_ = albumRelativePath; in SetAlbumRelativePath()
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dnative_album_asset.h42 EXPORT void SetAlbumRelativePath(const string albumRelativePath);
H A Dalbum_asset.h44 EXPORT void SetAlbumRelativePath(const string albumRelativePath);