Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dstreamer.cpp228 << config_.sig_server_port() << " to interact with the device."; in Diagnostics()
243 sig_server.AddParameter("-http_server_port=", config_.sig_server_port()); in Commands()
249 sig_proxy.AddParameter("-server_port=", config_.sig_server_port()); in Commands()
/device/google/cuttlefish/host/commands/status/
Dmain.cc102 device_info["webrtc_port"] = std::to_string(config.sig_server_port()); in PopulateDevicesInfoFromInstance()
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp185 streamer_config.operator_server.port = cvd_config->sig_server_port(); in main()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp201 int CuttlefishConfig::sig_server_port() const { in sig_server_port() function in cuttlefish::CuttlefishConfig
Dcuttlefish_config.h224 int sig_server_port() const;