Searched refs:GetCsResendCount (Results 1 – 4 of 4) sorted by relevance
39 uint8_t GetCsResendCount() const;
137 uint8_t SmsSendIndexer::GetCsResendCount() const in GetCsResendCount() function in OHOS::Telephony::SmsSendIndexer
334 if (!lastSmsDomain_ && smsIndexer->GetCsResendCount() < MAX_SEND_RETRIES) { in HandleResend()346 smsIndexer->SetCsResendCount(smsIndexer->GetCsResendCount() + 1); in HandleResend()
224 uint8_t tryCount = smsIndexer->GetCsResendCount(); in SendCsSms()242 uint8_t tryCount = smsIndexer->GetCsResendCount(); in SendSatelliteSms()