Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_cloud_interfaces_set_cloud_schema_test.cpp337 TableSchema tableSchema = { variable
399 TableSchema tableSchema = { variable
471 TableSchema tableSchema = { variable
521 TableSchema tableSchema = { variable
596 TableSchema tableSchema = { variable
651 TableSchema tableSchema = { variable
682 TableSchema tableSchema = { variable
737 TableSchema tableSchema = { variable
783 TableSchema tableSchema = { variable
829 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()
143 … SQLiteSingleVerRelationalStorageExecutor::GetInsertSqlForCloudSync(const TableSchema &tableSchema) in GetInsertSqlForCloudSync()
160 const TableSchema &tableSchema, std::vector<uint8_t> &hashValue, bool allowEmpty) in GetPrimaryKeyHashValue()
183 int SQLiteSingleVerRelationalStorageExecutor::GetQueryLogStatement(const TableSchema &tableSchema, in GetQueryLogStatement()
247 const TableSchema &tableSchema, const TrackerTable &trackerTable, DownloadData &downloadData, in ExecutePutCloudData()
481 const TableSchema &tableSchema, const TrackerTable &trackerTable, DownloadData &downloadData) in PutCloudSyncData()
513 …ngleVerRelationalStorageExecutor::InsertCloudData(VBucket &vBucket, const TableSchema &tableSchema, in InsertCloudData()
551 int SQLiteSingleVerRelationalStorageExecutor::InsertLogRecord(const TableSchema &tableSchema, in InsertLogRecord()
625 const TableSchema &tableSchema, const TrackerTable &trackerTable, sqlite3_stmt *insertLogStmt) in BindHashKeyAndGidToInsertLogStatement()
680 const TableSchema &tableSchema, const TrackerTable &trackerTable, sqlite3_stmt *insertLogStmt) in BindValueToInsertLogStatement()
[all …]
Dsqlite_single_ver_relational_storage_extend_executor.cpp95 …SQLiteSingleVerRelationalStorageExecutor::FillCloudAssetForDownload(const TableSchema &tableSchema, in FillCloudAssetForDownload()
140 …erRelationalStorageExecutor::FillCloudAssetForUpload(OpType opType, const TableSchema &tableSchema, in FillCloudAssetForUpload()
270const TableSchema &tableSchema, const CloudSyncBatch &data, const int &index, sqlite3_stmt *&state… in InitFillUploadAssetStatement()
582 int SQLiteSingleVerRelationalStorageExecutor::CreateSharedTable(const TableSchema &tableSchema) in CreateSharedTable()
682 …erRelationalStorageExecutor::AppendUpdateLogRecordWhereSqlCondition(const TableSchema &tableSchema, in AppendUpdateLogRecordWhereSqlCondition()
1207 …t SQLiteSingleVerRelationalStorageExecutor::GetAssetsByGidOrHashKey(const TableSchema &tableSchema, in GetAssetsByGidOrHashKey()
1281 bool fillAsset, bool ignoreEmptyGid, const TableSchema &tableSchema) in FillHandleWithOpType()
1308 int SQLiteSingleVerRelationalStorageExecutor::GetDbAssets(const TableSchema &tableSchema, in GetDbAssets()
1415 const TableSchema &tableSchema, const VBucket &vBucket, int64_t dataKey, OpType opType) in OnlyUpdateAssetId()
1578 …teSingleVerRelationalStorageExecutor::BindAssetFiledToBlobStatement(const TableSchema &tableSchema, in BindAssetFiledToBlobStatement()
[all …]
Dsqlite_single_relational_storage_engine.cpp793 for (const auto &tableSchema : cloudSchema.tables) { in DoUpdateSharedTable() local
849 for (auto const &tableSchema : cloudSchema.tables) { in DoCreateSharedTable() local
913 for (const auto &tableSchema : cloudSchema.tables) { in CheckIfExistUserTable() local
Dsqlite_relational_store.cpp1518 for (const auto &tableSchema : schema.tables) { in CheckCloudSchema() local
1528 for (const auto &tableSchema : schema.tables) { in CheckCloudSchema() local
Dsqlite_single_ver_relational_storage_executor.cpp1865 …LiteSingleVerRelationalStorageExecutor::GetUpdateLogRecordStatement(const TableSchema &tableSchema, in GetUpdateLogRecordStatement()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
Dschema_mgr.cpp151 for (const auto &tableSchema : cloudSchema.tables) { in SetCloudDbSchema() local
180 for (const TableSchema &tableSchema : cloudSchema_->tables) { in GetCloudTableSchema() local
Dcloud_storage_utils.cpp286 std::set<std::string> CloudStorageUtils::GetCloudPrimaryKey(const TableSchema &tableSchema) in GetCloudPrimaryKey()
297 std::vector<Field> CloudStorageUtils::GetCloudAsset(const TableSchema &tableSchema) in GetCloudAsset()
309 std::vector<Field> CloudStorageUtils::GetCloudPrimaryKeyField(const TableSchema &tableSchema, bool … in GetCloudPrimaryKeyField()
325 …p<std::string, Field> CloudStorageUtils::GetCloudPrimaryKeyFieldMap(const TableSchema &tableSchema, in GetCloudPrimaryKeyFieldMap()
341 int CloudStorageUtils::GetAssetFieldsFromSchema(const TableSchema &tableSchema, const VBucket &vBuc… in GetAssetFieldsFromSchema()
361 bool CloudStorageUtils::IsContainsPrimaryKey(const TableSchema &tableSchema) in IsContainsPrimaryKey()
739 bool CloudStorageUtils::IsSharedTable(const TableSchema &tableSchema) in IsSharedTable()
975const TableSchema &tableSchema, const TableInfo &localTable, const std::map<std::string, Field> &p… in GetHashValueWithPrimaryKeyMap()
1044 void CloudStorageUtils::TransferSchemaFieldToLower(TableSchema &tableSchema) in TransferSchemaFieldToLower()
1051 bool CloudStorageUtils::CheckCloudSchemaFields(const TableSchema &tableSchema, const TableSchema &o… in CheckCloudSchemaFields()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dparam_check_utils.cpp254 for (const auto &tableSchema : lowerSchema.tables) { in CheckSharedTableName() local
289 for (auto &tableSchema : schema.tables) { in TransferSchemaToLower() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dstorage_proxy.cpp186 TableSchema tableSchema; in GetCloudData() local
214 TableSchema tableSchema; in GetCloudGid() local
318 TableSchema tableSchema; in GetPrimaryColNamesWithAssetsFields() local
490 TableSchema tableSchema; in GetAssetsByGidOrHashKey() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
Dicloud_sync_storage_interface.h130 …virtual int GetAssetsByGidOrHashKey(const TableSchema &tableSchema, const std::string &gid, const … in GetAssetsByGidOrHashKey()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelational_sync_able_storage.cpp1075 int RelationalSyncAbleStorage::GetCloudData(const TableSchema &tableSchema, const QuerySyncObject &… in GetCloudData()
1124 int RelationalSyncAbleStorage::GetCloudGid(const TableSchema &tableSchema, const QuerySyncObject &q… in GetCloudGid()
1187 TableSchema tableSchema; in GetInfoByPrimaryKeyOrGidInner() local
1210 TableSchema tableSchema; in PutCloudSyncDataInner() local
1242 …elationalSyncAbleStorage::GetCloudTableSchema(const TableName &tableName, TableSchema &tableSchema) in GetCloudTableSchema()
1258 TableSchema tableSchema; in FillCloudAssetForDownload() local
1627 int RelationalSyncAbleStorage::GetAssetsByGidOrHashKey(const TableSchema &tableSchema, const std::s… in GetAssetsByGidOrHashKey()
1704 TableSchema tableSchema; in UpsertDataInTransaction() local
1764 TableSchema tableSchema; in FillCloudLogAndAssetInner() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
Ddistributeddb_cloud_assets_operation_sync_test.cpp163 TableSchema tableSchema; in GetSchema() local
642 TableSchema tableSchema; variable
Ddistributeddb_cloud_reference_sync_test.cpp138 TableSchema tableSchema; in GetSchema() local
161 TableSchema tableSchema; in GetSchema() local
Ddistributeddb_cloud_save_cloud_data_test.cpp84 TableSchema tableSchema; in SetCloudSchema() local
498 TableSchema tableSchema; in SetCloudSchemaForCollate() local
Ddistributeddb_cloud_check_sync_test.cpp234 TableSchema tableSchema; in GetSchema() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
Ddistributeddb_cloud_syncer_download_test.cpp104 void GenerateTableSchema(TableSchema &tableSchema) in GenerateTableSchema()
605 .WillRepeatedly([](const TableName &, TableSchema &tableSchema) { in __anon73abe5571502()
723 .WillRepeatedly([](const TableName &, TableSchema &tableSchema) { in __anon73abe5572902()
Dcloud_db_sync_utils_test.cpp303 TableSchema tableSchema = { in GetCloudDbSchema() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/cloudsync_fuzzer/
Dcloudsync_fuzzer.cpp113 TableSchema tableSchema = { in SetCloudDbSchema() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_relational_cloud_syncable_storage_test.cpp279 void SetDbSchema(const TableSchema &tableSchema) in SetDbSchema()