Home
last modified time | relevance | path

Searched refs:SetTableInfo (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Drelational_virtual_device.cpp58 void RelationalVirtualDevice::SetTableInfo(const TableInfo &tableInfo) in SetTableInfo() function in DistributedDB::RelationalVirtualDevice
60 static_cast<VirtualRelationalVerSyncDBInterface *>(storage_)->SetTableInfo(tableInfo); in SetTableInfo()
H A Drelational_virtual_device.h35 void SetTableInfo(const TableInfo &tableInfo);
H A Dvirtual_relational_ver_sync_db_interface.h109 void SetTableInfo(const TableInfo &tableInfo);
H A Dvirtual_relational_ver_sync_db_interface.cpp320 void VirtualRelationalVerSyncDBInterface::SetTableInfo(const TableInfo &tableInfo) in SetTableInfo() function in DistributedDB::VirtualRelationalVerSyncDBInterface
H A Ddistributeddb_relational_multi_user_test.cpp129 dev->SetTableInfo(tableInfo); in PrepareVirtualDeviceEnv()
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp450 dev->SetTableInfo(tableInfo); in PrepareBasicTable()
565 dev->SetTableInfo(tableInfo); in PrepareEnvironment()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h279 …void SetTableInfo(const TableInfo &tableInfo); // When put or get sync data, must call the func f…
H A Dsqlite_single_ver_relational_storage_executor.cpp565 void SQLiteSingleVerRelationalStorageExecutor::SetTableInfo(const TableInfo &tableInfo) in SetTableInfo() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
1168 SetTableInfo(tableInfo); in GetSyncDataByQuery()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_test.cpp125 dev->SetTableInfo(tableInfo); in PrepareVirtualDeviceEnv()
1201 device->SetTableInfo(table); in AddDeviceSchema()
H A Ddistributeddb_interfaces_relational_sync_test.cpp140 device->SetTableInfo(table); in AddDeviceSchema()