Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A 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…
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_;
H A 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);
H A Dgsm_sms_sender.h67 std::shared_ptr<struct SmsTpdu> tpdu, GsmSmsMessage &gsmSmsMessage,
H A Dgsm_pdu_code_type.h230 typedef struct SmsTpdu { struct
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_message.cpp186 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()
380 message->smsTpdu_ = std::make_shared<struct SmsTpdu>(); in CreateMessage()
[all …]
H A 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()
H A Dgsm_sms_sender.cpp54 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()
482 std::shared_ptr<struct SmsTpdu> tpdu = nullptr; in ResendDataDelivery()
532 std::shared_ptr<struct SmsTpdu> tpdu = nullptr; in SetPduInfo()
/ohos5.0/base/telephony/sms_mms/services/sms/include/cdma/
H A Dcdma_sms_sender.h39 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,
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_sender.h70 …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,
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_sender.cpp143 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()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_sender.cpp434 …std::shared_ptr<struct SmsTpdu> tpdu, uint8_t msgRef8bit, const std::string &desAddr, const std::s… in DataBasedSmsDeliverySplitPage()
468 …BasedSmsDeliveryPacketSplitPage(GsmSmsMessage &gsmSmsMessage, std::shared_ptr<struct SmsTpdu> tpdu, in DataBasedSmsDeliveryPacketSplitPage()
/ohos5.0/base/telephony/sms_mms/test/fuzztest/gsmsmssender_fuzzer/
H A Dgsmsmssender_fuzzer.cpp164 std::shared_ptr<struct SmsTpdu> tpdu = in SendSmsTest()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp349 std::shared_ptr<struct SmsTpdu> tPdu = std::make_shared<struct SmsTpdu>();
399 gsmSmsMessage->smsTpdu_ = std::make_shared<struct SmsTpdu>();
1001 auto smsTpdu = std::make_shared<SmsTpdu>();
1014 SmsTpdu *pSmsTpdu = new SmsTpdu();
1107 auto smsTpdu_ = std::make_shared<SmsTpdu>();