Searched refs:GetPsResendCount (Results 1 – 5 of 5) sorted by relevance
37 uint8_t GetPsResendCount() const;
272 uint8_t SmsSendIndexer::GetPsResendCount() const in GetPsResendCount() function in OHOS::Telephony::SmsSendIndexer
338 if (lastSmsDomain_ && smsIndexer->GetPsResendCount() <= MAX_SEND_RETRIES) { in HandleResend()343 smsIndexer->SetPsResendCount(smsIndexer->GetPsResendCount() + 1); in HandleResend()
212 if ((!isImsNetDomain_ || !imsSmsCfg_) || (smsIndexer->GetPsResendCount() == MAX_SEND_RETRIES)) { in SendSmsToRil()
479 if (smsIndexer->GetPsResendCount() < MAX_SEND_RETRIES) { in SendSmsToRil()