Home
last modified time | relevance | path

Searched refs:SaveRemoteDeviceSchema (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelational_db_sync_interface.h52 …virtual int SaveRemoteDeviceSchema(const std::string &deviceId, const std::string &remoteSchema, u…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.h114 …int SaveRemoteDeviceSchema(const std::string &deviceId, const std::string &remoteSchema, uint8_t t…
H A Dvirtual_relational_ver_sync_db_interface.cpp338 int VirtualRelationalVerSyncDBInterface::SaveRemoteDeviceSchema(const std::string &deviceId, in SaveRemoteDeviceSchema() function in DistributedDB::VirtualRelationalVerSyncDBInterface
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h128 …int SaveRemoteDeviceSchema(const std::string &deviceId, const std::string &remoteSchema, uint8_t t…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp386 EXPECT_EQ(obj.SaveRemoteDeviceSchema(TABLE_NAME_1, "", 0), -E_INVALID_ARGS);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dability_sync.cpp1279 …nnerErrCode = (static_cast<RelationalDBSyncInterface *>(storageInterface_)->SaveRemoteDeviceSchema( in HandleRelationAckSchemaParam()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_get_data_test.cpp262 …const_cast<RelationalSyncAbleStorage *>(store)->SaveRemoteDeviceSchema(deviceID, remoteSchema, rem… in SetRemoteSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp929 int RelationalSyncAbleStorage::SaveRemoteDeviceSchema(const std::string &deviceId, const std::strin… in SaveRemoteDeviceSchema() function in DistributedDB::RelationalSyncAbleStorage