Home
last modified time | relevance | path

Searched defs:schemaObj (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp296 RelationalSchemaObject schemaObj; variable
323 RelationalSchemaObject schemaObj; variable
389 RelationalSchemaObject schemaObj; variable
442 RelationalSchemaObject schemaObj; variable
460 RelationalSchemaObject schemaObj; variable
478 RelationalSchemaObject schemaObj; variable
497 RelationalSchemaObject schemaObj; variable
517 RelationalSchemaObject schemaObj; variable
537 RelationalSchemaObject schemaObj; variable
555 RelationalSchemaObject schemaObj; variable
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_database_upgrader.cpp86 RelationalSchemaObject schemaObj; in ExecuteUpgrade() local
117 const RelationalSchemaObject &schemaObj, const RelationalSchemaObject &trackerSchemaObj) in UpgradeTrigger()
163 const RelationalSchemaObject &schemaObj, const RelationalSchemaObject &trackerSchemaObj) in UpgradeLogTable()
229 int SqliteRelationalDatabaseUpgrader::GetParseSchema(RelationalSchemaObject &schemaObj, in GetParseSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_schema_database_upgrade_test.cpp101 SchemaObject schemaObj; in SchemaChecker() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dability_sync.cpp975 …SchemaObject schemaObj = (static_cast<SingleVerKvDBSyncInterface *>(storageInterface_))->GetSchema… in SetAbilityRequestBodyInfo() local
979 … auto schemaObj = (static_cast<RelationalDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in SetAbilityRequestBodyInfo() local
1050 void AbilitySync::SetAbilityAckSchemaInfo(AbilitySyncAckPacket &ackPacket, const ISchema &schemaObj) in SetAbilityAckSchemaInfo()
1162 … auto schemaObj = (static_cast<RelationalDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in SendAck() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_object.cpp466 int QueryObject::SetSchema(const RelationalSchemaObject &schemaObj) in SetSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp51 JsonObject schemaObj; in ParseFromSchemaString() local
315 JsonObject schemaObj; in ParseFromTrackerSchemaString() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.cpp350 RelationalSchemaObject &schemaObj) in GetRemoteDeviceSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_subscribe_query_test.cpp121 SchemaObject schemaObj; in CreateAndGetStore() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp68 DBStatus CheckAndGetSchema(bool isMemoryDb, const std::string &schema, SchemaObject &schemaObj) in CheckAndGetSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp936 RelationalSchemaObject schemaObj; in SaveRemoteDeviceSchema() local
955 …cAbleStorage::GetRemoteDeviceSchema(const std::string &deviceId, RelationalSchemaObject &schemaObj) in GetRemoteDeviceSchema()