Home
last modified time | relevance | path

Searched refs:smscPdu (Results 1 - 23 of 23) sorted by relevance

/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_sms_test.cpp51 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 Dzero_branch_test.cpp1188 info.smscPdu = str; in HWTEST_F()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_sms_parcel.h32 std::string smscPdu = ""; member
49 std::string smscPdu = ""; member
63 std::string smscPdu = ""; member
H A Dtelephony_types.h412 std::string smscPdu = ""; member
434 std::string smscPdu = ""; member
H A Di_tel_ril_manager.h138 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 Dims_sms_types.h52 std::string smscPdu = ""; member
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sms.cpp31 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 Dtel_ril_manager.cpp723 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 Dsatellite_sms_proxy.cpp134 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 Dsendsmsmoremode_fuzzer.cpp53 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 Dims_sms_stub.cpp65 sendMessageInfo.smscPdu = data.ReadString(); in OnImsSendMessage()
/base/telephony/sms_mms/services/sms/ims_service_interaction/src/
H A Dims_sms_proxy.cpp35 if (!in.WriteString(imsMessageInfo.smscPdu)) { in ImsSendMessage()
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sms.h36 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 Dtel_ril_manager.h169 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 Dril_interface_test.cpp701 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 Dhril_sms.cpp133 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 Dgsm_sms_sender.cpp205 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 Dgsmsmssender_fuzzer.cpp204 smsData.smscPdu = pdu; in SendSmsTest2()
/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_sender.cpp526 imsMessageInfo.smscPdu = ""; in SendImsSms()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp1087 simMessage.smscPdu = GTEST_STRING; in StorageRilCmSmsTest()
1133 simMessage.smscPdu = GTEST_STRING; in UpdateRilCmSmsTest()
/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp482 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 Dtel_ril_test.cpp918 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 Dzero_branch_sms_test.cpp2170 smsData.smscPdu = SMS_READ_PDU; in HWTEST_F()

Completed in 46 milliseconds