Home
last modified time | relevance | path

Searched defs:inDistinctValue (Results 1 – 3 of 3) 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()
180 … CommunicatorLinker::ReceiveLabelExchangeAck(const std::string &inTarget, uint64_t inDistinctValue, in ReceiveLabelExchangeAck()
248 …ommunicatorLinker::DetectDistinctValueChange(const std::string &inTarget, uint64_t inDistinctValue) in DetectDistinctValueChange()
H A Dprotocol_proto.cpp221 SerialBuffer *ProtocolProto::BuildLabelExchange(uint64_t inDistinctValue, uint64_t inSequenceId, in BuildLabelExchange()
268 SerialBuffer *ProtocolProto::BuildLabelExchangeAck(uint64_t inDistinctValue, uint64_t inSequenceId,… 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()