Searched refs:SmsTpdu (Results 1 – 10 of 10) sorted by relevance
/base/telephony/sms_mms/services/sms/include/gsm/ |
D | gsm_sms_message.h | 43 …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);
|
D | gsm_sms_tpdu_codec.h | 39 …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);
|
D | gsm_sms_sender.h | 48 …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,
|
D | gsm_pdu_code_type.h | 227 typedef struct SmsTpdu { struct
|
/base/telephony/sms_mms/services/sms/gsm/ |
D | gsm_sms_message.cpp | 59 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 …]
|
D | gsm_sms_tpdu_codec.cpp | 38 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()
|
D | gsm_sms_sender.cpp | 55 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/ |
D | cdma_sms_sender.h | 40 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/ |
D | zero_branch_sms_test.cpp | 222 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/ |
D | cdma_sms_sender.cpp | 132 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()
|