/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_get_data_test.cpp | 260 std::string remoteSchema = store->GetSchemaInfo().ToSchemaString(); in SetRemoteSchema() 261 uint8_t remoteSchemaType = static_cast<uint8_t>(store->GetSchemaInfo().GetSchemaType()); in SetRemoteSchema() 504 … ASSERT_EQ(E_OK, SQLiteUtils::CreateSameStuTable(db, store->GetSchemaInfo().GetTable(g_tableName), 509 … ASSERT_EQ(E_OK, SQLiteUtils::CreateSameStuTable(db, store->GetSchemaInfo().GetTable(g_tableName), 615 queryObj.SetSchema(store->GetSchemaInfo()); 636 queryObj.SetSchema(store->GetSchemaInfo()); 713 … ASSERT_EQ(E_OK, SQLiteUtils::CreateSameStuTable(db, store->GetSchemaInfo().GetTable(g_tableName), 1046 ASSERT_EQ(E_OK, SQLiteUtils::CreateSameStuTable(db, store->GetSchemaInfo().GetTable(tableName), 1482 ASSERT_EQ(E_OK, SQLiteUtils::CreateSameStuTable(db, store->GetSchemaInfo().GetTable(tableName), 1597 errorNo = queryObj1.SetSchema(store->GetSchemaInfo()); [all …]
|
H A D | distributeddb_relational_syncable_storage_test.cpp | 97 RelationalSchemaObject schema = syncAbleStorage->GetSchemaInfo(); in __anon97c14e970202()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | single_ver_kvdb_sync_interface.h | 33 virtual SchemaObject GetSchemaInfo() const = 0;
|
H A D | relational_db_sync_interface.h | 34 virtual RelationalSchemaObject GetSchemaInfo() const = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | ability_sync.cpp | 975 …Object schemaObj = (static_cast<SingleVerKvDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in SetAbilityRequestBodyInfo() 979 … auto schemaObj = (static_cast<RelationalDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in SetAbilityRequestBodyInfo() 1162 … auto schemaObj = (static_cast<RelationalDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in SendAck() 1165 …bject schemaObject = static_cast<SingleVerKvDBSyncInterface *>(storageInterface_)->GetSchemaInfo(); in SendAck() 1216 …ject localSchema = (static_cast<SingleVerKvDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in MakeKvSyncOpinion() 1233 …bject localSchema = (static_cast<RelationalDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in MakeRelationSyncOpinion() 1245 …ject localSchema = (static_cast<SingleVerKvDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in HandleKvAckSchemaParam() 1269 … auto localSchema = (static_cast<RelationalDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in HandleRelationAckSchemaParam()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 599 RelationalSchemaObject RelationalSyncAbleStorage::GetSchemaInfo() const in GetSchemaInfo() function in DistributedDB::RelationalSyncAbleStorage 1077 queryObj.SetSchema(GetSchemaInfo()); in GetAllUploadCount() 1094 queryObj.SetSchema(GetSchemaInfo()); in GetUploadCount() 1111 query.SetSchema(GetSchemaInfo()); in GetCloudData() 1167 query.SetSchema(GetSchemaInfo()); in GetCloudGid() 1219 RelationalSchemaObject localSchema = GetSchemaInfo(); in ChkSchema() 1237 RelationalSchemaObject localSchema = GetSchemaInfo(); in SetCloudDbSchema() 1265 RelationalSchemaObject localSchema = GetSchemaInfo(); in GetInfoByPrimaryKeyOrGidInner() 1288 RelationalSchemaObject localSchema = GetSchemaInfo(); in PutCloudSyncDataInner() 1472 queryObj.SetSchema(GetSchemaInfo()); in CheckQueryValid() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store.h | 92 SchemaObject GetSchemaInfo() const override;
|
H A D | rd_single_ver_natural_store.cpp | 390 SchemaObject RdSingleVerNaturalStore::GetSchemaInfo() const in GetSchemaInfo() function in DistributedDB::RdSingleVerNaturalStore
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_relational_ver_sync_db_interface.h | 48 RelationalSchemaObject GetSchemaInfo() const override;
|
H A D | virtual_single_ver_sync_db_Interface.h | 95 SchemaObject GetSchemaInfo() const override;
|
H A D | virtual_relational_ver_sync_db_interface.cpp | 158 RelationalSchemaObject VirtualRelationalVerSyncDBInterface::GetSchemaInfo() const in GetSchemaInfo() function in DistributedDB::VirtualRelationalVerSyncDBInterface
|
H A D | virtual_single_ver_sync_db_Interface.cpp | 154 SchemaObject VirtualSingleVerSyncDBInterface::GetSchemaInfo() const in GetSchemaInfo() function in DistributedDB::VirtualSingleVerSyncDBInterface
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store.h | 127 SchemaObject GetSchemaInfo() const override;
|
H A D | sqlite_single_ver_natural_store.cpp | 1553 SchemaObject SQLiteSingleVerNaturalStore::GetSchemaInfo() const in GetSchemaInfo() function in DistributedDB::SQLiteSingleVerNaturalStore
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_sync_able_storage.h | 91 RelationalSchemaObject GetSchemaInfo() const override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_store.cpp | 1506 auto schema = storageEngine_->GetSchemaInfo(); in CheckSchemaForUpsertData()
|