Home
last modified time | relevance | path

Searched refs:SmsTpdu (Results 1 – 10 of 10) sorted by relevance

/base/telephony/sms_mms/services/sms/include/gsm/
Dgsm_sms_message.h43 …std::shared_ptr<struct SmsTpdu> CreateDefaultSubmitSmsTpdu(const std::string &dest, const std::str…
45 …std::shared_ptr<struct SmsTpdu> CreateDataSubmitSmsTpdu(const std::string &desAddr, const std::str…
51 std::shared_ptr<struct SmsTpdu> CreateDeliverSmsTpdu();
52 std::shared_ptr<struct SmsTpdu> CreateDeliverReportSmsTpdu();
53 std::shared_ptr<struct SmsTpdu> CreateStatusReportSmsTpdu();
82 std::shared_ptr<struct SmsTpdu> smsTpdu_;
88 int SetSmsTpduDestAddress(std::shared_ptr<struct SmsTpdu> &tPdu, const std::string &desAddr);
Dgsm_sms_tpdu_codec.h39 …bool EncodeSmsPdu(std::shared_ptr<SmsTpdu> sourceData, char *pTpdu, uint16_t pduLen, uint16_t &buf…
40 bool DecodeSmsPdu(const uint8_t *pTpdu, uint16_t TpduLen, struct SmsTpdu *pSmsTpdu);
Dgsm_sms_sender.h48 …std::shared_ptr<struct SmsTpdu> tpdu, uint8_t msgRef8bit, const std::string &desAddr, const std::s…
51 …BasedSmsDeliveryPacketSplitPage(GsmSmsMessage &gsmSmsMessage, std::shared_ptr<struct SmsTpdu> tpdu,
Dgsm_pdu_code_type.h227 typedef struct SmsTpdu { struct
/base/telephony/sms_mms/services/sms/gsm/
Dgsm_sms_message.cpp59 int GsmSmsMessage::SetSmsTpduDestAddress(std::shared_ptr<struct SmsTpdu> &tPdu, const std::string &… in SetSmsTpduDestAddress()
190 smsTpdu_ = std::make_shared<struct SmsTpdu>(); in CreateDefaultSubmit()
209 std::shared_ptr<struct SmsTpdu> GsmSmsMessage::CreateDefaultSubmitSmsTpdu(const std::string &dest, in CreateDefaultSubmitSmsTpdu()
221 std::shared_ptr<struct SmsTpdu> GsmSmsMessage::CreateDataSubmitSmsTpdu(const std::string &desAddr, in CreateDataSubmitSmsTpdu()
340 std::shared_ptr<struct SmsTpdu> GsmSmsMessage::CreateDeliverSmsTpdu() in CreateDeliverSmsTpdu()
342 smsTpdu_ = std::make_shared<struct SmsTpdu>(); in CreateDeliverSmsTpdu()
352 std::shared_ptr<struct SmsTpdu> GsmSmsMessage::CreateDeliverReportSmsTpdu() in CreateDeliverReportSmsTpdu()
354 smsTpdu_ = std::make_shared<struct SmsTpdu>(); in CreateDeliverReportSmsTpdu()
365 std::shared_ptr<struct SmsTpdu> GsmSmsMessage::CreateStatusReportSmsTpdu() in CreateStatusReportSmsTpdu()
367 smsTpdu_ = std::make_shared<struct SmsTpdu>(); in CreateStatusReportSmsTpdu()
[all …]
Dgsm_sms_tpdu_codec.cpp38 bool GsmSmsTpduCodec::EncodeSmsPdu(std::shared_ptr<SmsTpdu> sourceData, char *pdu, uint16_t pduLen,… in EncodeSmsPdu()
91 bool GsmSmsTpduCodec::DecodeSmsPdu(const uint8_t *pTpdu, uint16_t TpduLen, struct SmsTpdu *pSmsTpdu) in DecodeSmsPdu()
Dgsm_sms_sender.cpp55 std::shared_ptr<struct SmsTpdu> tpdu = in TextBasedSmsDelivery()
155 std::shared_ptr<struct SmsTpdu> tpdu = gsmSmsMessage.CreateDataSubmitSmsTpdu( in DataBasedSmsDelivery()
167 …std::shared_ptr<struct SmsTpdu> tpdu, uint8_t msgRef8bit, const std::string &desAddr, const std::s… in DataBasedSmsDeliverySplitPage()
202 std::shared_ptr<struct SmsTpdu> tpdu, uint8_t msgRef8bit, uint32_t indexData, int32_t port, in DataBasedSmsDeliveryPacketSplitPage()
544 std::shared_ptr<struct SmsTpdu> tpdu = nullptr; in ResendDataDelivery()
594 std::shared_ptr<struct SmsTpdu> tpdu = nullptr; in SetPduInfo()
/base/telephony/sms_mms/services/sms/include/cdma/
Dcdma_sms_sender.h40 std::shared_ptr<struct SmsTpdu> tpdu, std::shared_ptr<uint8_t> unSentCellCount,
43 … const std::string &scAddr, std::shared_ptr<struct SmsTpdu> tpdu, GsmSmsMessage gsmSmsMessage,
/base/telephony/sms_mms/test/gtest/
Dzero_branch_sms_test.cpp222 std::shared_ptr<struct SmsTpdu> tPdu = std::make_shared<struct SmsTpdu>();
272 gsmSmsMessage->smsTpdu_ = std::make_shared<struct SmsTpdu>();
784 auto smsTpdu = std::make_shared<SmsTpdu>();
797 SmsTpdu *pSmsTpdu = new SmsTpdu();
890 auto smsTpdu_ = std::make_shared<SmsTpdu>();
/base/telephony/sms_mms/services/sms/cdma/
Dcdma_sms_sender.cpp132 std::shared_ptr<struct SmsTpdu> tpdu = in TextBasedSmsDeliveryViaIms()
151 const string &scAddr, std::shared_ptr<struct SmsTpdu> tpdu, GsmSmsMessage gsmSmsMessage, in SendSmsForEveryIndexer()
232 …std::shared_ptr<struct SmsTpdu> tpdu, shared_ptr<uint8_t> unSentCellCount, shared_ptr<bool> hasCel… in TpduNullOrSmsPageOverNormalOrSmsEncodeFail()
391 std::shared_ptr<struct SmsTpdu> tpdu = gsmSmsMessage.CreateDataSubmitSmsTpdu( in DataBasedSmsDeliveryViaIms()