Searched refs:upgradeStore (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | medialibrary_album_fusion_utils.h | 46 …T static int32_t HandleMatchedDataFusion(const std::shared_ptr<MediaLibraryRdbStore> upgradeStore); 50 …XPORT static int32_t HandleSingleFileCopy(const std::shared_ptr<MediaLibraryRdbStore> upgradeStore, 53 …ORT static int32_t HandleChangeNameAlbum(const std::shared_ptr<MediaLibraryRdbStore> upgradeStore); 55 …PORT static int32_t MergeClashSourceAlbum(const std::shared_ptr<MediaLibraryRdbStore> upgradeStore, 61 …EXPORT static int32_t CopyLocalSingleFile(const std::shared_ptr<MediaLibraryRdbStore> upgradeStore, 64 …EXPORT static int32_t CopyCloudSingleFile(const std::shared_ptr<MediaLibraryRdbStore> upgradeStore, 83 static int32_t HandleNoOwnerData(const std::shared_ptr<MediaLibraryRdbStore> upgradeStore); 84 static int32_t HandleExpiredAlbumData(const std::shared_ptr<MediaLibraryRdbStore> upgradeStore); 85 static int32_t QueryNoMatchedMap(const std::shared_ptr<MediaLibraryRdbStore> upgradeStore, 87 static int32_t HandleNewCloudDirtyData(const std::shared_ptr<MediaLibraryRdbStore> upgradeStore, [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_album_fusion_utils.cpp | 141 if (upgradeStore == nullptr) { in RemoveMisAddedHiddenData() 193 if (upgradeStore == nullptr) { in IfHandledDataCountMatched() 216 if (upgradeStore == nullptr) { in HandleMatchedDataFusion() 269 if (upgradeStore == nullptr) { in QueryNoMatchedMap() 653 if (upgradeStore == nullptr) { in UpdateCoverInfoForAlbum() 727 if (upgradeStore == nullptr) { in CopyLocalSingleFile() 770 if (upgradeStore == nullptr) { in CopyLocalSingleFileSync() 818 if (upgradeStore == nullptr) { in CopyCloudSingleFile() 957 if (upgradeStore == nullptr) { in HandleNoOwnerData() 977 if (upgradeStore == nullptr) { in HandleRestData() [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_upgrade_test.cpp | 135 std::shared_ptr<RdbStore> upgradeStore = RdbHelper::GetRdbStore(config, 2, callBack, errCode); variable 136 EXPECT_NE(upgradeStore, nullptr); 137 std::shared_ptr<ResultSet> upgradeResultSet = upgradeStore->QuerySql("SELECT * FROM test");
|