Searched refs:inDistinctValue (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | communicator_linker.cpp | 136 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 D | communicator_linker.h | 67 … 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 D | protocol_proto.h | 67 static SerialBuffer *BuildLabelExchange(uint64_t inDistinctValue, uint64_t inSequenceId, 69 …static SerialBuffer *BuildLabelExchangeAck(uint64_t inDistinctValue, uint64_t inSequenceId, int &o…
|
H A D | protocol_proto.cpp | 221 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 D | parse_result.h | 74 void SetLabelExchangeDistinctValue(uint64_t inDistinctValue) in SetLabelExchangeDistinctValue() argument 76 labelExchangeDistinctValue_ = inDistinctValue; in SetLabelExchangeDistinctValue()
|