Searched refs:CloseRemoteConnection (Results 1 – 5 of 5) sorted by relevance
106 CloseRemoteConnection(*(iter->second.remote_client)); in TimerWaitingRemoteCallResponse()261 CloseRemoteConnection(*(call.remote_client)); in SendCallStatusToRemote()685 CloseRemoteConnection(*client); in HandleRemoteCall()697 network_service_->CloseRemoteConnection(client.Id()); in HandleRemoteCall()
109 void ModemService::CloseRemoteConnection(ClientId remote_client) { in CloseRemoteConnection() function in cuttlefish::ModemService111 channel_monitor_->CloseRemoteConnection(remote_client); in CloseRemoteConnection()
102 void CloseRemoteConnection(ClientId remote_client);
100 void CloseRemoteConnection(ClientId client);
214 void ChannelMonitor::CloseRemoteConnection(ClientId client) { in CloseRemoteConnection() function in cuttlefish::ChannelMonitor