Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/sources/libraries/rdt/CTR/
Drdt_ResendQueue.cpp172 ASSERT(IsResendMode()); in TryAgain()
197 bool ResendQueue::IsResendMode(void) const in IsResendMode() function in nn::rdt::CTR::ResendQueue
284 CU_ASSERT(!r.IsResendMode()); in Test()
290 CU_ASSERT(r.IsResendMode()); // Since there is one timeout element, must be in resend mode. in Test()
292 CU_ASSERT(r.IsResendMode()); in Test()
294 CU_ASSERT(r.IsResendMode()); in Test()
296 … CU_ASSERT(!r.IsResendMode()); // Since all elements have had a turn, should exit from resend mode. in Test()
Drdt_ResendQueue.h109 bool IsResendMode(void) const;
Drdt_SenderImpl.cpp661 if(m_resendQueue.IsResendMode()) in processResending()