Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dclient.cpp56 port_(port), in TcpClient()
63 client = StartIpv6(host_, port_, timeout_); in Start()
65 client = StartIpv4(host_, port_, timeout_); in Start()
70 LOG(DEBUG) << "Connected to socket:" << host_ << ":" << port_; in Start()
84 return fmt::format("tcp: {}:{}", host_, port_); in Describe()
88 : id_(id), port_(port), vhost_user_vsock_(vhost_user_vsock) {} in VsockClient()
92 SharedFD::VsockClient(id_, port_, SOCK_STREAM, vhost_user_vsock_); in Start()
96 LOG(DEBUG) << "Connected to vsock:" << id_ << ":" << port_; in Start()
109 return fmt::format("vsock: {}:{} vhost_user: {}", id_, port_, in Describe()
Dserver.cpp41 : port_(port), in TcpServer()
50 server = SharedFD::SocketLocalServer(port_, SOCK_STREAM); in Start()
56 LOG(INFO) << "Failed to start TCP server on port: " << port_ in Start()
63 return CF_ERR("Could not start TCP server on port: " << port_ in Start()
68 return fmt::format("tcp: {}", port_); in Describe()
72 : port_(port), vhost_user_vsock_cid_(vhost_user_vsock_cid) {} in VsockServer()
77 server = SharedFD::VsockServer(port_, SOCK_STREAM, vhost_user_vsock_cid_); in Start()
91 return fmt::format("vsock: {}", port_); in Describe()
Dclient.h40 int port_; variable
53 int port_; variable
Dserver.h41 int port_;
53 int port_;
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dlights_observer.cpp30 port_(port), in LightsObserver()
55 port_, cid_, in Start()
Dcamera_streamer.cpp28 port_(port), in CameraStreamer()
40 cvd_connection_.ConnectAsync(port_, cid_, vhost_user_); in OnFrame()
Dserver_connection.cpp101 const int port_; member in cuttlefish::webrtc_streaming::WsConnection
414 : port_(port), in WsConnection()
571 connect_info.port = port_; in ConnectInner()
Dlights_observer.h67 unsigned int port_; variable
Dcamera_streamer.h68 unsigned int port_; variable