Searched defs:tpdu (Results 1 – 8 of 8) sorted by relevance
| /base/telephony/sms_mms/services/sms/ |
| D | gsm_cb_umts_codec.cpp | 170 const uint8_t *tpdu = dataPdu.data(); in Decode3g7Bit() local 212 uint8_t *tpdu = dataPdu.data(); in Decode3gUCS2() local
|
| D | sms_sender.cpp | 434 …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()
|
| /base/telephony/sms_mms/services/sms/gsm/ |
| D | gsm_sms_sender.cpp | 54 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
|
| D | gsm_sms_tpdu_decode.cpp | 27 std::shared_ptr<GsmSmsParamCodec> paramCodec, std::shared_ptr<GsmSmsTpduCodec> tpdu) in GsmSmsTpduDecode()
|
| D | gsm_sms_tpdu_encode.cpp | 29 std::shared_ptr<GsmSmsParamCodec> paramCodec, std::shared_ptr<GsmSmsTpduCodec> tpdu) in GsmSmsTpduEncode()
|
| /base/telephony/sms_mms/utils/ |
| D | sms_common_utils.cpp | 76 …const uint8_t *tpdu, uint16_t dataLen, uint8_t fillBits, uint8_t *unpackData, uint16_t unpackDataL… in Unpack7bitChar() 112 …const uint8_t *tpdu, uint16_t dataLen, uint8_t fillBits, uint8_t *unpackData, uint16_t unpackDataL… in Unpack7bitCharForCBPdu()
|
| /base/telephony/sms_mms/services/sms/cdma/ |
| D | cdma_sms_sender.cpp | 143 std::shared_ptr<struct SmsTpdu> tpdu = in TextBasedSmsDeliveryViaIms() local 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() local
|
| /base/telephony/sms_mms/test/fuzztest/gsmsmssender_fuzzer/ |
| D | gsmsmssender_fuzzer.cpp | 164 std::shared_ptr<struct SmsTpdu> tpdu = in SendSmsTest() local
|