Home
last modified time | relevance | path

Searched defs:tpdu (Results 1 – 8 of 8) sorted by relevance

/base/telephony/sms_mms/services/sms/
Dgsm_cb_umts_codec.cpp170 const uint8_t *tpdu = dataPdu.data(); in Decode3g7Bit() local
212 uint8_t *tpdu = dataPdu.data(); in Decode3gUCS2() local
Dsms_sender.cpp434std::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()
/base/telephony/sms_mms/services/sms/gsm/
Dgsm_sms_sender.cpp54 std::shared_ptr<struct SmsTpdu> tpdu = in TextBasedSmsDelivery() local
78 std::shared_ptr<struct SmsTpdu> tpdu, GsmSmsMessage &gsmSmsMessage, in TextBasedSmsSplitDelivery()
165 std::shared_ptr<struct SmsTpdu> tpdu = gsmSmsMessage.CreateDataSubmitSmsTpdu( in DataBasedSmsDelivery() local
482 std::shared_ptr<struct SmsTpdu> tpdu = nullptr; in ResendDataDelivery() local
532 std::shared_ptr<struct SmsTpdu> tpdu = nullptr; in SetPduInfo() local
Dgsm_sms_tpdu_decode.cpp27 std::shared_ptr<GsmSmsParamCodec> paramCodec, std::shared_ptr<GsmSmsTpduCodec> tpdu) in GsmSmsTpduDecode()
Dgsm_sms_tpdu_encode.cpp29 std::shared_ptr<GsmSmsParamCodec> paramCodec, std::shared_ptr<GsmSmsTpduCodec> tpdu) in GsmSmsTpduEncode()
/base/telephony/sms_mms/utils/
Dsms_common_utils.cpp76const uint8_t *tpdu, uint16_t dataLen, uint8_t fillBits, uint8_t *unpackData, uint16_t unpackDataL… in Unpack7bitChar()
112const uint8_t *tpdu, uint16_t dataLen, uint8_t fillBits, uint8_t *unpackData, uint16_t unpackDataL… in Unpack7bitCharForCBPdu()
/base/telephony/sms_mms/services/sms/cdma/
Dcdma_sms_sender.cpp143 std::shared_ptr<struct SmsTpdu> tpdu = in TextBasedSmsDeliveryViaIms() local
163 const string &scAddr, std::shared_ptr<struct SmsTpdu> tpdu, GsmSmsMessage gsmSmsMessage, in SendSmsForEveryIndexer()
244std::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() local
/base/telephony/sms_mms/test/fuzztest/gsmsmssender_fuzzer/
Dgsmsmssender_fuzzer.cpp164 std::shared_ptr<struct SmsTpdu> tpdu = in SendSmsTest() local