Home
last modified time | relevance | path

Searched defs:unSentCellCount (Results 1 – 4 of 4) sorted by relevance

/base/telephony/sms_mms/services/cdma/
Dcdma_sms_sender.cpp69 shared_ptr<uint8_t> unSentCellCount = make_shared<uint8_t>(splits.size()); in TextBasedSmsDelivery() local
130 shared_ptr<uint8_t> unSentCellCount = make_shared<uint8_t>(cellsInfosSize); in TextBasedSmsDeliveryViaIms() local
147shared_ptr<uint8_t> unSentCellCount, shared_ptr<bool> hasCellFailed, SmsCodingScheme codingType, u… in SendSmsForEveryIndexer()
208 … std::shared_ptr<SmsSendIndexer> indexer, uint8_t msgRef8bit, shared_ptr<uint8_t> unSentCellCount, in ReadySendSms()
226 …std::shared_ptr<struct SmsTpdu> tpdu, shared_ptr<uint8_t> unSentCellCount, shared_ptr<bool> hasCel… in TpduNullOrSmsPageOverNormalOrSmsEncodeFail()
355 shared_ptr<uint8_t> unSentCellCount = make_shared<uint8_t>(segmentCount); in DataBasedSmsDelivery() local
399 std::shared_ptr<uint8_t> unSentCellCount = make_shared<uint8_t>(1); in DataBasedSmsDeliveryViaIms() local
/base/telephony/sms_mms/services/
Dsms_sender.cpp120 std::shared_ptr<uint8_t> unSentCellCount = smsIndexer->GetUnSentCellCount(); in SendMessageSucceed() local
154 std::shared_ptr<uint8_t> unSentCellCount = smsIndexer->GetUnSentCellCount(); in SendMessageFailed() local
Dsms_send_indexer.cpp132 void SmsSendIndexer::SetUnSentCellCount(const std::shared_ptr<uint8_t> &unSentCellCount) in SetUnSentCellCount()
/base/telephony/sms_mms/services/gsm/
Dgsm_sms_sender.cpp74 shared_ptr<uint8_t> unSentCellCount = make_shared<uint8_t>(cellsInfosSize); in TextBasedSmsDelivery() local
286 std::shared_ptr<uint8_t> unSentCellCount = make_shared<uint8_t>(cellsInfosSize); in DataBasedSmsDeliverySendSplitPage() local
559 std::shared_ptr<uint8_t> unSentCellCount = make_shared<uint8_t>(1); in ResendDataDelivery() local