Home
last modified time | relevance | path

Searched refs:SetTableSyncType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_cloud_schema_mgr_test.cpp282 table.SetTableSyncType(TableSyncType::CLOUD_COOPERATION);
307 table.SetTableSyncType(TableSyncType::CLOUD_COOPERATION);
337 table.SetTableSyncType(TableSyncType::CLOUD_COOPERATION);
364 table.SetTableSyncType(TableSyncType::CLOUD_COOPERATION);
392 table.SetTableSyncType(TableSyncType::CLOUD_COOPERATION);
420 table.SetTableSyncType(TableSyncType::CLOUD_COOPERATION);
447 table.SetTableSyncType(TableSyncType::CLOUD_COOPERATION);
471 table.SetTableSyncType(TableSyncType::CLOUD_COOPERATION);
559 table.SetTableSyncType(TableSyncType::CLOUD_COOPERATION);
586 table.SetTableSyncType(TableSyncType::CLOUD_COOPERATION);
[all …]
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp94 table.SetTableSyncType(TableSyncType::CLOUD_COOPERATION); in CreateLogTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h92 void SetTableSyncType(TableSyncType tableSyncType);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp247 table.SetTableSyncType(tableSyncType); in CreateDistributedSharedTable()
283 table.SetTableSyncType(tableSyncType); in CreateDistributedTable()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp333 table.SetTableSyncType(TableSyncType::CLOUD_COOPERATION); in CreateTrackerTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp257 void TableInfo::SetTableSyncType(TableSyncType tableSyncType) in SetTableSyncType() function in DistributedDB::TableInfo
H A Drelational_schema_object.cpp980 resultTable.SetTableSyncType(static_cast<TableSyncType>(fieldValue.integerValue)); in ParseCheckTableSyncType()