Searched refs:CreateRemotePDU (Results 1 – 3 of 3) sorted by relevance
30 std::string CreateRemotePDU(std::string& host_port);
176 std::string PDUParser::CreateRemotePDU(std::string& host_port) { in CreateRemotePDU() function in cuttlefish::PDUParser
258 auto pdu = sms_pdu.CreateRemotePDU(local_host_port); in SendSmsToRemote()