/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_cloud_schema_mgr_test.cpp | 283 RelationalSchemaObject localSchema; variable 308 RelationalSchemaObject localSchema; variable 338 RelationalSchemaObject localSchema; variable 365 RelationalSchemaObject localSchema; variable 393 RelationalSchemaObject localSchema; variable 421 RelationalSchemaObject localSchema; variable 448 RelationalSchemaObject localSchema; variable 480 RelationalSchemaObject localSchema; variable 508 RelationalSchemaObject localSchema; variable 533 RelationalSchemaObject localSchema; variable [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | schema_negotiate.cpp | 28 SyncOpinion SchemaNegotiate::MakeLocalSyncOpinion(const SchemaObject &localSchema, const std::strin… in MakeLocalSyncOpinion() 98 …ationalSyncOpinion SchemaNegotiate::MakeOpinionEachTable(const RelationalSchemaObject &localSchema, in MakeOpinionEachTable() 126 …ationalSyncOpinion SchemaNegotiate::MakeLocalSyncOpinion(const RelationalSchemaObject &localSchema, in MakeLocalSyncOpinion()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | schema_mgr.cpp | 30 int SchemaMgr::ChkSchema(const TableName &tableName, RelationalSchemaObject &localSchema) in ChkSchema() 150 void SchemaMgr::SetCloudDbSchema(const DataBaseSchema &schema, RelationalSchemaObject &localSchema) in SetCloudDbSchema()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_meta_data_test.cpp | 258 const RelationalSchemaObject localSchema; variable 353 const RelationalSchemaObject localSchema; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store_extend.cpp | 332 const SchemaObject &localSchema = MyProp().GetSchemaConstRef(); in CheckAndInitQueryCondition() local 396 const SchemaObject &localSchema = MyProp().GetSchemaConstRef(); in AddSubscribe() local 453 const SchemaObject &localSchema = MyProp().GetSchemaConstRef(); in IsSupportSubscribe() local
|
H A D | sqlite_single_ver_natural_store.cpp | 1570 const SchemaObject &localSchema = MyProp().GetSchemaConstRef(); in CheckCompatible() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_store.cpp | 446 RelationalSchemaObject localSchema = sqliteStorageEngine_->GetSchema(); in CreateDistributedTable() local 497 RelationalSchemaObject localSchema = sqliteStorageEngine_->GetSchema(); in CleanCloudData() local 1031 RelationalSchemaObject localSchema = sqliteStorageEngine_->GetSchema(); in PrepareSharedTable() local 1203 RelationalSchemaObject localSchema = sqliteStorageEngine_->GetSchema(); in CheckObjectValid() local 1282 RelationalSchemaObject localSchema = sqliteStorageEngine_->GetSchema(); in SetTrackerTable() local 1573 RelationalSchemaObject localSchema = sqliteStorageEngine_->GetSchema(); in CheckCloudSchema() local
|
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 295 const std::vector<std::string> &tableNameList, const RelationalSchemaObject &localSchema, in DoCleanInner() 333 const RelationalSchemaObject &localSchema) in DoCleanLogs() 452 const RelationalSchemaObject &localSchema, std::vector<Asset> &assets) in DoCleanLogAndData()
|
H A D | sqlite_single_ver_relational_storage_executor.cpp | 1679 …SQLiteSingleVerRelationalStorageExecutor::SetLocalSchema(const RelationalSchemaObject &localSchema) in SetLocalSchema() 1726 const std::string &logTableName, const RelationalSchemaObject &localSchema) in CleanCloudDataAndLogOnUserTable()
|
H A D | sqlite_single_relational_storage_engine.cpp | 811 RelationalSchemaObject &localSchema) in DoUpdateSharedTable()
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 1090 const RelationalSchemaObject &localSchema) in DoCleanAssetId()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | icloud_sync_storage_interface.h | 134 const RelationalSchemaObject &localSchema, std::vector<Asset> &assets) in CleanCloudData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_data_inserter.cpp | 52 …const QueryObject &query, const RelationalSchemaObject &localSchema, const std::vector<FieldInfo> … in CreateInserter()
|
H A D | relational_sync_able_storage.cpp | 1219 RelationalSchemaObject localSchema = GetSchemaInfo(); in ChkSchema() local 1237 RelationalSchemaObject localSchema = GetSchemaInfo(); in SetCloudDbSchema() local 1265 RelationalSchemaObject localSchema = GetSchemaInfo(); in GetInfoByPrimaryKeyOrGidInner() local 1288 RelationalSchemaObject localSchema = GetSchemaInfo(); in PutCloudSyncDataInner() local 1305 const RelationalSchemaObject &localSchema, std::vector<Asset> &assets) in CleanCloudData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | ability_sync.cpp | 1216 …SchemaObject localSchema = (static_cast<SingleVerKvDBSyncInterface *>(storageInterface_))->GetSche… in MakeKvSyncOpinion() local 1233 …RelationalSchemaObject localSchema = (static_cast<RelationalDBSyncInterface *>(storageInterface_))… in MakeRelationSyncOpinion() local 1245 …SchemaObject localSchema = (static_cast<SingleVerKvDBSyncInterface *>(storageInterface_))->GetSche… in HandleKvAckSchemaParam() local 1269 … auto localSchema = (static_cast<RelationalDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in HandleRelationAckSchemaParam() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_proxy.cpp | 324 const RelationalSchemaObject &localSchema, std::vector<Asset> &assets) in CleanCloudData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_syncer.cpp | 1656 const RelationalSchemaObject &localSchema) in CleanCloudData()
|