Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.cpp59 localDistinctValue_ = Hash::HashFunc(curTimeStr); in Initialize()
60 …Linker][Init] curTime=%" PRIu64 ", distinct=%" PRIu64 ".", ULL(curTime), ULL(localDistinctValue_)); in Initialize()
301 …SerialBuffer *buffer = ProtocolProto::BuildLabelExchange(localDistinctValue_, sequenceId, onlineLa… in TriggerLabelExchangeEvent()
333 …SerialBuffer *buffer = ProtocolProto::BuildLabelExchangeAck(localDistinctValue_, inSequenceId, err… in TriggerLabelExchangeAckEvent()
H A Dcommunicator_linker.h97 uint64_t localDistinctValue_ = 0; variable