Home
last modified time | relevance | path

Searched refs:FindBurstKey (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
H A Dphoto_burst_operation.cpp44 std::string PhotoBurstOperation::FindBurstKey(const std::shared_ptr<MediaLibraryRdbStore> &rdbStore) in FindBurstKey() function in OHOS::Media::PhotoBurstOperation
46 return this->FindBurstKey(rdbStore, this->photoAssetInfo_); in FindBurstKey()
53 std::string PhotoBurstOperation::FindBurstKey( in FindBurstKey() function in OHOS::Media::PhotoBurstOperation
H A Dphoto_asset_copy_operation.cpp89 …std::string burstKey = PhotoBurstOperation().SetTargetPhotoInfo(photoAssetInfo).FindBurstKey(rdbSt… in CopyPhotoAsset()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
H A Dphoto_burst_operation.h30 std::string FindBurstKey(const std::shared_ptr<MediaLibraryRdbStore> &rdbStore);
33 std::string FindBurstKey(
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/operation/
H A Dphoto_burst_operation_test.cpp60 …std::string burstKey = PhotoBurstOperation().SetTargetPhotoInfo(photoAssetInfo).FindBurstKey(rdbSt…
77 …std::string burstKey = PhotoBurstOperation().SetTargetPhotoInfo(photoAssetInfo).FindBurstKey(rdbSt…
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dburst_key_generator.h26 std::string FindBurstKey(const FileInfo &fileInfo);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H A Dmedialibrary_backup_clone_test.cpp568 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]));
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dburst_key_generator.cpp106 std::string BurstKeyGenerator::FindBurstKey(const FileInfo &fileInfo) in FindBurstKey() function in OHOS::Media::BurstKeyGenerator
H A Dupgrade_restore.cpp633 info.burstKey = burstKeyGenerator_.FindBurstKey(info); in ParseResultSetFromGallery()
705 values.PutString(PhotoColumn::PHOTO_BURST_KEY, this->photosRestore_.FindBurstKey(fileInfo)); in GetInsertValue()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dphotos_restore.h67 std::string FindBurstKey(const FileInfo &fileInfo);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphotos_restore.cpp146 std::string PhotosRestore::FindBurstKey(const FileInfo &fileInfo) in FindBurstKey() function in OHOS::Media::PhotosRestore