/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_report.c | 135 static void SmsStatus(const char *smsPdu, struct ReportInfo *reportInfo) in SmsStatus() argument 137 if (smsPdu == NULL || reportInfo == NULL) { in SmsStatus() 141 int32_t size = (smsPdu != NULL) ? strlen(smsPdu) : 0; in SmsStatus() 143 OnSmsReport(GetSlotId(NULL), *reportInfo, (const uint8_t *)smsPdu, size); in SmsStatus() 209 void OnNotifyOps(const char *s, const char *smsPdu) in OnNotifyOps() argument 228 smsResponse.pdu = (char *)smsPdu; in OnNotifyOps() 232 SmsStatus(smsPdu, &reportInfo); in OnNotifyOps()
|
H A D | at_sms.c | 126 char smsPdu[MAX_CMD_LENGTH] = {0}; in ReqSendGsmSms() local 149 err = GenerateCommand(smsPdu, MAX_CMD_LENGTH, "%s%s", smsc, pdu); in ReqSendGsmSms() 155 err = SendCommandSmsLock(cmd, smsPdu, "+CMGS:", 0, &responseInfo); in ReqSendGsmSms() 256 char smsPdu[MAX_CMD_LENGTH] = { 0 }; in WriteSimMessage() local 288 int32_t tmp = GenerateCommand(smsPdu, MAX_CMD_LENGTH, "%s%s", msg->smsc, msg->pdu); in WriteSimMessage() 293 err = SendCommandSmsLock(cmd, smsPdu, "+CMGW:", 0, &responseInfo); in WriteSimMessage() 308 char smsPdu[MAX_CMD_LENGTH] = { 0 }; in UpdateSimMessage() local 323 err = GenerateCommand(smsPdu, MAX_CMD_LENGTH, "%s%s", msg->smsc, msg->pdu); in UpdateSimMessage() 329 err = SendCommandSmsLock(cmd, smsPdu, "+CMGW:", 0, &responseInfo); in UpdateSimMessage()
|
H A D | at_support.c | 281 const char *command, const char *smsPdu, const char *prefix, long long timeout, ResponseInfo **outResponse) in SendCommandSmsLock() 290 g_smsPdu = smsPdu; in SendCommandSmsLock() 280 SendCommandSmsLock( const char *command, const char *smsPdu, const char *prefix, long long timeout, ResponseInfo **outResponse) SendCommandSmsLock() argument
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_sms.cpp | 28 HDI::Ril::V1_1::GsmSmsMessageInfo TelRilSms::ConstructGsmSendSmsRequestLinkList(std::string &smsPdu, std::string &pdu) in ConstructGsmSendSmsRequestLinkList() argument 31 msg.smscPdu = smsPdu.empty() ? "" : smsPdu; in ConstructGsmSendSmsRequestLinkList() 37 std::string &smsPdu, std::string &pdu) in ConstructSmsMessageIOInfoRequestLinkList() 40 msg.smscPdu = smsPdu.empty() ? "" : smsPdu; in ConstructSmsMessageIOInfoRequestLinkList() 45 int32_t TelRilSms::SendGsmSms(std::string &smsPdu, std::string &pdu, const AppExecFwk::InnerEvent::Pointer &response) in SendGsmSms() argument 47 HDI::Ril::V1_1::GsmSmsMessageInfo gsmSmsMessageInfo = ConstructGsmSendSmsRequestLinkList(smsPdu, pdu); in SendGsmSms() 36 ConstructSmsMessageIOInfoRequestLinkList( std::string &smsPdu, std::string &pdu) ConstructSmsMessageIOInfoRequestLinkList() argument
|
/base/telephony/ril_adapter/services/vendor/include/ |
H A D | at_support.h | 62 const char *command, const char *smsPdu, const char *prefix, long long timeout, ResponseInfo **outResponse);
|
H A D | vendor_report.h | 36 void OnNotifyOps(const char *s, const char *smsPdu);
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_sms.h | 33 int32_t SendGsmSms(std::string &smsPdu, std::string &pdu, const AppExecFwk::InnerEvent::Pointer &response); 48 int32_t SendSmsMoreMode(std::string &smsPdu, std::string &pdu, const AppExecFwk::InnerEvent::Pointer &response); 85 HDI::Ril::V1_1::GsmSmsMessageInfo ConstructGsmSendSmsRequestLinkList(std::string &smsPdu, std::string &pdu); 87 std::string &smsPdu, std::string &pdu);
|