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.cpp134 config_.rootcanal_test_port()); in Commands()
140 config_.rootcanal_test_port()); in Commands()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp552 int CuttlefishConfig::rootcanal_test_port() const { in rootcanal_test_port() function in cuttlefish::CuttlefishConfig
555 void CuttlefishConfig::set_rootcanal_test_port(int rootcanal_test_port) { in set_rootcanal_test_port() argument
556 (*dictionary_)[kRootcanalTestPort] = rootcanal_test_port; in set_rootcanal_test_port()
Dcuttlefish_config.h272 void set_rootcanal_test_port(int rootcanal_test_port);
273 int rootcanal_test_port() const;
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp194 config->rootcanal_test_port(), bluetooth_message_sender)); in OnBluetoothChannelOpen()