Home
last modified time | relevance | path

Searched defs:tableSchema (Results 1 – 25 of 27) sorted by relevance

12

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_cloud_interfaces_set_cloud_schema_test.cpp376 TableSchema tableSchema = { in InitCloudEnv() local
416 TableSchema tableSchema = { variable
478 TableSchema tableSchema = { variable
550 TableSchema tableSchema = { variable
600 TableSchema tableSchema = { variable
675 TableSchema tableSchema = { variable
730 TableSchema tableSchema = { variable
761 TableSchema tableSchema = { variable
816 TableSchema tableSchema = { variable
862 TableSchema tableSchema = { variable
[all …]
Ddistributeddb_cloud_interfaces_reference_test.cpp737 TableSchema tableSchema; in SetCloudSchema() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_single_ver_relational_storage_executor_extend.cpp34 … SQLiteSingleVerRelationalStorageExecutor::GetInfoByPrimaryKeyOrGid(const TableSchema &tableSchema, in GetInfoByPrimaryKeyOrGid()
147 … SQLiteSingleVerRelationalStorageExecutor::GetInsertSqlForCloudSync(const TableSchema &tableSchema) in GetInsertSqlForCloudSync()
164 const TableSchema &tableSchema, std::vector<uint8_t> &hashValue, bool allowEmpty) in GetPrimaryKeyHashValue()
187 int SQLiteSingleVerRelationalStorageExecutor::GetQueryLogStatement(const TableSchema &tableSchema, in GetQueryLogStatement()
251 const TableSchema &tableSchema, const TrackerTable &trackerTable, DownloadData &downloadData, in ExecutePutCloudData()
611 const TableSchema &tableSchema, const TrackerTable &trackerTable, DownloadData &downloadData) in PutCloudSyncData()
642 …ngleVerRelationalStorageExecutor::InsertCloudData(VBucket &vBucket, const TableSchema &tableSchema, in InsertCloudData()
680 int SQLiteSingleVerRelationalStorageExecutor::InsertLogRecord(const TableSchema &tableSchema, in InsertLogRecord()
773 const TableSchema &tableSchema, const TrackerTable &trackerTable, sqlite3_stmt *insertLogStmt) in BindHashKeyAndGidToInsertLogStatement()
820 const TableSchema &tableSchema, const TrackerTable &trackerTable, sqlite3_stmt *insertLogStmt) in BindValueToInsertLogStatement()
[all …]
Dsqlite_single_ver_relational_storage_extend_executor.cpp96 …SQLiteSingleVerRelationalStorageExecutor::FillCloudAssetForDownload(const TableSchema &tableSchema, in FillCloudAssetForDownload()
191 …erRelationalStorageExecutor::FillCloudAssetForUpload(OpType opType, const TableSchema &tableSchema, in FillCloudAssetForUpload()
287const TableSchema &tableSchema, const CloudSyncBatch &data, const int &index, sqlite3_stmt *&state… in InitFillUploadAssetStatement()
614 int SQLiteSingleVerRelationalStorageExecutor::CreateSharedTable(const TableSchema &tableSchema) in CreateSharedTable()
714 …erRelationalStorageExecutor::AppendUpdateLogRecordWhereSqlCondition(const TableSchema &tableSchema, in AppendUpdateLogRecordWhereSqlCondition()
1255 const TableSchema &tableSchema, const std::string &gid, const Bytes &hashKey, VBucket &assets) in GetAssetsByGidOrHashKey()
1334 bool fillAsset, bool ignoreEmptyGid, const TableSchema &tableSchema) in FillHandleWithOpType()
1481 const TableSchema &tableSchema, const VBucket &vBucket, int64_t dataKey, OpType opType) in OnlyUpdateAssetId()
1642 …teSingleVerRelationalStorageExecutor::BindAssetFiledToBlobStatement(const TableSchema &tableSchema, in BindAssetFiledToBlobStatement()
1673 …QLiteSingleVerRelationalStorageExecutor::UpdateAssetsIdForOneRecord(const TableSchema &tableSchema, in UpdateAssetsIdForOneRecord()
[all …]
Dsqlite_single_relational_storage_engine.cpp821 for (const auto &tableSchema : cloudSchema.tables) { in DoUpdateSharedTable() local
878 for (auto const &tableSchema : cloudSchema.tables) { in DoCreateSharedTable() local
942 for (const auto &tableSchema : cloudSchema.tables) { in CheckIfExistUserTable() local
Dsqlite_relational_store.cpp1574 for (const auto &tableSchema : schema.tables) { in CheckCloudSchema() local
1584 for (const auto &tableSchema : schema.tables) { in CheckCloudSchema() local
Dsqlite_single_ver_relational_storage_executor.cpp1840 …LiteSingleVerRelationalStorageExecutor::GetUpdateLogRecordStatement(const TableSchema &tableSchema, in GetUpdateLogRecordStatement()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
Dschema_mgr.cpp180 for (const auto &tableSchema : cloudSchema.tables) { in SetCloudDbSchema() local
209 for (const TableSchema &tableSchema : cloudSchema_->tables) { in GetCloudTableSchema() local
Dcloud_storage_utils.cpp287 std::set<std::string> CloudStorageUtils::GetCloudPrimaryKey(const TableSchema &tableSchema) in GetCloudPrimaryKey()
298 std::vector<Field> CloudStorageUtils::GetCloudAsset(const TableSchema &tableSchema) in GetCloudAsset()
310 std::vector<Field> CloudStorageUtils::GetCloudPrimaryKeyField(const TableSchema &tableSchema, bool … in GetCloudPrimaryKeyField()
326 …p<std::string, Field> CloudStorageUtils::GetCloudPrimaryKeyFieldMap(const TableSchema &tableSchema, in GetCloudPrimaryKeyFieldMap()
342 int CloudStorageUtils::GetAssetFieldsFromSchema(const TableSchema &tableSchema, const VBucket &vBuc… in GetAssetFieldsFromSchema()
362 bool CloudStorageUtils::IsContainsPrimaryKey(const TableSchema &tableSchema) in IsContainsPrimaryKey()
745 bool CloudStorageUtils::IsSharedTable(const TableSchema &tableSchema) in IsSharedTable()
993const TableSchema &tableSchema, const TableInfo &localTable, const std::map<std::string, Field> &p… in GetHashValueWithPrimaryKeyMap()
1034 bool CloudStorageUtils::CheckCloudSchemaFields(const TableSchema &tableSchema, const TableSchema &o… in CheckCloudSchemaFields()
1079 …dStorageUtils::BindUpdateLogStmtFromVBucket(const VBucket &vBucket, const TableSchema &tableSchema, in BindUpdateLogStmtFromVBucket()
[all …]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dparam_check_utils.cpp273 for (const auto &tableSchema : lowerSchema.tables) { in CheckSharedTableName() local
308 for (auto &tableSchema : schema.tables) { in TransferSchemaToLower() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dstorage_proxy.cpp241 TableSchema tableSchema; in GetCloudData() local
269 TableSchema tableSchema; in GetCloudGid() local
382 TableSchema tableSchema; in GetPrimaryColNamesWithAssetsFields() local
554 TableSchema tableSchema; in GetAssetsByGidOrHashKey() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelational_sync_able_storage.cpp1105 int RelationalSyncAbleStorage::GetCloudData(const TableSchema &tableSchema, const QuerySyncObject &… in GetCloudData()
1159 int RelationalSyncAbleStorage::GetCloudGid(const TableSchema &tableSchema, const QuerySyncObject &q… in GetCloudGid()
1262 TableSchema tableSchema; in GetInfoByPrimaryKeyOrGidInner() local
1285 TableSchema tableSchema; in PutCloudSyncDataInner() local
1338 …elationalSyncAbleStorage::GetCloudTableSchema(const TableName &tableName, TableSchema &tableSchema) in GetCloudTableSchema()
1354 TableSchema tableSchema; in FillCloudAssetForDownload() local
1731 …r<int, uint32_t> RelationalSyncAbleStorage::GetAssetsByGidOrHashKey(const TableSchema &tableSchema, in GetAssetsByGidOrHashKey()
1809 TableSchema tableSchema; in UpsertDataInTransaction() local
1868 TableSchema tableSchema; in FillCloudLogAndAssetInner() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_cloud_kv_store.cpp70 TableSchema &tableSchema) in GetCloudTableSchema()
179 int SqliteCloudKvStore::GetCloudData(const TableSchema &tableSchema, const QuerySyncObject &object, in GetCloudData()
348 int SqliteCloudKvStore::GetCloudGid(const TableSchema &tableSchema, const QuerySyncObject &querySyn… in GetCloudGid()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
Ddistributeddb_cloud_syncer_download_test.cpp114 void GenerateTableSchema(TableSchema &tableSchema) in GenerateTableSchema()
615 .WillRepeatedly([](const TableName &, TableSchema &tableSchema) { in __anona873ca781502()
737 .WillRepeatedly([](const TableName &, TableSchema &tableSchema) { in __anona873ca782a02()
Dcloud_db_sync_utils_test.cpp303 TableSchema tableSchema = { in GetCloudDbSchema() local
Ddistributeddb_cloud_kv_syncer_test.cpp194 TableSchema tableSchema; in GetDataBaseSchema() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
Dicloud_sync_storage_interface.h177 …virtual std::pair<int, uint32_t> GetAssetsByGidOrHashKey(const TableSchema &tableSchema, const std… in GetAssetsByGidOrHashKey()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/cloudsync_fuzzer/
Dcloudsync_fuzzer.cpp117 TableSchema tableSchema = { in SetCloudDbSchema() local
337 TableSchema tableSchema; in GetDataBaseSchema() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
Ddistributeddb_cloud_meta_data_test.cpp334 TableSchema tableSchema; variable
Ddistributeddb_cloud_reference_sync_test.cpp146 TableSchema tableSchema; in GetSchema() local
169 TableSchema tableSchema; in GetSchema() local
Ddistributeddb_cloud_assets_operation_sync_test.cpp186 TableSchema tableSchema; in GetSchema() local
976 TableSchema tableSchema; variable
Ddistributeddb_cloud_task_merge_test.cpp186 TableSchema tableSchema; in GetSchema() local
Ddistributeddb_cloud_save_cloud_data_test.cpp84 TableSchema tableSchema; in SetCloudSchema() local
498 TableSchema tableSchema; in SetCloudSchemaForCollate() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Ddistributeddb_single_ver_multi_sub_user_test.cpp104 TableSchema tableSchema; in GetDataBaseSchema() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_relational_cloud_syncable_storage_test.cpp281 void SetDbSchema(const TableSchema &tableSchema) in SetDbSchema()

12