Home
last modified time | relevance | path

Searched defs:distributedSchema (Results 1 – 4 of 4) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_rdb_collaboration_test.cpp210 auto distributedSchema = RDBDataGenerator::ParseSchema(schema); variable
386 …DistributedSchema distributedSchema = GetDistributedSchema(DEVICE_SYNC_TABLE, {"pk", "int_field1"}… variable
528 DistributedSchema distributedSchema = {0, {{DEVICE_SYNC_TABLE, {{"int_field1", true}}}}}; variable
562 DistributedSchema distributedSchema = {0, {{DEVICE_SYNC_TABLE, {{"int_field1", true}}}}}; variable
628 DistributedSchema distributedSchema = {0, {}}; variable
658 …DistributedSchema distributedSchema = GetDistributedSchema(DEVICE_SYNC_TABLE, {"pk", "int_field1"}… variable
706 DistributedSchema distributedSchema; variable
765 DistributedSchema distributedSchema = {0, {{"table_pk_int", { variable
952 DistributedSchema distributedSchema = {1, {{"table_pk_integer", { variable
983 DistributedSchema distributedSchema = {1, { variable
[all …]
Ddistributeddb_relational_schema_analysis_test.cpp219 DistributedSchema distributedSchema; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_relational_sync_test.cpp835 DistributedDB::DistributedSchema distributedSchema; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_general_store.cpp107 DistributedSchema distributedSchema; in GetGaussDistributedSchema() local