Searched refs:SmsTpdu (Results 1 – 13 of 13) 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… 52 std::shared_ptr<struct SmsTpdu> CreateDeliverSmsTpdu(); 53 std::shared_ptr<struct SmsTpdu> CreateDeliverReportSmsTpdu(); 54 std::shared_ptr<struct SmsTpdu> CreateStatusReportSmsTpdu(); 71 int SetSmsTpduDestAddress(std::shared_ptr<struct SmsTpdu> &tPdu, const std::string &desAddr); 88 std::shared_ptr<struct SmsTpdu> smsTpdu_;
|
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 | 67 std::shared_ptr<struct SmsTpdu> tpdu, GsmSmsMessage &gsmSmsMessage,
|
D | gsm_pdu_code_type.h | 227 typedef struct SmsTpdu { struct
|
/base/telephony/sms_mms/services/sms/gsm/ |
D | gsm_sms_message.cpp | 55 int GsmSmsMessage::SetSmsTpduDestAddress(std::shared_ptr<struct SmsTpdu> &tPdu, const std::string &… in SetSmsTpduDestAddress() 186 smsTpdu_ = std::make_shared<struct SmsTpdu>(); in CreateDefaultSubmit() 205 std::shared_ptr<struct SmsTpdu> GsmSmsMessage::CreateDefaultSubmitSmsTpdu(const std::string &dest, in CreateDefaultSubmitSmsTpdu() 217 std::shared_ptr<struct SmsTpdu> GsmSmsMessage::CreateDataSubmitSmsTpdu(const std::string &desAddr, in CreateDataSubmitSmsTpdu() 337 std::shared_ptr<struct SmsTpdu> GsmSmsMessage::CreateDeliverSmsTpdu() in CreateDeliverSmsTpdu() 339 smsTpdu_ = std::make_shared<struct SmsTpdu>(); in CreateDeliverSmsTpdu() 349 std::shared_ptr<struct SmsTpdu> GsmSmsMessage::CreateDeliverReportSmsTpdu() in CreateDeliverReportSmsTpdu() 351 smsTpdu_ = std::make_shared<struct SmsTpdu>(); in CreateDeliverReportSmsTpdu() 362 std::shared_ptr<struct SmsTpdu> GsmSmsMessage::CreateStatusReportSmsTpdu() in CreateStatusReportSmsTpdu() 364 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 | 54 std::shared_ptr<struct SmsTpdu> tpdu = in TextBasedSmsDelivery() 78 std::shared_ptr<struct SmsTpdu> tpdu, GsmSmsMessage &gsmSmsMessage, in TextBasedSmsSplitDelivery() 165 std::shared_ptr<struct SmsTpdu> tpdu = gsmSmsMessage.CreateDataSubmitSmsTpdu( in DataBasedSmsDelivery() 475 std::shared_ptr<struct SmsTpdu> tpdu = nullptr; in ResendDataDelivery() 525 std::shared_ptr<struct SmsTpdu> tpdu = nullptr; in SetPduInfo()
|
/base/telephony/sms_mms/services/sms/include/cdma/ |
D | cdma_sms_sender.h | 39 std::shared_ptr<struct SmsTpdu> tpdu, std::shared_ptr<uint8_t> unSentCellCount, 42 … const std::string &scAddr, std::shared_ptr<struct SmsTpdu> tpdu, GsmSmsMessage gsmSmsMessage,
|
/base/telephony/sms_mms/services/sms/include/ |
D | sms_sender.h | 70 …std::shared_ptr<struct SmsTpdu> tpdu, uint8_t msgRef8bit, const std::string &desAddr, const std::s… 73 …BasedSmsDeliveryPacketSplitPage(GsmSmsMessage &gsmSmsMessage, std::shared_ptr<struct SmsTpdu> tpdu,
|
/base/telephony/sms_mms/services/sms/cdma/ |
D | cdma_sms_sender.cpp | 143 std::shared_ptr<struct SmsTpdu> tpdu = in TextBasedSmsDeliveryViaIms() 163 const string &scAddr, std::shared_ptr<struct SmsTpdu> tpdu, GsmSmsMessage gsmSmsMessage, in SendSmsForEveryIndexer() 244 …std::shared_ptr<struct SmsTpdu> tpdu, shared_ptr<uint8_t> unSentCellCount, shared_ptr<bool> hasCel… in TpduNullOrSmsPageOverNormalOrSmsEncodeFail() 411 std::shared_ptr<struct SmsTpdu> tpdu = gsmSmsMessage.CreateDataSubmitSmsTpdu( in DataBasedSmsDeliveryViaIms()
|
/base/telephony/sms_mms/services/sms/ |
D | sms_sender.cpp | 441 …std::shared_ptr<struct SmsTpdu> tpdu, uint8_t msgRef8bit, const std::string &desAddr, const std::s… in DataBasedSmsDeliverySplitPage() 475 …BasedSmsDeliveryPacketSplitPage(GsmSmsMessage &gsmSmsMessage, std::shared_ptr<struct SmsTpdu> tpdu, in DataBasedSmsDeliveryPacketSplitPage()
|
/base/telephony/sms_mms/test/fuzztest/gsmsmssender_fuzzer/ |
D | gsmsmssender_fuzzer.cpp | 162 std::shared_ptr<struct SmsTpdu> tpdu = in SendSmsTest()
|
/base/telephony/sms_mms/test/gtest/ |
D | zero_branch_sms_test.cpp | 349 std::shared_ptr<struct SmsTpdu> tPdu = std::make_shared<struct SmsTpdu>(); 399 gsmSmsMessage->smsTpdu_ = std::make_shared<struct SmsTpdu>(); 962 auto smsTpdu = std::make_shared<SmsTpdu>(); 975 SmsTpdu *pSmsTpdu = new SmsTpdu(); 1068 auto smsTpdu_ = std::make_shared<SmsTpdu>();
|