Searched defs:upgradeStore (Results 1 – 2 of 2) sorted by relevance
138 const std::shared_ptr<MediaLibraryRdbStore> upgradeStore) in RemoveMisAddedHiddenData()157 static int32_t PrepareTempUpgradeTable(const std::shared_ptr<MediaLibraryRdbStore> upgradeStore, in… in PrepareTempUpgradeTable()190 static int32_t IfHandledDataCountMatched(const std::shared_ptr<MediaLibraryRdbStore> upgradeStore, in IfHandledDataCountMatched()213 …ibraryAlbumFusionUtils::HandleMatchedDataFusion(const std::shared_ptr<MediaLibraryRdbStore> upgrad… in HandleMatchedDataFusion()266 …MediaLibraryAlbumFusionUtils::QueryNoMatchedMap(const std::shared_ptr<MediaLibraryRdbStore> upgrad… in QueryNoMatchedMap()650 static int32_t UpdateCoverInfoForAlbum(const std::shared_ptr<MediaLibraryRdbStore> upgradeStore, in UpdateCoverInfoForAlbum()703 static int32_t CopyMateData(const std::shared_ptr<MediaLibraryRdbStore> upgradeStore, shared_ptr<Na… in CopyMateData()723 …diaLibraryAlbumFusionUtils::CopyLocalSingleFile(const std::shared_ptr<MediaLibraryRdbStore> upgrad… in CopyLocalSingleFile()767 static int32_t CopyLocalSingleFileSync(const std::shared_ptr<MediaLibraryRdbStore> upgradeStore, co… in CopyLocalSingleFileSync()814 …diaLibraryAlbumFusionUtils::CopyCloudSingleFile(const std::shared_ptr<MediaLibraryRdbStore> upgrad… in CopyCloudSingleFile()[all …]
135 std::shared_ptr<RdbStore> upgradeStore = RdbHelper::GetRdbStore(config, 2, callBack, errCode); variable