Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/frameworks/js/src/
H A Dsmart_album_napi.cpp119 smartAlbumAssetPtr = std::shared_ptr<SmartAlbumAsset>(sAlbumData_); in SetSmartAlbumNapiProperties()
121 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()
207 smartAlbumAssetPtr in SetAlbumCapacity()
[all...]
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dsmart_album_napi.h97 std::shared_ptr<SmartAlbumAsset> smartAlbumAssetPtr = nullptr; member in OHOS::Media::SmartAlbumNapi

Completed in 3 milliseconds