Searched refs:smartAlbumAssetPtr (Results 1 – 2 of 2) sorted by relevance
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()217 smartAlbumAssetPtr->SetCoverUri(coverUri); in SetCoverUri()222 smartAlbumAssetPtr->SetDescription(description); in SetDescription()[all …]
97 std::shared_ptr<SmartAlbumAsset> smartAlbumAssetPtr = nullptr; variable