Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/rdt/CTR/
Drdt_ResendQueue.cpp170 ASSERT(IsResendMode()); in TryAgain()
195 bool ResendQueue::IsResendMode(void) const in IsResendMode() function in nn::rdt::CTR::ResendQueue
282 CU_ASSERT(!r.IsResendMode()); in Test()
288 CU_ASSERT(r.IsResendMode()); // Since there is one timeout element, must be in resend mode. in Test()
290 CU_ASSERT(r.IsResendMode()); in Test()
292 CU_ASSERT(r.IsResendMode()); in Test()
294 … CU_ASSERT(!r.IsResendMode()); // Since all elements have had a turn, should exit from resend mode. in Test()
Drdt_ResendQueue.h107 bool IsResendMode(void) const;
Drdt_SenderImpl.cpp659 if(m_resendQueue.IsResendMode()) in processResending()