Searched refs:rootcanal_test_port (Results 1 – 5 of 5) sorted by relevance
53 rootcanal.AddParameter("--test_port=", config_.rootcanal_test_port()); in Commands()82 config_.rootcanal_test_port()); in Commands()86 config_.rootcanal_test_port()); in Commands()
139 config_.rootcanal_test_port()); in Commands()145 config_.rootcanal_test_port()); in Commands()
544 int CuttlefishConfig::rootcanal_test_port() const { in rootcanal_test_port() function in cuttlefish::CuttlefishConfig547 void CuttlefishConfig::set_rootcanal_test_port(int rootcanal_test_port) { in set_rootcanal_test_port() argument548 (*dictionary_)[kRootcanalTestPort] = rootcanal_test_port; in set_rootcanal_test_port()
288 void set_rootcanal_test_port(int rootcanal_test_port);289 int rootcanal_test_port() const;
219 config->rootcanal_test_port(), bluetooth_message_sender)); in OnBluetoothChannelOpen()