Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
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 …]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
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()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_natural_store_extend.cpp332 const SchemaObject &localSchema = MyProp().GetSchemaConstRef(); in CheckAndInitQueryCondition() local
393 const SchemaObject &localSchema = MyProp().GetSchemaConstRef(); in AddSubscribe() local
450 const SchemaObject &localSchema = MyProp().GetSchemaConstRef(); in IsSupportSubscribe() local
Dsqlite_single_ver_natural_store.cpp1496 const SchemaObject &localSchema = MyProp().GetSchemaConstRef(); in CheckCompatible() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_relational_store.cpp430 RelationalSchemaObject localSchema = sqliteStorageEngine_->GetSchema(); in CreateDistributedTable() local
481 RelationalSchemaObject localSchema = sqliteStorageEngine_->GetSchema(); in CleanCloudData() local
1018 RelationalSchemaObject localSchema = sqliteStorageEngine_->GetSchema(); in PrepareSharedTable() local
1167 RelationalSchemaObject localSchema = sqliteStorageEngine_->GetSchema(); in CheckObjectValid() local
1240 RelationalSchemaObject localSchema = sqliteStorageEngine_->GetSchema(); in SetTrackerTable() local
1517 RelationalSchemaObject localSchema = sqliteStorageEngine_->GetSchema(); in CheckCloudSchema() local
Dsqlite_single_ver_relational_storage_executor_extend.cpp290 const std::vector<std::string> &tableNameList, const RelationalSchemaObject &localSchema, in DoCleanInner()
326 const RelationalSchemaObject &localSchema) in DoCleanLogs()
350 const RelationalSchemaObject &localSchema, std::vector<Asset> &assets) in DoCleanLogAndData()
Dsqlite_single_ver_relational_storage_executor.cpp1787 …SQLiteSingleVerRelationalStorageExecutor::SetLocalSchema(const RelationalSchemaObject &localSchema) in SetLocalSchema()
1808 const std::string &logTableName, const RelationalSchemaObject &localSchema) in CleanCloudDataAndLogOnUserTable()
Dsqlite_single_relational_storage_engine.cpp783 RelationalSchemaObject &localSchema) in DoUpdateSharedTable()
Dsqlite_single_ver_relational_storage_extend_executor.cpp1043 const RelationalSchemaObject &localSchema) in DoCleanAssetId()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
Dschema_mgr.cpp30 int SchemaMgr::ChkSchema(const TableName &tableName, RelationalSchemaObject &localSchema) in ChkSchema()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelational_sync_data_inserter.cpp52 …const QueryObject &query, const RelationalSchemaObject &localSchema, const std::vector<FieldInfo> … in CreateInserter()
Drelational_sync_able_storage.cpp1162 RelationalSchemaObject localSchema = GetSchemaInfo(); in ChkSchema() local
1193 RelationalSchemaObject localSchema = GetSchemaInfo(); in GetInfoByPrimaryKeyOrGidInner() local
1216 RelationalSchemaObject localSchema = GetSchemaInfo(); in PutCloudSyncDataInner() local
1233 const RelationalSchemaObject &localSchema, std::vector<Asset> &assets) in CleanCloudData()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
Dability_sync.cpp1141 …SchemaObject localSchema = (static_cast<SingleVerKvDBSyncInterface *>(storageInterface_))->GetSche… in MakeKvSyncOpinion() local
1156 …RelationalSchemaObject localSchema = (static_cast<RelationalDBSyncInterface *>(storageInterface_))… in MakeRelationSyncOpinion() local
1168 …SchemaObject localSchema = (static_cast<SingleVerKvDBSyncInterface *>(storageInterface_))->GetSche… in HandleKvAckSchemaParam() local
1188 … auto localSchema = (static_cast<RelationalDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in HandleRelationAckSchemaParam() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dstorage_proxy.cpp260 const RelationalSchemaObject &localSchema, std::vector<Asset> &assets) in CleanCloudData()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
Dcloud_syncer.cpp1607 const RelationalSchemaObject &localSchema) in CleanCloudData()