/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_sms_parcel.h | 31 std::string smscPdu = ""; member 48 std::string smscPdu = ""; member 62 std::string smscPdu = ""; member
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
D | ril_sms_test.cpp | 51 msgIoInfo.smscPdu = TEST_SMSC_PDU; 71 msgIoInfo.smscPdu = TEST_SMSC_PDU; 91 msgIoInfo.smscPdu = TEST_SMSC_PDU; 112 msgIoInfo.smscPdu = TEST_SMSC_PDU; 167 msgIoInfo.smscPdu = TEST_SMSC_PDU; 187 msgIoInfo.smscPdu = TEST_SMSC_PDU; 207 msgIoInfo.smscPdu = TEST_SMSC_PDU; 228 msgIoInfo.smscPdu = TEST_SMSC_PDU; 491 msg.smscPdu = TEST_SMSC_PDU; 510 msg.smscPdu = TEST_SMSC_PDU; [all …]
|
/base/telephony/sms_mms/interfaces/innerkits/ims/ |
D | ims_sms_types.h | 52 std::string smscPdu = ""; member
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_sms.cpp | 48 msg.smscPdu = smsPdu.empty() ? "" : smsPdu; in ConstructGsmSendSmsRequestLinkList() 57 msg.smscPdu = smsPdu.empty() ? "" : smsPdu; in ConstructSmsMessageIOInfoRequestLinkList() 72 cdmaSmsMessageInfo.smscPdu = pdu; in SendCdmaSms() 78 …int32_t status, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &respo… in AddSimMessage() argument 80 …V1_1::SmsMessageIOInfo mGsmSmsMessageInfo = ConstructSmsMessageIOInfoRequestLinkList(smscPdu, pdu); in AddSimMessage() 92 int32_t TelRilSms::UpdateSimMessage(int32_t gsmIndex, int32_t state, std::string smscPdu, std::stri… in UpdateSimMessage() argument 95 …::V1_1::SmsMessageIOInfo smsMessageIOInfo = ConstructSmsMessageIOInfoRequestLinkList(smscPdu, pdu); in UpdateSimMessage() 123 std::string &smscPdu, std::string &pdu, const AppExecFwk::InnerEvent::Pointer &response) in SendSmsMoreMode() argument 125 …:Ril::V1_1::GsmSmsMessageInfo gsmSmsMessageInfo = ConstructGsmSendSmsRequestLinkList(smscPdu, pdu); in SendSmsMoreMode()
|
D | tel_ril_manager.cpp | 653 …int32_t slotId, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &respo… in SendGsmSms() argument 655 …rn TaskSchedule(response, "TelRilSms", GetTelRilSms(slotId), &TelRilSms::SendGsmSms, smscPdu, pdu); in SendGsmSms() 667 simMessage.smscPdu, simMessage.pdu); in AddSimMessage() 679 simMessage.status, simMessage.smscPdu, simMessage.pdu); in UpdateSimMessage() 717 …int32_t slotId, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &respo… in SendSmsMoreMode() argument 719 …skSchedule(response, "TelRilSms", GetTelRilSms(slotId), &TelRilSms::SendSmsMoreMode, smscPdu, pdu); in SendSmsMoreMode()
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_sms.cpp | 77 …ithStrings(serialId, HREQ_SMS_SEND_GSM_SMS, COUNT_STRINGS_VALUE, gsmSmsMessageInfo.smscPdu.c_str(), in SendGsmSms() 84 cdmaSmsMessageInfo.smscPdu.c_str(), cdmaSmsMessageInfo.smscPdu.size()); in SendCdmaSms() 97 size_t smscPduLen = message.smscPdu.length() + 1; in AddSimMessage() 102 CopyToCharPoint(&msg.smsc, message.smscPdu); in AddSimMessage() 139 size_t smscPduLen = message.smscPdu.length() + 1; in UpdateSimMessage() 144 CopyToCharPoint(&msg.smsc, message.smscPdu); in UpdateSimMessage() 228 gsmSmsMessageInfo.smscPdu.c_str(), gsmSmsMessageInfo.pdu.c_str()); in SendSmsMoreMode()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | telephony_types.h | 335 std::string smscPdu = ""; member 357 std::string smscPdu = ""; member
|
D | i_tel_ril_manager.h | 134 …int32_t slotId, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &respo… 163 …int32_t slotId, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &respo…
|
/base/telephony/cellular_call/vendor/ims/services/ims_sms/src/ |
D | ims_sms_stub.cpp | 62 messageInfo.smscPdu = data.ReadString(); in OnImsSendMessage()
|
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/ |
D | sendsmsmoremode_fuzzer.cpp | 49 std::string smscPdu(reinterpret_cast<const char *>(data), size); in SendSmsMoreMode() 65 telRilSms->SendSmsMoreMode(smscPdu, pdu, response); in SendSmsMoreMode() 67 telRilSms->AddSimMessage(status, smscPdu, pdu, response); in SendSmsMoreMode() 70 telRilSms->UpdateSimMessage(gsmIndex, state, smscPdu, pdu, response); in SendSmsMoreMode()
|
/base/telephony/core_service/services/tel_ril/include/ |
D | tel_ril_sms.h | 37 …int32_t status, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &respo… 39 int32_t UpdateSimMessage(int32_t gsmIndex, int32_t state, std::string smscPdu, std::string pdu,
|
D | tel_ril_manager.h | 165 …int32_t slotId, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &respo… 193 …int32_t slotId, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &respo…
|
/base/telephony/sms_mms/services/sms/ims_service_interaction/src/ |
D | ims_sms_proxy.cpp | 35 if (!in.WriteString(imsMessageInfo.smscPdu)) { in ImsSendMessage()
|
/base/telephony/ril_adapter/test/unittest/ |
D | ril_interface_test.cpp | 690 string smscPdu; in SendRilCmSmsTest() local 695 cin >> smscPdu; in SendRilCmSmsTest() 703 gsmSmsMessageInfo.smscPdu = smscPdu; in SendRilCmSmsTest() 714 string smscPdu; in SendRilCmSmsMoreModeTest() local 719 cin >> smscPdu; in SendRilCmSmsMoreModeTest() 727 gsmSmsMessageInfo.smscPdu = smscPdu; in SendRilCmSmsMoreModeTest()
|
/base/telephony/sms_mms/services/sms/gsm/ |
D | gsm_sms_sender.cpp | 328 smsData.smscPdu = StringUtils::StringToHex(smsIndexer->GetEncodeSmca()); in SendSmsToRil() 369 imsMessageInfo.smscPdu = smsData.smscPdu; in SendImsSms()
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_manager_inner.cpp | 436 return telRilManager_->SendGsmSms(slotId, gsmMessage.smscPdu, gsmMessage.pdu, response); in SendGsmSms() 596 return telRilManager_->SendSmsMoreMode(slotId, gsmMessage.smscPdu, gsmMessage.pdu, response); in SendSmsMoreMode()
|
/base/telephony/sms_mms/services/sms/cdma/ |
D | cdma_sms_sender.cpp | 516 imsMessageInfo.smscPdu = ""; in SendImsSms()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
D | tel_ril_test_util.cpp | 1077 simMessage.smscPdu = GTEST_STRING; in StorageRilCmSmsTest() 1123 simMessage.smscPdu = GTEST_STRING; in UpdateRilCmSmsTest()
|
/base/telephony/core_service/services/tel_ril/test/ |
D | tel_ril_test.cpp | 870 simMsg.smscPdu = smsc; in OnRequestStorageRilCmSmsTest() 907 simMsg.smscPdu = "00"; in OnRequestUpdateRilCmSmsTest()
|