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()
134 config_.rootcanal_test_port()); in Commands()140 config_.rootcanal_test_port()); in Commands()
552 int CuttlefishConfig::rootcanal_test_port() const { in rootcanal_test_port() function in cuttlefish::CuttlefishConfig555 void CuttlefishConfig::set_rootcanal_test_port(int rootcanal_test_port) { in set_rootcanal_test_port() argument556 (*dictionary_)[kRootcanalTestPort] = rootcanal_test_port; in set_rootcanal_test_port()
272 void set_rootcanal_test_port(int rootcanal_test_port);273 int rootcanal_test_port() const;
194 config->rootcanal_test_port(), bluetooth_message_sender)); in OnBluetoothChannelOpen()