Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.cpp352 inline uint32_t GetDynamicTimeLapseForWaitingAck(uint32_t inRetransmitCount) in GetDynamicTimeLapseForWaitingAck() argument
354 if (inRetransmitCount <= RETRANSMIT_LIMIT_EQUAL_INTERVAL) { in GetDynamicTimeLapseForWaitingAck()
357 uint32_t subsequentRetransmit = inRetransmitCount - RETRANSMIT_LIMIT_EQUAL_INTERVAL; in GetDynamicTimeLapseForWaitingAck()
363 uint32_t inRetransmitCount) in SendLabelExchange() argument
366 bool noNeedToSend = inRetransmitCount > RETRANSMIT_LIMIT; in SendLabelExchange()
385 inRetransmitCount); in SendLabelExchange()
402 SuspendByOnceTimer([this, toTarget, cloneBuffer, inSequenceId, inRetransmitCount]() { in SendLabelExchange()
404 …SendLabelExchange(toTarget, cloneBuffer, inSequenceId, inRetransmitCount + 1); // Do retransmission in SendLabelExchange()
405 }, GetDynamicTimeLapseForWaitingAck(inRetransmitCount)); in SendLabelExchange()
412 SuspendByOnceTimer([this, toTarget, inBuff, inSequenceId, inRetransmitCount]() { in SendLabelExchange()
[all …]
H A Dcommunicator_linker.h93 uint32_t inRetransmitCount);