Home
last modified time | relevance | path

Searched refs:GetRemoteDeviceSchema (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelational_db_sync_interface.h56 …virtual int GetRemoteDeviceSchema(const std::string &deviceId, RelationalSchemaObject &schemaObj) …
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.h116 …int GetRemoteDeviceSchema(const std::string &deviceId, RelationalSchemaObject &schemaObj) override;
H A Dvirtual_relational_ver_sync_db_interface.cpp349 int VirtualRelationalVerSyncDBInterface::GetRemoteDeviceSchema(const std::string &deviceId, in GetRemoteDeviceSchema() function in DistributedDB::VirtualRelationalVerSyncDBInterface
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h130 …int GetRemoteDeviceSchema(const std::string &deviceId, RelationalSchemaObject &schemaObj) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp543 errCode = GetRemoteDeviceSchema(deviceName, remoteSchema); in SaveSyncDataItems()
955 int RelationalSyncAbleStorage::GetRemoteDeviceSchema(const std::string &deviceId, RelationalSchemaO… in GetRemoteDeviceSchema() function in DistributedDB::RelationalSyncAbleStorage