Home
last modified time | relevance | path

Searched defs:localSchema (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_cloud_schema_mgr_test.cpp283 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 Dschema_negotiate.cpp28 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 Dschema_mgr.cpp30 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 Ddistributeddb_cloud_meta_data_test.cpp258 const RelationalSchemaObject localSchema; variable
353 const RelationalSchemaObject localSchema; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp332 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 Dsqlite_single_ver_natural_store.cpp1570 const SchemaObject &localSchema = MyProp().GetSchemaConstRef(); in CheckCompatible() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp446 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 Dsqlite_single_ver_relational_storage_executor_extend.cpp295 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 Dsqlite_single_ver_relational_storage_executor.cpp1679 …SQLiteSingleVerRelationalStorageExecutor::SetLocalSchema(const RelationalSchemaObject &localSchema) in SetLocalSchema()
1726 const std::string &logTableName, const RelationalSchemaObject &localSchema) in CleanCloudDataAndLogOnUserTable()
H A Dsqlite_single_relational_storage_engine.cpp811 RelationalSchemaObject &localSchema) in DoUpdateSharedTable()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1090 const RelationalSchemaObject &localSchema) in DoCleanAssetId()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dicloud_sync_storage_interface.h134 const RelationalSchemaObject &localSchema, std::vector<Asset> &assets) in CleanCloudData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_data_inserter.cpp52 …const QueryObject &query, const RelationalSchemaObject &localSchema, const std::vector<FieldInfo> … in CreateInserter()
H A Drelational_sync_able_storage.cpp1219 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 Dability_sync.cpp1216 …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 Dstorage_proxy.cpp324 const RelationalSchemaObject &localSchema, std::vector<Asset> &assets) in CleanCloudData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp1656 const RelationalSchemaObject &localSchema) in CleanCloudData()