Searched refs:GetAlbumPrivateType (Results 1 – 5 of 5) sorted by relevance
75 EXPECT_EQ(smartAlbumAsset.GetAlbumPrivateType(), TYPE_TRASH);
154 PrivateAlbumType SmartAlbumAsset::GetAlbumPrivateType() const in GetAlbumPrivateType() function in OHOS::Media::SmartAlbumAsset
60 EXPORT PrivateAlbumType GetAlbumPrivateType() const;
54 int32_t GetAlbumPrivateType() const;
176 int32_t SmartAlbumNapi::GetAlbumPrivateType() const in GetAlbumPrivateType() function in OHOS::Media::SmartAlbumNapi178 return smartAlbumAssetPtr->GetAlbumPrivateType(); in GetAlbumPrivateType()556 status = napi_create_int32(env, obj->smartAlbumAssetPtr->GetAlbumPrivateType(), &jsResult); in JSGetSmartAlbumType()