Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dsms_service.cpp295 auto remote_host_port = ss.str(); in HandleSendSMSPDU() local
296 if (GetHostPort() == remote_host_port) { // Send SMS to local host port in HandleSendSMSPDU()
303 SendSmsToRemote(remote_host_port, sms_pdu); in HandleSendSMSPDU()