/base/telephony/sms_mms/test/unittest/ |
D | short_message_test.cpp | 29 std::vector<unsigned char> pdu = StringUtils::HexToByteVector( in TestCreateMessage() local 48 std::vector<unsigned char> pdu = StringUtils::HexToByteVector( in Test3Gpp2CreateMessage() local
|
D | sms_delivery_callback_test.cpp | 22 void SmsDeliveryCallbackTest::OnSmsDeliveryResult(const std::u16string &pdu) in OnSmsDeliveryResult()
|
D | sms_cb_message_test.cpp | 272 std::string pdu = "0101020004081300031008d00106102c2870e1420801c00c01c0"; in TestCdmaUserData() local 283 std::string pdu = "0101021000081500031008d001080100000800c1E1000801c00c01c0"; in TestCdmaCmasType1() local
|
D | sms_broadcast_subscriber.cpp | 44 std::vector<unsigned char> pdu = StringUtils::HexToByteVector(pdus[index]); in OnReceiveEvent() local
|
/base/telephony/sms_mms/services/ |
D | sms_cb_message.cpp | 41 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()
|
D | sms_receive_indexer.cpp | 37 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()
|
D | sms_receive_handler.cpp | 91 string pdu = StringUtils::StringToHex(indexer->GetPdu()); in CombineMessagePart() local 112 string pdu = StringUtils::StringToHex(v.GetPdu()); in CombineMessagePart() local
|
D | sms_misc_manager.cpp | 318 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
|
D | sms_interface_manager.cpp | 101 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/ |
D | delivery_send_call_back_stub.cpp | 21 void DeliverySendCallbackStub::OnSmsDeliveryResult(const std::u16string &pdu) in OnSmsDeliveryResult()
|
/base/telephony/sms_mms/test/fuzztest/sendmessagedata_fuzzer/ |
D | delivery_send_call_back_stub.cpp | 21 void DeliverySendCallbackStub::OnSmsDeliveryResult(const std::u16string &pdu) in OnSmsDeliveryResult()
|
/base/telephony/sms_mms/services/cdma/ |
D | cdma_sms_sender.cpp | 107 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/ |
D | tel_ril_sms.cpp | 45 …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/ |
D | delivery_short_message_callback_stub.cpp | 23 void DeliveryShortMessageCallbackStub::OnSmsDeliveryResult(const std::u16string &pdu) in OnSmsDeliveryResult()
|
D | short_message.cpp | 189 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()
|
D | sms_service_manager_client.cpp | 124 …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/ |
D | sms_delivery_short_message_proxy.cpp | 27 void SmsDeliveryShortMessageProxy::OnSmsDeliveryResult(const std::u16string &pdu) in OnSmsDeliveryResult()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_sms_parcel.h | 26 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
|
D | hril_vendor_sms_defs.h | 29 char *pdu; /* Protocol Data Unit */ member 39 char *pdu; /* Protocol Data Unit */ member 75 char *pdu; member
|
/base/telephony/sms_mms/interfaces/innerkits/ims/ |
D | ims_sms_types.h | 31 std::string pdu; member
|
/base/telephony/sms_mms/test/gtest/ |
D | sms_delivery_callback_gtest.cpp | 36 void SmsDeliveryCallbackGTest::OnSmsDeliveryResult(const std::u16string &pdu) in OnSmsDeliveryResult()
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_support.c | 124 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/ |
D | gsm_sms_receive_handler.cpp | 146 std::string pdu = StringUtils::StringToHex(info->pdu); in TransformMessageInfo() local
|
D | gsm_sms_sender.cpp | 284 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/ |
D | sim_sms_manager.cpp | 71 int32_t SimSmsManager::AddSmsToIcc(int status, std::string &pdu, std::string &smsc) in AddSmsToIcc()
|