Searched refs:FindBurstKey (Results 1 – 10 of 10) sorted by relevance
44 std::string PhotoBurstOperation::FindBurstKey(const std::shared_ptr<MediaLibraryRdbStore> &rdbStore) in FindBurstKey() function in OHOS::Media::PhotoBurstOperation46 return this->FindBurstKey(rdbStore, this->photoAssetInfo_); in FindBurstKey()53 std::string PhotoBurstOperation::FindBurstKey( in FindBurstKey() function in OHOS::Media::PhotoBurstOperation
89 …std::string burstKey = PhotoBurstOperation().SetTargetPhotoInfo(photoAssetInfo).FindBurstKey(rdbSt… in CopyPhotoAsset()
30 std::string FindBurstKey(const std::shared_ptr<MediaLibraryRdbStore> &rdbStore);33 std::string FindBurstKey(
60 …std::string burstKey = PhotoBurstOperation().SetTargetPhotoInfo(photoAssetInfo).FindBurstKey(rdbSt…77 …std::string burstKey = PhotoBurstOperation().SetTargetPhotoInfo(photoAssetInfo).FindBurstKey(rdbSt…
26 std::string FindBurstKey(const FileInfo &fileInfo);
568 burstKey = burstKeyGenerator.FindBurstKey(fileInfos[i]);571 EXPECT_EQ(burstKey, burstKeyGenerator.FindBurstKey(fileInfos[i]));597 burstKey = burstKeyGenerator.FindBurstKey(fileInfos[i]);600 EXPECT_NE(burstKey, burstKeyGenerator.FindBurstKey(fileInfos[i]));626 burstKey = burstKeyGenerator.FindBurstKey(fileInfos[i]);629 EXPECT_NE(burstKey, burstKeyGenerator.FindBurstKey(fileInfos[i]));
106 std::string BurstKeyGenerator::FindBurstKey(const FileInfo &fileInfo) in FindBurstKey() function in OHOS::Media::BurstKeyGenerator
633 info.burstKey = burstKeyGenerator_.FindBurstKey(info); in ParseResultSetFromGallery()705 values.PutString(PhotoColumn::PHOTO_BURST_KEY, this->photosRestore_.FindBurstKey(fileInfo)); in GetInsertValue()
67 std::string FindBurstKey(const FileInfo &fileInfo);
146 std::string PhotosRestore::FindBurstKey(const FileInfo &fileInfo) in FindBurstKey() function in OHOS::Media::PhotosRestore