Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/launch/
Droot_canal.cpp53 rootcanal.AddParameter("--test_port=", config_.rootcanal_test_port()); in Commands()
82 config_.rootcanal_test_port()); in Commands()
86 config_.rootcanal_test_port()); in Commands()
Dnetsim_server.cpp139 config_.rootcanal_test_port()); in Commands()
145 config_.rootcanal_test_port()); in Commands()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp544 int CuttlefishConfig::rootcanal_test_port() const { in rootcanal_test_port() function in cuttlefish::CuttlefishConfig
547 void CuttlefishConfig::set_rootcanal_test_port(int rootcanal_test_port) { in set_rootcanal_test_port() argument
548 (*dictionary_)[kRootcanalTestPort] = rootcanal_test_port; in set_rootcanal_test_port()
Dcuttlefish_config.h288 void set_rootcanal_test_port(int rootcanal_test_port);
289 int rootcanal_test_port() const;
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp219 config->rootcanal_test_port(), bluetooth_message_sender)); in OnBluetoothChannelOpen()