Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DBackoffSequence.h37 time_type maxRetransTime{TIME_ZERO};
38 time_type maxRetransDuration{TIME_ZERO};
39 time_type endOfSequenceIndicator{TIME_ZERO};
102 static constexpr time_type TIME_ZERO = time_type(); variable
108 mRetransTime(TIME_ZERO), in BackoffSequence()
109 mTotalRetransDuration(TIME_ZERO) {} in BackoffSequence()
116 return (mParams.maxRetransDuration > TIME_ZERO) && in maxRetransDurationExceeded()
123 time_type nextTimeout = (lastTimeout > TIME_ZERO) in getNextTimeoutAfter()
133 if (mParams.maxRetransTime > TIME_ZERO) { in getNextTimeoutAfter()
138 if (mParams.maxRetransDuration > TIME_ZERO) { in getNextTimeoutAfter()