Searched refs:IsResendMode (Results 1 – 3 of 3) sorted by relevance
172 ASSERT(IsResendMode()); in TryAgain()197 bool ResendQueue::IsResendMode(void) const in IsResendMode() function in nn::rdt::CTR::ResendQueue284 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()
109 bool IsResendMode(void) const;
661 if(m_resendQueue.IsResendMode()) in processResending()