Home
last modified time | relevance | path

Searched refs:sms_pdu (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dsms_service.cpp251 void SmsService::SendSmsToRemote(std::string remote_port, PDUParser& sms_pdu) { in SendSmsToRemote() argument
258 auto pdu = sms_pdu.CreateRemotePDU(local_host_port); in SendSmsToRemote()
271 PDUParser sms_pdu(command); in HandleSendSMSPDU() local
272 if (!sms_pdu.IsValidPDU()) { in HandleSendSMSPDU()
278 std::string phone_number = sms_pdu.GetPhoneNumberFromAddress(); in HandleSendSMSPDU()
299 makeSafeCallback<SmsService>(this, [&sms_pdu](SmsService* me) { in HandleSendSMSPDU()
300 me->HandleReceiveSMS(sms_pdu); in HandleSendSMSPDU()
303 SendSmsToRemote(remote_host_port, sms_pdu); in HandleSendSMSPDU()
309 makeSafeCallback<SmsService>(this, [sms_pdu](SmsService* me) { in HandleSendSMSPDU()
310 me->HandleReceiveSMS(sms_pdu); in HandleSendSMSPDU()
[all …]
Dsms_service.h53 void HandleReceiveSMS(PDUParser sms_pdu);
54 void HandleSMSStatuReport(PDUParser sms_pdu, int message_reference);
55 void SendSmsToRemote(std::string remote_port, PDUParser& sms_pdu);
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Datchannel.h74 typedef void (*ATUnsolHandler)(const char *s, const char *sms_pdu);
Dreference-ril.c5232 static void onUnsolicited (const char *s, const char *sms_pdu) argument
5311 sms_pdu, strlen(sms_pdu));
5315 sms_pdu, strlen(sms_pdu));
/device/generic/goldfish/radio/ril/
Datchannel.h74 typedef void (*ATUnsolHandler)(const char *s, const char *sms_pdu);
Dreference-ril.c3802 static void onUnsolicited (const char *s, const char *sms_pdu) argument
3879 sms_pdu, strlen(sms_pdu));
3883 sms_pdu, strlen(sms_pdu));