Searched refs:extend2 (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_reference_sync_test.cpp | 269 std::vector<VBucket> extend2; in InsertCloudSharedTableRecord() local 293 extend2.push_back(log); in InsertCloudSharedTableRecord() 296 …ASSERT_EQ(virtualCloudDb_->BatchInsert(sharedChildTableName_, std::move(record2), extend2), DBStat… in InsertCloudSharedTableRecord() 307 std::vector<VBucket> extend2; in UpdateCloudSharedTableRecord() local 332 extend2.push_back(log); in UpdateCloudSharedTableRecord() 335 …ASSERT_EQ(virtualCloudDb_->BatchUpdate(sharedChildTableName_, std::move(record2), extend2), DBStat… in UpdateCloudSharedTableRecord()
|
H A D | distributeddb_cloud_interfaces_relational_sync_test.cpp | 256 std::vector<VBucket> extend2; in InsertCloudTableRecord() local 286 extend2.push_back(log); in InsertCloudTableRecord() 289 … ASSERT_EQ(g_virtualCloudDb->BatchInsert(g_tableName2, std::move(record2), extend2), DBStatus::OK); in InsertCloudTableRecord()
|
H A D | distributeddb_cloud_check_sync_test.cpp | 325 std::vector<VBucket> extend2; in InsertCloudTableRecord() local 357 extend2.push_back(log); in InsertCloudTableRecord()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_cloud_interfaces_relational_remove_device_data_test.cpp | 194 std::vector<VBucket> extend2; in InsertCloudTableRecord() local 224 extend2.push_back(log); in InsertCloudTableRecord() 227 … ASSERT_EQ(g_virtualCloudDb->BatchInsert(g_tableName2, std::move(record2), extend2), DBStatus::OK); in InsertCloudTableRecord()
|