Home
last modified time | relevance | path

Searched refs:BatchDelete (Results 1 - 21 of 21) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dmock_iclouddb.h28 MOCK_METHOD2(BatchDelete, DBStatus(const std::string &, std::vector<VBucket> &));
H A Dvirtual_cloud_db.h40 DBStatus BatchDelete(const std::string &tableName, std::vector<VBucket> &extend) override;
H A Ddistributeddb_cloud_syncer_upload_test.cpp133 EXPECT_CALL(idb, BatchDelete(_, _)).WillRepeatedly(Return(OK)); in PrepareCloudDBMockCheck()
631 EXPECT_CALL(*idb, BatchDelete(_, _)).WillRepeatedly(Return(OK)); in HWTEST_F()
873 EXPECT_CALL(*idb2, BatchDelete(_, _)).WillOnce([&uploadData2](const std::string &, in HWTEST_F()
917 EXPECT_CALL(*idb, BatchDelete(_, _)).WillRepeatedly([&uploadData](const std::string &, in SetFuncs015()
957 // BatchInsert failed, BatchUpdate ok, BatchDelete ok in HWTEST_F()
H A Ddistributeddb_cloud_db_proxy_test.cpp842 ret = proxy.BatchDelete(tableName, record, record, info); in HWTEST_F()
H A Dvirtual_cloud_db.cpp167 DBStatus VirtualCloudDb::BatchDelete(const std::string &tableName, std::vector<VBucket> &extend) in BatchDelete() function in DistributedDB::VirtualCloudDb
H A Ddistributeddb_cloud_syncer_lock_test.cpp298 ASSERT_EQ(g_virtualCloudDb->BatchDelete(tableName, extend), DBStatus::OK); in DeleteCloudDBData()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_db_impl.h38 int32_t BatchDelete(const std::string &table, DBVBuckets &extends) override;
H A Dcloud_db_impl.cpp109 int32_t CloudDbImpl::BatchDelete(const std::string &table, DBVBuckets &extends) in BatchDelete() function in OHOS::CloudData::CloudDbImpl
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A Dicloud_db.h37 virtual DBStatus BatchDelete(const std::string &tableName, std::vector<VBucket> &extend) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_db.cpp38 int32_t CloudDB::BatchDelete(const std::string &table, VBuckets &extends) in BatchDelete() function in OHOS::DistributedData::CloudDB
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cloud.h47 DBStatus BatchDelete(const std::string &tableName, std::vector<DBVBucket> &extend) override;
H A Drdb_cloud.cpp66 DBStatus RdbCloud::BatchDelete(const std::string &tableName, std::vector<DBVBucket> &extend) in BatchDelete() function in OHOS::DistributedRdb::RdbCloud
69 auto error = cloudDB_->BatchDelete(tableName, extends); in BatchDelete()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_db.h41 virtual int32_t BatchDelete(const std::string &table, VBuckets &extends);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_cloud_test.cpp43 * @tc.desc: RdbCloud BatchInsert BatchUpdate BatchDelete test.
59 result = rdbCloud.BatchDelete(tableName, g_DBVBucket); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_db_proxy.h48 int BatchDelete(const std::string &tableName, std::vector<VBucket> &record, std::vector<VBucket> &extend,
H A Dcloud_db_proxy.cpp129 int CloudDBProxy::BatchDelete(const std::string &tableName, std::vector<VBucket> &record, std::vector<VBucket> &extend, in BatchDelete() function in DistributedDB::CloudDBProxy
355 status = cloudDb->BatchDelete(context->GetTableName(), extend); in DMLActionTask()
H A Dcloud_syncer.h359 int BatchDelete(Info &deleteInfo, CloudSyncData &uploadData, InnerProcessInfo &innerProcessInfo);
H A Dcloud_syncer_extend.cpp598 int CloudSyncer::BatchDelete(Info &deleteInfo, CloudSyncData &uploadData, InnerProcessInfo &innerProcessInfo) in BatchDelete() function in DistributedDB::CloudSyncer
600 int errCode = cloudDB_.BatchDelete(uploadData.tableName, uploadData.delData.record, in BatchDelete()
H A Dcloud_syncer.cpp1200 errCode = BatchDelete(deleteInfo, uploadData, innerProcessInfo); in SaveUploadData()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp473 result1 = cloudDB.BatchDelete(table, values); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_set_cloud_schema_test.cpp415 ASSERT_EQ(g_virtualCloudDb->BatchDelete(isShare ? g_sharedTableName1 : g_tableName2, extend), DBStatus::OK); in DeleteCloudTableRecord()

Completed in 21 milliseconds