Searched defs:tableSyncType (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_test.cpp | 184 void NoramlCreateDistributedTableTest(TableSyncType tableSyncType) in NoramlCreateDistributedTableTest() 415 void CreateDistributedTableInvalidArgsTest(TableSyncType tableSyncType) in CreateDistributedTableInvalidArgsTest() 492 void CreateDistributedTableNonPrimaryKeyTest(TableSyncType tableSyncType) in CreateDistributedTableNonPrimaryKeyTest() 563 void CreateDistributedTableInvalidFieldTest(TableSyncType tableSyncType) in CreateDistributedTableInvalidFieldTest() 605 void CreateDistributedTableCompositePKTest(TableSyncType tableSyncType, int expectCode) in CreateDistributedTableCompositePKTest() 647 void CreateDistributedTableWithHistoryDataTest(TableSyncType tableSyncType) in CreateDistributedTableWithHistoryDataTest() 690 void TableModifyTest(const std::string &modifySql, TableSyncType tableSyncType, DBStatus expect) in TableModifyTest() 823 void UpgradeDistributedTableTest(TableSyncType tableSyncType) in UpgradeDistributedTableTest() 934 void CheckTable(TableSyncType tableSyncType, RelationalStoreDelegate *delegate, sqlite3 *db) in CheckTable() 970 void TableConstraintsCheck(TableSyncType tableSyncType, RelationalStoreDelegate *delegate, sqlite3 … in TableConstraintsCheck() [all …]
|
H A D | distributeddb_interfaces_log_test.cpp | 62 TableSyncType tableSyncType = TableSyncType::DEVICE_COOPERATION; variable
|
H A D | distributeddb_cloud_interfaces_relational_ext_test.cpp | 203 …DistributedDB::TableSyncType tableSyncType, bool userDefineRowid = true, bool createDistributeTabl… in PrepareData() 244 void InsertTriggerTest(DistributedDB::TableSyncType tableSyncType) in InsertTriggerTest()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_relational_storage_engine.cpp | 240 const std::string &tableName, const std::string &sharedTableName, TableSyncType tableSyncType, in CreateDistributedSharedTable() 265 const std::string &identity, RelationalSchemaObject &schema, TableSyncType tableSyncType) in CreateDistributedTable() 311 TableSyncType tableSyncType = table.GetTableSyncType(); in CreateDistributedTable() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | table_info.cpp | 257 void TableInfo::SetTableSyncType(TableSyncType tableSyncType) in SetTableSyncType()
|