Home
last modified time | relevance | path

Searched defs:pdu (Results 1 – 25 of 48) sorted by relevance

12

/base/telephony/sms_mms/test/unittest/
Dshort_message_test.cpp29 std::vector<unsigned char> pdu = StringUtils::HexToByteVector( in TestCreateMessage() local
48 std::vector<unsigned char> pdu = StringUtils::HexToByteVector( in Test3Gpp2CreateMessage() local
Dsms_delivery_callback_test.cpp22 void SmsDeliveryCallbackTest::OnSmsDeliveryResult(const std::u16string &pdu) in OnSmsDeliveryResult()
Dsms_cb_message_test.cpp272 std::string pdu = "0101020004081300031008d00106102c2870e1420801c00c01c0"; in TestCdmaUserData() local
283 std::string pdu = "0101021000081500031008d001080100000800c1E1000801c00c01c0"; in TestCdmaCmasType1() local
Dsms_broadcast_subscriber.cpp44 std::vector<unsigned char> pdu = StringUtils::HexToByteVector(pdus[index]); in OnReceiveEvent() local
/base/telephony/sms_mms/services/
Dsms_cb_message.cpp41 std::shared_ptr<SmsCbMessage> SmsCbMessage::CreateCbMessage(const std::string &pdu) in CreateCbMessage()
51 std::shared_ptr<SmsCbMessage> SmsCbMessage::CreateCbMessage(const std::vector<unsigned char> &pdu) in CreateCbMessage()
84 bool SmsCbMessage::PduAnalysis(const std::vector<unsigned char> &pdu) in PduAnalysis()
132 int SmsCbMessage::Decode2gHeader(const std::vector<unsigned char> &pdu) in Decode2gHeader()
192 int SmsCbMessage::Decode3gHeader(const std::vector<unsigned char> &pdu) in Decode3gHeader()
234 void SmsCbMessage::Decode2gCbMsg(const std::vector<unsigned char> &pdu) in Decode2gCbMsg()
279 void SmsCbMessage::Decode3gCbMsg(const std::vector<unsigned char> &pdu) in Decode3gCbMsg()
303 void SmsCbMessage::Decode3g7Bit(const std::vector<unsigned char> &pdu) in Decode3g7Bit()
336 void SmsCbMessage::Decode3gUCS2(const std::vector<unsigned char> &pdu) in Decode3gUCS2()
366 void SmsCbMessage::DecodeEtwsMsg(const std::vector<unsigned char> &pdu) in DecodeEtwsMsg()
Dsms_receive_indexer.cpp37 SmsReceiveIndexer::SmsReceiveIndexer(const std::vector<uint8_t> &pdu, long timestamp, int16_t destP… in SmsReceiveIndexer()
45 SmsReceiveIndexer::SmsReceiveIndexer(const std::vector<uint8_t> &pdu, long timestamp, int16_t destP… in SmsReceiveIndexer()
175 void SmsReceiveIndexer::SetPdu(const std::vector<uint8_t> &pdu) in SetPdu()
180 void SmsReceiveIndexer::SetPdu(const std::vector<uint8_t> &&pdu) in SetPdu()
Dsms_receive_handler.cpp91 string pdu = StringUtils::StringToHex(indexer->GetPdu()); in CombineMessagePart() local
112 string pdu = StringUtils::StringToHex(v.GetPdu()); in CombineMessagePart() local
Dsms_misc_manager.cpp318 const std::string &smsc, const std::string &pdu, ISmsServiceInterface::SimMessageStatus status) in AddSimMessage()
340 const std::string &pdu, const std::string &smsc) in UpdateSimMessage()
366 std::vector<unsigned char> pdu = StringUtils::HexToByteVector(v); in GetAllSimMessages() local
Dsms_interface_manager.cpp101 const std::string &smsc, const std::string &pdu, ISmsServiceInterface::SimMessageStatus status) in AddSimMessage()
120 const std::string &pdu, const std::string &smsc) in UpdateSimMessage()
/base/telephony/sms_mms/test/fuzztest/sendmessage_fuzzer/
Ddelivery_send_call_back_stub.cpp21 void DeliverySendCallbackStub::OnSmsDeliveryResult(const std::u16string &pdu) in OnSmsDeliveryResult()
/base/telephony/sms_mms/test/fuzztest/sendmessagedata_fuzzer/
Ddelivery_send_call_back_stub.cpp21 void DeliverySendCallbackStub::OnSmsDeliveryResult(const std::u16string &pdu) in OnSmsDeliveryResult()
/base/telephony/sms_mms/services/cdma/
Dcdma_sms_sender.cpp107 std::vector<uint8_t> pdu(pduStr, pduStr + len); in TextBasedSmsDelivery() local
260 std::vector<uint8_t> pdu(encodeInfo->tpduData_, encodeInfo->tpduData_ + encodeInfo->tpduLen); in SetSendIndexerInfo() local
364 std::vector<uint8_t> pdu(pduStr, pduStr + len); in DataBasedSmsDelivery() local
398 std::vector<uint8_t> pdu(encodeInfo->tpduData_, encodeInfo->tpduData_ + encodeInfo->tpduLen); in DataBasedSmsDeliveryViaIms() local
431 std::string pdu = StringUtils::StringToHex(statusInfo->GetPdu()); in StatusReportAnalysis() local
474 std::string pdu = StringUtils::StringToHex(smsIndexer->GetEncodePdu()); in SendSmsToRil() local
487 …msSender::SendCsSms(const shared_ptr<SmsSendIndexer> &smsIndexer, int64_t &refId, std::string &pdu) in SendCsSms()
495 …sSender::SendImsSms(const shared_ptr<SmsSendIndexer> &smsIndexer, int64_t &refId, std::string &pdu) in SendImsSms()
639 std::vector<uint8_t> pdu(pduStr, pduStr + len); in ResendTextDelivery() local
690 std::vector<uint8_t> pdu(pduStr, pduStr + len); in ResendDataDelivery() local
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sms.cpp45 …SmsMessageInfo TelRilSms::ConstructGsmSendSmsRequestLinkList(std::string &smsPdu, std::string &pdu) in ConstructGsmSendSmsRequestLinkList()
54 std::string &smsPdu, std::string &pdu) in ConstructSmsMessageIOInfoRequestLinkList()
62 int32_t TelRilSms::SendGsmSms(std::string &smsPdu, std::string &pdu, const AppExecFwk::InnerEvent::… in SendGsmSms()
69 int32_t TelRilSms::SendCdmaSms(std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) in SendCdmaSms()
78 …int32_t status, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &respo… in AddSimMessage()
92 … TelRilSms::UpdateSimMessage(int32_t gsmIndex, int32_t state, std::string smscPdu, std::string pdu, in UpdateSimMessage()
123 std::string &smscPdu, std::string &pdu, const AppExecFwk::InnerEvent::Pointer &response) in SendSmsMoreMode()
171 int32_t TelRilSms::AddCdmaSimMessage(int32_t status, std::string &pdu, const AppExecFwk::InnerEvent… in AddCdmaSimMessage()
187 …int32_t cdmaIndex, int32_t state, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) in UpdateCdmaSimMessage()
/base/telephony/sms_mms/frameworks/native/sms/src/
Ddelivery_short_message_callback_stub.cpp23 void DeliveryShortMessageCallbackStub::OnSmsDeliveryResult(const std::u16string &pdu) in OnSmsDeliveryResult()
Dshort_message.cpp189 std::vector<unsigned char> &pdu, std::u16string specification, ShortMessage &messageObj) in CreateMessage()
205 ShortMessage ShortMessage::CreateIccMessage(std::vector<unsigned char> &pdu, std::string specificat… in CreateIccMessage()
Dsms_service_manager_client.cpp124 …ManagerClient::AddSimMessage(int32_t slotId, const std::u16string &smsc, const std::u16string &pdu, in AddSimMessage()
142 …ISmsServiceInterface::SimMessageStatus newStatus, const std::u16string &pdu, const std::u16string … in UpdateSimMessage()
216 int32_t SmsServiceManagerClient::CreateMessage(std::string pdu, std::string specification, ShortMes… in CreateMessage()
/base/telephony/sms_mms/services/proxy/
Dsms_delivery_short_message_proxy.cpp27 void SmsDeliveryShortMessageProxy::OnSmsDeliveryResult(const std::u16string &pdu) in OnSmsDeliveryResult()
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_sms_parcel.h26 std::string pdu; /* Protocol Data Unit */ member
39 std::string pdu; /* Protocol Data Unit */ member
87 std::string pdu; member
93 std::vector<uint8_t> pdu; /* Protocol Data Unit */ member
100 std::string pdu; /* Protocol Data Unit */ member
106 std::string pdu; /* Protocol Data Unit */ member
177 std::string pdu; /* Protocol Data Unit */ member
Dhril_vendor_sms_defs.h29 char *pdu; /* Protocol Data Unit */ member
39 char *pdu; /* Protocol Data Unit */ member
75 char *pdu; member
/base/telephony/sms_mms/interfaces/innerkits/ims/
Dims_sms_types.h31 std::string pdu; member
/base/telephony/sms_mms/test/gtest/
Dsms_delivery_callback_gtest.cpp36 void SmsDeliveryCallbackGTest::OnSmsDeliveryResult(const std::u16string &pdu) in OnSmsDeliveryResult()
/base/telephony/ril_adapter/services/vendor/src/
Dat_support.c124 const char *pdu = NULL; in ReaderLoop() local
140 …nNotify g_onNotifyFunc, pthread_mutex_t *g_commandmutex, const char *responseLine, const char *pdu) in IsResponseOtherCases()
152 void ProcessResponse(const char *responseLine, const char *pdu) in ProcessResponse()
/base/telephony/sms_mms/services/gsm/
Dgsm_sms_receive_handler.cpp146 std::string pdu = StringUtils::StringToHex(info->pdu); in TransformMessageInfo() local
Dgsm_sms_sender.cpp284 std::vector<uint8_t> pdu(encodeInfo->tpduData_, encodeInfo->tpduData_ + encodeInfo->tpduLen); in DataBasedSmsDeliverySendSplitPage() local
412 std::string pdu = StringUtils::StringToHex(statusInfo->pdu); in StatusReportAnalysis() local
473 std::vector<uint8_t> pdu(encodeInfo->tpduData_, encodeInfo->tpduData_ + encodeInfo->tpduLen); in SetSendIndexerInfo() local
558 std::vector<uint8_t> pdu(encodeInfo->tpduData_, encodeInfo->tpduData_ + encodeInfo->tpduLen); in ResendDataDelivery() local
/base/telephony/core_service/services/sim/src/
Dsim_sms_manager.cpp71 int32_t SimSmsManager::AddSmsToIcc(int status, std::string &pdu, std::string &smsc) in AddSmsToIcc()

12