Home
last modified time | relevance | path

Searched refs:outChangeLabels (Results 1 – 2 of 2) 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
157 outChangeLabels[entry] = true; in ReceiveLabelExchange()
163 outChangeLabels[entry] = false; in ReceiveLabelExchange()
H A Dcommunicator_linker.h67 … uint64_t inDistinctValue, uint64_t inSequenceId, std::map<LabelType, bool> &outChangeLabels);