Searched refs:BatchInsertWithRetry (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/ |
H A D | base_restore.h | 76 …int32_t BatchInsertWithRetry(const std::string &tableName, std::vector<NativeRdb::ValuesBucket> &v…
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | base_restore.cpp | 568 int32_t errCode = BatchInsertWithRetry(PhotoColumn::PHOTOS_TABLE, values, rowNum); in InsertPhoto() 613 int32_t BaseRestore::BatchInsertWithRetry(const std::string &tableName, std::vector<NativeRdb::Valu… in BatchInsertWithRetry() function in OHOS::Media::BaseRestore 781 int32_t errCode = BatchInsertWithRetry(PhotoMap::TABLE, values, rowNum); in BatchInsertMap()
|
H A D | clone_restore.cpp | 394 int32_t errCode = BatchInsertWithRetry(PhotoColumn::PHOTOS_TABLE, values, photoRowNum); in InsertPhoto() 1124 int32_t errCode = BatchInsertWithRetry(tableName, values, rowNum); in InsertAlbum() 1692 int32_t errCode = BatchInsertWithRetry(tableName, values, rowNum); in InsertMapByTable() 1923 int32_t ret = BatchInsertWithRetry(ANALYSIS_ALBUM_TABLE, valuesBuckets, rowNum); in InsertPortraitAlbumByTable() 2170 int32_t ret = BatchInsertWithRetry(VISION_FACE_TAG_TABLE, valuesBuckets, rowNum); in BatchInsertFaceTags() 2386 int32_t ret = BatchInsertWithRetry(VISION_IMAGE_FACE_TABLE, valuesBuckets, rowNum); in BatchInsertImageFaces()
|
H A D | upgrade_restore.cpp | 889 int32_t errCode = BatchInsertWithRetry(tableName, values, rowNum); in InsertPortraitAlbumByTable() 1124 int32_t errCode = BatchInsertWithRetry(tableName, values, rowNum); in InsertFaceAnalysisDataByTable()
|
H A D | others_clone_restore.cpp | 411 int32_t errCode = BatchInsertWithRetry(PhotoColumn::PHOTOS_TABLE, values, rowNum); in InsertPhoto()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/ |
H A D | medialibrary_backup_clone_test.cpp | 277 …int32_t errCode = restoreService->BatchInsertWithRetry(PhotoColumn::PHOTOS_TABLE, values, photoRow… in InsertPhoto()
|