Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.cpp136 uint64_t inDistinctValue, uint64_t inSequenceId, std::map<LabelType, bool> &outChangeLabels) in ReceiveLabelExchange() argument
140 DetectDistinctValueChange(inTarget, inDistinctValue); in ReceiveLabelExchange()
180 … CommunicatorLinker::ReceiveLabelExchangeAck(const std::string &inTarget, uint64_t inDistinctValue, in ReceiveLabelExchangeAck() argument
184 DetectDistinctValueChange(inTarget, inDistinctValue); in ReceiveLabelExchangeAck()
248 …ommunicatorLinker::DetectDistinctValueChange(const std::string &inTarget, uint64_t inDistinctValue) in DetectDistinctValueChange() argument
252 targetDistinctValue_.try_emplace(inTarget, inDistinctValue); in DetectDistinctValueChange()
257 if (targetDistinctValue_[inTarget] == inDistinctValue) { in DetectDistinctValueChange()
263 ULL(inDistinctValue), ULL(targetDistinctValue_[inTarget])); in DetectDistinctValueChange()
264 targetDistinctValue_[inTarget] = inDistinctValue; in DetectDistinctValueChange()
H A Dcommunicator_linker.h67 … uint64_t inDistinctValue, uint64_t inSequenceId, std::map<LabelType, bool> &outChangeLabels);
71 …int ReceiveLabelExchangeAck(const std::string &inTarget, uint64_t inDistinctValue, uint64_t inSequ…
87 void DetectDistinctValueChange(const std::string &inTarget, uint64_t inDistinctValue);
H A Dprotocol_proto.h67 static SerialBuffer *BuildLabelExchange(uint64_t inDistinctValue, uint64_t inSequenceId,
69 …static SerialBuffer *BuildLabelExchangeAck(uint64_t inDistinctValue, uint64_t inSequenceId, int &o…
H A Dprotocol_proto.cpp221 SerialBuffer *ProtocolProto::BuildLabelExchange(uint64_t inDistinctValue, uint64_t inSequenceId, in BuildLabelExchange() argument
251 *fieldPtr = HostToNet(inDistinctValue); in BuildLabelExchange()
268 SerialBuffer *ProtocolProto::BuildLabelExchangeAck(uint64_t inDistinctValue, uint64_t inSequenceId,… in BuildLabelExchangeAck() argument
289 *fieldPtr = HostToNet(inDistinctValue); in BuildLabelExchangeAck()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dparse_result.h74 void SetLabelExchangeDistinctValue(uint64_t inDistinctValue) in SetLabelExchangeDistinctValue() argument
76 labelExchangeDistinctValue_ = inDistinctValue; in SetLabelExchangeDistinctValue()