Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.cpp343 ackTriggerId_[toTarget] = ackId; in TriggerLabelExchangeAckEvent()
436 if (ackTriggerId_[toTarget] > inAckTriggerId) { in SendLabelExchangeAck()
445 ULL(inAckTriggerId), ULL(ackTriggerId_[toTarget])); in SendLabelExchangeAck()
H A Dcommunicator_linker.h117 std::map<std::string, uint64_t> ackTriggerId_; variable