Searched defs:tpdu (Results 1 – 4 of 4) sorted by relevance
/base/telephony/sms_mms/services/gsm/ |
D | gsm_sms_sender.cpp | 56 std::shared_ptr<struct SmsTpdu> tpdu = in TextBasedSmsDelivery() local 156 std::shared_ptr<struct SmsTpdu> tpdu = gsmSmsMessage.CreateDataSubmitSmsTpdu( in DataBasedSmsDelivery() local 168 …std::shared_ptr<struct SmsTpdu> tpdu, uint8_t msgRef8bit, const std::string &desAddr, const std::s… in DataBasedSmsDeliverySplitPage() 203 std::shared_ptr<struct SmsTpdu> tpdu, uint8_t msgRef8bit, uint32_t indexData, int32_t port, in DataBasedSmsDeliveryPacketSplitPage() 545 std::shared_ptr<struct SmsTpdu> tpdu = nullptr; in ResendDataDelivery() local 595 std::shared_ptr<struct SmsTpdu> tpdu = nullptr; in SetPduInfo() local
|
/base/telephony/sms_mms/services/cdma/ |
D | cdma_sms_sender.cpp | 127 std::shared_ptr<struct SmsTpdu> tpdu = in TextBasedSmsDeliveryViaIms() local 146 const string &scAddr, std::shared_ptr<struct SmsTpdu> tpdu, GsmSmsMessage gsmSmsMessage, in SendSmsForEveryIndexer() 226 …std::shared_ptr<struct SmsTpdu> tpdu, shared_ptr<uint8_t> unSentCellCount, shared_ptr<bool> hasCel… in TpduNullOrSmsPageOverNormalOrSmsEncodeFail() 381 std::shared_ptr<struct SmsTpdu> tpdu = gsmSmsMessage.CreateDataSubmitSmsTpdu( in DataBasedSmsDeliveryViaIms() local
|
/base/telephony/sms_mms/utils/ |
D | sms_common_utils.cpp | 63 int SmsCommonUtils::Unpack7bitChar(const unsigned char *tpdu, unsigned char dataLen, int fillBits, in Unpack7bitChar()
|
/base/telephony/sms_mms/services/ |
D | sms_cb_message.cpp | 312 const unsigned char *tpdu = pdu.data(); in Decode3g7Bit() local 345 const unsigned char *tpdu = pdu.data(); in Decode3gUCS2() local
|