Home
last modified time | relevance | path

Searched refs:ToSchemaString (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dischema.h58 virtual std::string ToSchemaString() const = 0;
H A Dschema_object.h70 std::string ToSchemaString() const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/upgrader/
H A Dsingle_ver_schema_database_upgrader.cpp81 return SetDatabaseSchema(newSchema_.ToSchemaString()); in ExecuteUpgradeSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_syncable_storage_test.cpp98 (void)schema.ToSchemaString(); in __anon97c14e970202()
H A Ddistributeddb_relational_get_data_test.cpp260 std::string remoteSchema = store->GetSchemaInfo().ToSchemaString(); in SetRemoteSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_schema_object.h37 std::string ToSchemaString() const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp302 schemaObj2.ParseFromSchemaString(schemaObj.ToSchemaString());
306 …ionalSyncOpinion op = SchemaNegotiate::MakeLocalSyncOpinion(schemaObj, schemaObj2.ToSchemaString(),
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dability_sync.cpp976 schemaStr = schemaObj.ToSchemaString(); in SetAbilityRequestBodyInfo()
980 schemaStr = schemaObj.ToSchemaString(); in SetAbilityRequestBodyInfo()
1052 ackPacket.SetSchema(schemaObj.ToSchemaString()); in SetAbilityAckSchemaInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp157 DBCommon::StringToVector(schema.ToSchemaString(), schemaVal); in SaveSchemaToMetaTable()
171 DBCommon::StringToVector(schema.ToSchemaString(), schemaVal); in SaveTrackerSchemaToMetaTable()
H A Dsqlite_relational_store.cpp211 DBCommon::StringToVector(sqliteStorageEngine_->GetSchema().ToSchemaString(), schemaVal); in SaveSchemaToMeta()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp383 if (!schema.ToSchemaString().empty()) { in GetOrInitTrackerSchemaFromMeta()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp36 std::string RelationalSchemaObject::ToSchemaString() const in ToSchemaString() function in DistributedDB::RelationalSchemaObject
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp186 std::string SchemaObject::ToSchemaString() const in ToSchemaString() function in DistributedDB::SchemaObject
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp1613 std::string schemaStr = kvDBProp.GetSchema().ToSchemaString(); in InitDataBaseOption()