Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dtime_sync.cpp287 Timestamp srcEnd = packet->GetSourceTimeEnd(); in Serialization() local
299 errCode = parcel.WriteUInt64(srcEnd); in Serialization()
328 Timestamp srcEnd; in DeSerialization() local
342 parcel.ReadUInt64(srcEnd); in DeSerialization()
349 packet.SetSourceTimeEnd(srcEnd); in DeSerialization()