Searched refs:set_adb_ip_and_port (Results 1 – 3 of 3) sorted by relevance
297 void CuttlefishConfig::MutableInstanceSpecific::set_adb_ip_and_port( in set_adb_ip_and_port() function in cuttlefish::CuttlefishConfig::MutableInstanceSpecific
534 void set_adb_ip_and_port(const std::string& ip_port);
778 instance.set_adb_ip_and_port("0.0.0.0:" + std::to_string(6520 + num - 1)); in InitializeCuttlefishConfiguration()