Home
last modified time | relevance | path

Searched refs:smartAlbumAssetPtr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dsmart_album_napi.cpp121 smartAlbumAssetPtr->GetAlbumName().c_str()); in SetSmartAlbumNapiProperties()
173 return smartAlbumAssetPtr->GetAlbumName(); in GetSmartAlbumName()
178 return smartAlbumAssetPtr->GetAlbumPrivateType(); in GetAlbumPrivateType()
183 return smartAlbumAssetPtr->GetAlbumUri(); in GetSmartAlbumUri()
188 return smartAlbumAssetPtr->GetAlbumId(); in GetSmartAlbumId()
192 return smartAlbumAssetPtr->GetDescription(); in GetDescription()
197 return smartAlbumAssetPtr->GetCoverUri(); in GetCoverUri()
202 return smartAlbumAssetPtr->GetExpiredTime(); in GetExpiredTime()
217 smartAlbumAssetPtr->SetCoverUri(coverUri); in SetCoverUri()
222 smartAlbumAssetPtr->SetDescription(description); in SetDescription()
[all …]
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dsmart_album_napi.h97 std::shared_ptr<SmartAlbumAsset> smartAlbumAssetPtr = nullptr; variable