Searched refs:MAX_SEND_RETRIES (Results 1 – 4 of 4) sorted by relevance
312 if (!lastSmsDomain_ && smsIndexer->GetCsResendCount() < MAX_SEND_RETRIES) { in HandleResend()316 if (lastSmsDomain_ && smsIndexer->GetPsResendCount() <= MAX_SEND_RETRIES) { in HandleResend()
98 static constexpr uint8_t MAX_SEND_RETRIES = 3; variable
332 if ((!isImsNetDomain_ || !imsSmsCfg_) || (smsIndexer->GetPsResendCount() == MAX_SEND_RETRIES)) { in SendSmsToRil()
476 if (lastSmsDomain_ == IMS_DOMAIN && smsIndexer->GetPsResendCount() < MAX_SEND_RETRIES) { in SendSmsToRil()