Searched refs:FindAlbumId (Results 1 – 6 of 6) sorted by relevance
68 int32_t FindAlbumId(const FileInfo &fileInfo);
64 int32_t FindAlbumId(const FileInfo &fileInfo);
90 int32_t PhotosRestore::FindAlbumId(const FileInfo &fileInfo) in FindAlbumId() function in OHOS::Media::PhotosRestore
156 int32_t PhotosClone::FindAlbumId(const FileInfo &fileInfo) in FindAlbumId() function in OHOS::Media::PhotosClone
707 values.PutInt(PhotoColumn::PHOTO_OWNER_ALBUM_ID, this->photosRestore_.FindAlbumId(fileInfo)); in GetInsertValue()
1741 fileInfo.ownerAlbumId = this->photosClone_.FindAlbumId(fileInfo); in SetSpecialAttributes()