Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync_utils.cpp571 auto remoteSchemaVersion = metadata->GetRemoteSchemaVersion(context.GetDeviceId()); in SchemaVersionMatchCheck() local
572 if (remoteSchemaVersion != packet.GetSchemaVersion()) { in SchemaVersionMatchCheck()
574 packet.GetSchemaVersion(), remoteSchemaVersion); in SchemaVersionMatchCheck()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dmeta_data.cpp730 metaDataValue.remoteSchemaVersion = 0; in ClearMetaDataValue()
802 metadata.remoteSchemaVersion = schemaVersion; in SetRemoteSchemaVersion()
816 …OGI("[Metadata] Get %.3s schema version %" PRIu64, deviceId.c_str(), metadata.remoteSchemaVersion); in GetRemoteSchemaVersion()
817 return metadata.remoteSchemaVersion; in GetRemoteSchemaVersion()
H A Dability_sync.h259 void RecordAbilitySyncFinish(uint64_t remoteSchemaVersion, ISyncTaskContext &context);
H A Dmeta_data.h38 uint64_t remoteSchemaVersion = 0; // reset zero when local schema change member
H A Dability_sync.cpp1380 void AbilitySync::RecordAbilitySyncFinish(uint64_t remoteSchemaVersion, ISyncTaskContext &context) in RecordAbilitySyncFinish() argument
1384 (void)metadata_->SetRemoteSchemaVersion(deviceId_, remoteSchemaVersion); in RecordAbilitySyncFinish()