Searched refs:GetHostPort (Results 1 – 4 of 4) sorted by relevance
34 return std::string{"--host_ports="} + std::to_string(GetHostPort()); in GetHostPortArg()38 return std::string{"--addresses=127.0.0.1:"} + std::to_string(GetHostPort()); in GetAdbConnectorTcpArg()88 int GetHostPort() { in GetHostPort() function298 std::string{"--tcp_port="} + std::to_string(GetHostPort())); in LaunchSocketVsockProxyIfEnabled()308 std::string{"--tcp_port="} + std::to_string(GetHostPort())); in LaunchSocketVsockProxyIfEnabled()
9 int GetHostPort();
212 config_env += "127.0.0.1:" + std::to_string(GetHostPort()); in WriteCuttlefishEnvironment()
275 tmp_config_obj.set_adb_ip_and_port("127.0.0.1:" + std::to_string(GetHostPort())); in InitializeCuttlefishConfiguration()