| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| D | distributeddb_cloud_interfaces_set_cloud_schema_test.cpp | 337 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 …]
|
| D | distributeddb_cloud_interfaces_reference_test.cpp | 737 TableSchema tableSchema; in SetCloudSchema() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
| D | sqlite_single_ver_relational_storage_executor_extend.cpp | 34 … 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 …]
|
| D | sqlite_single_ver_relational_storage_extend_executor.cpp | 95 …SQLiteSingleVerRelationalStorageExecutor::FillCloudAssetForDownload(const TableSchema &tableSchema, in FillCloudAssetForDownload() 140 …erRelationalStorageExecutor::FillCloudAssetForUpload(OpType opType, const TableSchema &tableSchema, in FillCloudAssetForUpload() 270 …const 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 …]
|
| D | sqlite_single_relational_storage_engine.cpp | 793 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
|
| D | sqlite_relational_store.cpp | 1518 for (const auto &tableSchema : schema.tables) { in CheckCloudSchema() local 1528 for (const auto &tableSchema : schema.tables) { in CheckCloudSchema() local
|
| D | sqlite_single_ver_relational_storage_executor.cpp | 1865 …LiteSingleVerRelationalStorageExecutor::GetUpdateLogRecordStatement(const TableSchema &tableSchema, in GetUpdateLogRecordStatement()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
| D | schema_mgr.cpp | 151 for (const auto &tableSchema : cloudSchema.tables) { in SetCloudDbSchema() local 180 for (const TableSchema &tableSchema : cloudSchema_->tables) { in GetCloudTableSchema() local
|
| D | cloud_storage_utils.cpp | 286 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() 975 …const 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/ |
| D | param_check_utils.cpp | 254 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/ |
| D | storage_proxy.cpp | 186 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/ |
| D | icloud_sync_storage_interface.h | 130 …virtual int GetAssetsByGidOrHashKey(const TableSchema &tableSchema, const std::string &gid, const … in GetAssetsByGidOrHashKey()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
| D | relational_sync_able_storage.cpp | 1075 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/ |
| D | distributeddb_cloud_assets_operation_sync_test.cpp | 163 TableSchema tableSchema; in GetSchema() local 642 TableSchema tableSchema; variable
|
| D | distributeddb_cloud_reference_sync_test.cpp | 138 TableSchema tableSchema; in GetSchema() local 161 TableSchema tableSchema; in GetSchema() local
|
| D | distributeddb_cloud_save_cloud_data_test.cpp | 84 TableSchema tableSchema; in SetCloudSchema() local 498 TableSchema tableSchema; in SetCloudSchemaForCollate() local
|
| D | distributeddb_cloud_check_sync_test.cpp | 234 TableSchema tableSchema; in GetSchema() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
| D | distributeddb_cloud_syncer_download_test.cpp | 104 void GenerateTableSchema(TableSchema &tableSchema) in GenerateTableSchema() 605 .WillRepeatedly([](const TableName &, TableSchema &tableSchema) { in __anon73abe5571502() 723 .WillRepeatedly([](const TableName &, TableSchema &tableSchema) { in __anon73abe5572902()
|
| D | cloud_db_sync_utils_test.cpp | 303 TableSchema tableSchema = { in GetCloudDbSchema() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/cloudsync_fuzzer/ |
| D | cloudsync_fuzzer.cpp | 113 TableSchema tableSchema = { in SetCloudDbSchema() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| D | distributeddb_relational_cloud_syncable_storage_test.cpp | 279 void SetDbSchema(const TableSchema &tableSchema) in SetDbSchema()
|