Searched refs:IsResendMode (Results 1 – 3 of 3) sorted by relevance
170 ASSERT(IsResendMode()); in TryAgain()195 bool ResendQueue::IsResendMode(void) const in IsResendMode() function in nn::rdt::CTR::ResendQueue282 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()
107 bool IsResendMode(void) const;
659 if(m_resendQueue.IsResendMode()) in processResending()