Home
last modified time | relevance | path

Searched defs:pdu (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dpdu_parser_test.cpp21 std::string pdu = "0001000D91688118109844F0000017AFD7903AB55A9BBA69D639D4ADCBF99E3DCCAE9701"; in TEST() local
31 std::string pdu = "000100fD91688118109844F0000017AFD7903AB55A9BBA69D639D4ADCBF99E3DCCAE9701"; in TEST() local
37 std::string pdu = "0001000D91688118109844F0000017AFD7903AB55A9BBA69D639D4ADCBF99E3DCCAE9701"; in TEST() local
46 std::string pdu = "0001000D91688118109844F0000017AFD7903AB55A9BBA69D639D4ADCBF99E3DCCAE9701"; in TEST() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dpdu_parser.cpp32 PDUParser::PDUParser(std::string &pdu) { in PDUParser()
47 bool PDUParser::DecodePDU(std::string& pdu) { in DecodePDU()
123 std::string pdu = kWithoutServiceCenterAddress; in CreatePDU() local
159 std::string pdu = kWithoutServiceCenterAddress; in CreateStatuReport() local
180 std::string pdu = kWithoutServiceCenterAddress + pdu_type_ + message_reference_; in CreateRemotePDU() local
Dsms_service.cpp260 auto pdu = sms_pdu.CreateRemotePDU(local_host_id); in SendSmsToRemote() local
332 std::string pdu = sms_pdu.CreatePDU(); in HandleReceiveSMS() local
362 auto pdu = sms_pdu.CreateStatuReport(message_reference); in HandleSMSStatuReport() local
376 std::string pdu(*cmd); in HandleReceiveRemoteSMS() local
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Datchannel.c836 const char *pdu, in at_send_command_sms()
Dreference-ril.c2162 const char *pdu; local
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp10712 hidl_vec<uint8_t> pdu; in newSmsInd() local
10743 hidl_vec<uint8_t> pdu; in newSmsStatusReportInd() local
Dril.h671 char * pdu; /* PDU of message to write, as an ASCII hex string less the SMSC address, member
/device/generic/goldfish/radio/include/telephony/
Dril.h595 char * pdu; /* PDU of message to write, as an ASCII hex string less the SMSC address, member