Home
last modified time | relevance | path

Searched refs:smspdu (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dpdu_parser_test.cpp22 cuttlefish::PDUParser smspdu(pdu); in TEST() local
23 EXPECT_TRUE(smspdu.IsValidPDU()); in TEST()
28 cuttlefish::PDUParser smspdu(pdu); in TEST() local
29 EXPECT_FALSE(smspdu.IsValidPDU()); in TEST()
34 cuttlefish::PDUParser smspdu(pdu); in TEST() local
35 EXPECT_TRUE(smspdu.IsValidPDU()); in TEST()
36 std::string new_pdu = smspdu.CreatePDU(); in TEST()
43 cuttlefish::PDUParser smspdu(pdu); in TEST() local
44 EXPECT_TRUE(smspdu.IsValidPDU()); in TEST()
45 std::string phone_number = smspdu.GetPhoneNumberFromAddress(); in TEST()
/device/generic/goldfish/radio/ril/
Datchannel.c674 const char *responsePrefix, const char *smspdu, in at_send_command_full_nolock() argument
693 s_smsPDU = smspdu; in at_send_command_full_nolock()
741 const char *responsePrefix, const char *smspdu, in at_send_command_full() argument
758 responsePrefix, smspdu, in at_send_command_full()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Datchannel.c673 const char *responsePrefix, const char *smspdu, in at_send_command_full_nolock() argument
692 s_smsPDU = smspdu; in at_send_command_full_nolock()
740 const char *responsePrefix, const char *smspdu, in at_send_command_full() argument
755 responsePrefix, smspdu, in at_send_command_full()