Searched refs:remoteSchemaVersion (Results 1 – 5 of 5) sorted by relevance
571 auto remoteSchemaVersion = metadata->GetRemoteSchemaVersion(context.GetDeviceId()); in SchemaVersionMatchCheck() local572 if (remoteSchemaVersion != packet.GetSchemaVersion()) { in SchemaVersionMatchCheck()574 packet.GetSchemaVersion(), remoteSchemaVersion); in SchemaVersionMatchCheck()
730 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()
259 void RecordAbilitySyncFinish(uint64_t remoteSchemaVersion, ISyncTaskContext &context);
38 uint64_t remoteSchemaVersion = 0; // reset zero when local schema change member
1380 void AbilitySync::RecordAbilitySyncFinish(uint64_t remoteSchemaVersion, ISyncTaskContext &context) in RecordAbilitySyncFinish() argument1384 (void)metadata_->SetRemoteSchemaVersion(deviceId_, remoteSchemaVersion); in RecordAbilitySyncFinish()