Home
last modified time | relevance | path

Searched refs:g_tableName3 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_interfaces_relational_sync_test.cpp45 const string g_tableName3 = "worker3"; variable
81 "CREATE TABLE IF NOT EXISTS " + g_tableName3 + "(" \
240 int errCode = g_virtualCloudDb->BatchInsert(g_tableName3, std::move(record1), extend1); in InsertRecordWithoutPk2LocalAndCloud()
243 string sql = "INSERT OR REPLACE INTO " + g_tableName3 in InsertRecordWithoutPk2LocalAndCloud()
576 .name = g_tableName3, in GetCloudDbSchema()
577 .sharedTableName = g_tableName3 + "_shared", in GetCloudDbSchema()
1402 Query query = Query::Select().FromTable({g_tableName3});
1607 Query query = Query::Select().FromTable({g_tableName3}); in TestSyncForStatus()
1663 Query query = Query::Select().FromTable({g_tableName3});
1672 Query invalidQuery = Query::Select().FromTable({g_tableName3}).PrefixKey({'k'});
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp47 const string g_tableName3 = "worker3"; variable
84 "CREATE TABLE IF NOT EXISTS " + g_tableName3 + "(" \
287 .name = g_tableName3, in GetCloudDbSchema()
288 .sharedTableName = g_tableName3 + "_shared", in GetCloudDbSchema()
596 … ASSERT_EQ(g_delegate->CreateDistributedTable(g_tableName3, CLOUD_COOPERATION), DBStatus::OK); in SetUp()
H A Ddistributeddb_cloud_interfaces_set_cloud_schema_test.cpp71 const string g_tableName3 = "Worker1"; variable
456 .name = g_tableName3,
731 .name = g_tableName3,