/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_sms_test.cpp | 51 msgIoInfo.smscPdu = TEST_SMSC_PDU; in HWTEST_F() 71 msgIoInfo.smscPdu = TEST_SMSC_PDU; in HWTEST_F() 91 msgIoInfo.smscPdu = TEST_SMSC_PDU; in HWTEST_F() 112 msgIoInfo.smscPdu = TEST_SMSC_PDU; in HWTEST_F() 167 msgIoInfo.smscPdu = TEST_SMSC_PDU; in HWTEST_F() 187 msgIoInfo.smscPdu = TEST_SMSC_PDU; in HWTEST_F() 207 msgIoInfo.smscPdu = TEST_SMSC_PDU; in HWTEST_F() 228 msgIoInfo.smscPdu = TEST_SMSC_PDU; in HWTEST_F() 491 msg.smscPdu = TEST_SMSC_PDU; in HWTEST_F() 510 msg.smscPdu in HWTEST_F() [all...] |
H A D | zero_branch_test.cpp | 1188 info.smscPdu = str; in HWTEST_F()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_sms_parcel.h | 32 std::string smscPdu = ""; member 49 std::string smscPdu = ""; member 63 std::string smscPdu = ""; member
|
H A D | telephony_types.h | 412 std::string smscPdu = ""; member 434 std::string smscPdu = ""; member
|
H A D | i_tel_ril_manager.h | 138 int32_t slotId, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) = 0; 167 int32_t slotId, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) = 0;
|
/base/telephony/sms_mms/interfaces/innerkits/ims/ |
H A D | ims_sms_types.h | 52 std::string smscPdu = "";
member
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_sms.cpp | 31 msg.smscPdu = smsPdu.empty() ? "" : smsPdu; in ConstructGsmSendSmsRequestLinkList() 40 msg.smscPdu = smsPdu.empty() ? "" : smsPdu; in ConstructSmsMessageIOInfoRequestLinkList() 54 cdmaSmsMessageInfo.smscPdu = pdu; in SendCdmaSms() 59 int32_t status, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) in AddSimMessage() 61 OHOS::HDI::Ril::V1_1::SmsMessageIOInfo mGsmSmsMessageInfo = ConstructSmsMessageIOInfoRequestLinkList(smscPdu, pdu); in AddSimMessage() 71 int32_t TelRilSms::UpdateSimMessage(int32_t gsmIndex, int32_t state, std::string smscPdu, std::string pdu, in UpdateSimMessage() argument 74 OHOS::HDI::Ril::V1_1::SmsMessageIOInfo smsMessageIOInfo = ConstructSmsMessageIOInfoRequestLinkList(smscPdu, pdu); in UpdateSimMessage() 99 std::string &smscPdu, std::string &pdu, const AppExecFwk::InnerEvent::Pointer &response) in SendSmsMoreMode() 101 HDI::Ril::V1_1::GsmSmsMessageInfo gsmSmsMessageInfo = ConstructGsmSendSmsRequestLinkList(smscPdu, pdu); in SendSmsMoreMode() 58 AddSimMessage( int32_t status, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) AddSimMessage() argument 98 SendSmsMoreMode( std::string &smscPdu, std::string &pdu, const AppExecFwk::InnerEvent::Pointer &response) SendSmsMoreMode() argument
|
H A D | tel_ril_manager.cpp | 723 int32_t slotId, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) in SendGsmSms() 725 return TaskSchedule(response, "TelRilSms", GetTelRilSms(slotId), &TelRilSms::SendGsmSms, smscPdu, pdu); in SendGsmSms() 737 simMessage.smscPdu, simMessage.pdu); in AddSimMessage() 749 simMessage.status, simMessage.smscPdu, simMessage.pdu); in UpdateSimMessage() 787 int32_t slotId, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) in SendSmsMoreMode() 789 return TaskSchedule(response, "TelRilSms", GetTelRilSms(slotId), &TelRilSms::SendSmsMoreMode, smscPdu, pdu); in SendSmsMoreMode() 722 SendGsmSms( int32_t slotId, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) SendGsmSms() argument 786 SendSmsMoreMode( int32_t slotId, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) SendSmsMoreMode() argument
|
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/ |
H A D | satellite_sms_proxy.cpp | 134 if (!data.WriteString(message.smscPdu)) { in SendSms() 179 if (!data.WriteString(message.smscPdu)) { in SendSmsMoreMode()
|
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/ |
H A D | sendsmsmoremode_fuzzer.cpp | 53 std::string smscPdu(reinterpret_cast<const char *>(data), size); in SendSmsMoreMode() 61 telRilSms->SendSmsMoreMode(smscPdu, pdu, response); in SendSmsMoreMode() 62 telRilSms->AddSimMessage(status, smscPdu, pdu, response); in SendSmsMoreMode() 65 telRilSms->UpdateSimMessage(gsmIndex, state, smscPdu, pdu, response); in SendSmsMoreMode()
|
/base/telephony/cellular_call/vendor/ims/services/ims_sms/src/ |
H A D | ims_sms_stub.cpp | 65 sendMessageInfo.smscPdu = data.ReadString();
in OnImsSendMessage()
|
/base/telephony/sms_mms/services/sms/ims_service_interaction/src/ |
H A D | ims_sms_proxy.cpp | 35 if (!in.WriteString(imsMessageInfo.smscPdu)) {
in ImsSendMessage()
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_sms.h | 36 int32_t status, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response); 38 int32_t UpdateSimMessage(int32_t gsmIndex, int32_t state, std::string smscPdu, std::string pdu,
|
H A D | tel_ril_manager.h | 169 int32_t slotId, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) override; 197 int32_t slotId, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) override;
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 701 string smscPdu;
in SendRilCmSmsTest() local 706 cin >> smscPdu;
in SendRilCmSmsTest() local 714 gsmSmsMessageInfo.smscPdu = smscPdu;
in SendRilCmSmsTest() 725 string smscPdu;
in SendRilCmSmsMoreModeTest() local 730 cin >> smscPdu;
in SendRilCmSmsMoreModeTest() local 738 gsmSmsMessageInfo.smscPdu = smscPdu;
in SendRilCmSmsMoreModeTest()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_sms.cpp | 133 return RequestWithStrings(serialId, HREQ_SMS_SEND_GSM_SMS, COUNT_STRINGS_VALUE, gsmSmsMessageInfo.smscPdu.c_str(), in SendGsmSms() 140 cdmaSmsMessageInfo.smscPdu.c_str(), cdmaSmsMessageInfo.smscPdu.size()); in SendCdmaSms() 153 size_t smscPduLen = message.smscPdu.length() + 1; in AddSimMessage() 158 CopyToCharPoint(&msg.smsc, message.smscPdu); in AddSimMessage() 195 size_t smscPduLen = message.smscPdu.length() + 1; in UpdateSimMessage() 200 CopyToCharPoint(&msg.smsc, message.smscPdu); in UpdateSimMessage() 361 gsmSmsMessageInfo.smscPdu.c_str(), gsmSmsMessageInfo.pdu.c_str()); in SendSmsMoreMode()
|
/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_sms_sender.cpp | 205 smsData.smscPdu = StringUtils::StringToHex(smsIndexer->GetEncodeSmca()); in SendSmsToRil() 271 imsMessageInfo.smscPdu = smsData.smscPdu; in SendImsSms()
|
/base/telephony/sms_mms/test/fuzztest/gsmsmssender_fuzzer/ |
H A D | gsmsmssender_fuzzer.cpp | 204 smsData.smscPdu = pdu; in SendSmsTest2()
|
/base/telephony/sms_mms/services/sms/cdma/ |
H A D | cdma_sms_sender.cpp | 526 imsMessageInfo.smscPdu = ""; in SendImsSms()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_test_util.cpp | 1087 simMessage.smscPdu = GTEST_STRING; in StorageRilCmSmsTest() 1133 simMessage.smscPdu = GTEST_STRING; in UpdateRilCmSmsTest()
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_manager_inner.cpp | 482 return telRilManager_->SendGsmSms(slotId, gsmMessage.smscPdu, gsmMessage.pdu, response); in SendGsmSms() 642 return telRilManager_->SendSmsMoreMode(slotId, gsmMessage.smscPdu, gsmMessage.pdu, response); in SendSmsMoreMode()
|
/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.cpp | 918 telRilManager_->SendGsmSms(slotId, "smscPdu", "pdu", event); in OnRequestSendRilCmSmsTest() 954 simMsg.smscPdu = smsc; in OnRequestStorageRilCmSmsTest() 991 simMsg.smscPdu = "00"; in OnRequestUpdateRilCmSmsTest() 1094 telRilManager_->SendSmsMoreMode(slotId, "smscPdu", "pdu", event); in OnRequestSmsSendSmsExpectMoreTest()
|
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_sms_test.cpp | 2170 smsData.smscPdu = SMS_READ_PDU; in HWTEST_F()
|