/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_relational_schema_object_test.cpp | 296 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 D | sqlite_relational_database_upgrader.cpp | 86 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 D | distributeddb_interfaces_schema_database_upgrade_test.cpp | 101 SchemaObject schemaObj; in SchemaChecker() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | ability_sync.cpp | 975 …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 D | query_object.cpp | 466 int QueryObject::SetSchema(const RelationalSchemaObject &schemaObj) in SetSchema()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | relational_schema_object.cpp | 51 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 D | virtual_relational_ver_sync_db_interface.cpp | 350 RelationalSchemaObject &schemaObj) in GetRemoteDeviceSchema()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_subscribe_query_test.cpp | 121 SchemaObject schemaObj; in CreateAndGetStore() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_manager.cpp | 68 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 D | relational_sync_able_storage.cpp | 936 RelationalSchemaObject schemaObj; in SaveRemoteDeviceSchema() local 955 …cAbleStorage::GetRemoteDeviceSchema(const std::string &deviceId, RelationalSchemaObject &schemaObj) in GetRemoteDeviceSchema()
|