Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_negotiate.cpp190 const uint32_t SYNC_OPINION_VERSION = 1; variable
215 (void)parcel.WriteUInt32(SYNC_OPINION_VERSION); in SerializeData()
240 if (version != SYNC_OPINION_VERSION) { in DeserializeData()