/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_cloud_interfaces_set_cloud_schema_test.cpp | 376 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 …]
|
H A D | distributeddb_cloud_interfaces_reference_test.cpp | 737 TableSchema tableSchema; in SetCloudSchema() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 34 … SQLiteSingleVerRelationalStorageExecutor::GetInfoByPrimaryKeyOrGid(const TableSchema &tableSchema, in GetInfoByPrimaryKeyOrGid() 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() 680 int SQLiteSingleVerRelationalStorageExecutor::InsertLogRecord(const TableSchema &tableSchema, in InsertLogRecord() 924 const TableSchema &tableSchema, sqlite3_stmt *&updateStmt) in GetUpdateDataTableStatement() 1088 const TableSchema &tableSchema, const TrackerTable &trackerTable) in DeleteCloudData() 1120 const TableSchema &tableSchema, OpType opType) in OnlyUpdateLogTable() 1183 const TableSchema &tableSchema, const TrackerTable &trackerTable) in LogicDeleteCloudData() [all …]
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 96 …SQLiteSingleVerRelationalStorageExecutor::FillCloudAssetForDownload(const TableSchema &tableSchema, in FillCloudAssetForDownload() 287 …const TableSchema &tableSchema, const CloudSyncBatch &data, const int &index, sqlite3_stmt *&state… in InitFillUploadAssetStatement() 614 int SQLiteSingleVerRelationalStorageExecutor::CreateSharedTable(const TableSchema &tableSchema) in CreateSharedTable() 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() 1700 int SQLiteSingleVerRelationalStorageExecutor::UpdateAssetId(const TableSchema &tableSchema, int64_t… in UpdateAssetId() 1778 const TableSchema &tableSchema) in GetUpdateField() [all …]
|
H A D | sqlite_single_relational_storage_engine.cpp | 821 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
|
H A D | sqlite_relational_store.cpp | 1574 for (const auto &tableSchema : schema.tables) { in CheckCloudSchema() local 1584 for (const auto &tableSchema : schema.tables) { in CheckCloudSchema() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | schema_mgr.cpp | 180 for (const auto &tableSchema : cloudSchema.tables) { in SetCloudDbSchema() local 209 for (const TableSchema &tableSchema : cloudSchema_->tables) { in GetCloudTableSchema() local
|
H A D | cloud_storage_utils.cpp | 287 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() 993 …const 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 …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | param_check_utils.cpp | 273 for (const auto &tableSchema : lowerSchema.tables) { in CheckSharedTableName() local 308 for (auto &tableSchema : schema.tables) { in TransferSchemaToLower() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_proxy.cpp | 241 TableSchema tableSchema; in GetCloudData() local 269 TableSchema tableSchema; in GetCloudGid() local 382 TableSchema tableSchema; in GetPrimaryColNamesWithAssetsFields() local 554 TableSchema tableSchema; in GetAssetsByGidOrHashKey() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_cloud_kv_store.cpp | 70 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()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 1102 int RelationalSyncAbleStorage::GetCloudData(const TableSchema &tableSchema, const QuerySyncObject &… in GetCloudData() 1156 int RelationalSyncAbleStorage::GetCloudGid(const TableSchema &tableSchema, const QuerySyncObject &q… in GetCloudGid() 1259 TableSchema tableSchema; in GetInfoByPrimaryKeyOrGidInner() local 1282 TableSchema tableSchema; in PutCloudSyncDataInner() local 1335 …elationalSyncAbleStorage::GetCloudTableSchema(const TableName &tableName, TableSchema &tableSchema) in GetCloudTableSchema() 1351 TableSchema tableSchema; in FillCloudAssetForDownload() local 1727 …r<int, uint32_t> RelationalSyncAbleStorage::GetAssetsByGidOrHashKey(const TableSchema &tableSchema, in GetAssetsByGidOrHashKey() 1805 TableSchema tableSchema; in UpsertDataInTransaction() local 1864 TableSchema tableSchema; in FillCloudLogAndAssetInner() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | icloud_sync_storage_interface.h | 177 …virtual std::pair<int, uint32_t> GetAssetsByGidOrHashKey(const TableSchema &tableSchema, const std… in GetAssetsByGidOrHashKey()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_syncer_download_test.cpp | 114 void GenerateTableSchema(TableSchema &tableSchema) in GenerateTableSchema() 615 .WillRepeatedly([](const TableName &, TableSchema &tableSchema) { in __anonb65cf8ae1502() 737 .WillRepeatedly([](const TableName &, TableSchema &tableSchema) { in __anonb65cf8ae2a02()
|
H A D | cloud_db_sync_utils_test.cpp | 303 TableSchema tableSchema = { in GetCloudDbSchema() local
|
H A D | distributeddb_cloud_kv_syncer_test.cpp | 194 TableSchema tableSchema; in GetDataBaseSchema() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/cloudsync_fuzzer/ |
H A D | cloudsync_fuzzer.cpp | 117 TableSchema tableSchema = { in SetCloudDbSchema() local 337 TableSchema tableSchema; in GetDataBaseSchema() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_meta_data_test.cpp | 334 TableSchema tableSchema; variable
|
H A D | distributeddb_cloud_reference_sync_test.cpp | 146 TableSchema tableSchema; in GetSchema() local 169 TableSchema tableSchema; in GetSchema() local
|
H A D | distributeddb_cloud_task_merge_test.cpp | 186 TableSchema tableSchema; in GetSchema() local
|
H A D | distributeddb_cloud_assets_operation_sync_test.cpp | 186 TableSchema tableSchema; in GetSchema() local 976 TableSchema tableSchema; variable
|
H A D | distributeddb_cloud_save_cloud_data_test.cpp | 84 TableSchema tableSchema; in SetCloudSchema() local 498 TableSchema tableSchema; in SetCloudSchemaForCollate() local
|
H A D | distributeddb_cloud_check_sync_test.cpp | 271 TableSchema tableSchema; in GetSchema() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_multi_sub_user_test.cpp | 104 TableSchema tableSchema; in GetDataBaseSchema() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_cloud_syncable_storage_test.cpp | 281 void SetDbSchema(const TableSchema &tableSchema) in SetDbSchema()
|