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
27 std::string pdu = "000100fD91688118109844F0000017AFD7903AB55A9BBA69D639D4ADCBF99E3DCCAE9701"; in TEST() local
33 std::string pdu = "0001000D91688118109844F0000017AFD7903AB55A9BBA69D639D4ADCBF99E3DCCAE9701"; in TEST() local
42 std::string pdu = "0001000D91688118109844F0000017AFD7903AB55A9BBA69D639D4ADCBF99E3DCCAE9701"; in TEST() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dpdu_parser.cpp33 PDUParser::PDUParser(std::string &pdu) { in PDUParser()
48 bool PDUParser::DecodePDU(std::string& pdu) { in DecodePDU()
124 std::string pdu = kWithoutServiceCenterAddress; in CreatePDU() local
160 std::string pdu = kWithoutServiceCenterAddress; in CreateStatuReport() local
181 std::string pdu = kWithoutServiceCenterAddress + pdu_type_ + message_reference_; in CreateRemotePDU() local
Dsms_service.cpp260 auto pdu = sms_pdu.CreateRemotePDU(local_host_port); in SendSmsToRemote() local
334 std::string pdu = sms_pdu.CreatePDU(); in HandleReceiveSMS() local
364 auto pdu = sms_pdu.CreateStatuReport(message_reference); in HandleSMSStatuReport() local
378 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.c2087 const char *pdu; local
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp10477 hidl_vec<uint8_t> pdu; in newSmsInd() local
10508 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