Searched refs:tcp_port (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/desktop/ |
D | test_environment.cc | 88 SetUpHciServer(open_server, tcp_server.tcp_port(), in TestEnvironment() 98 int tcp_port, rootcanal::ControllerProperties properties) { in SetUpHciServer() argument 99 INFO("Opening an HCI with port {}", tcp_port); in SetUpHciServer() 101 std::shared_ptr<AsyncDataChannelServer> server = open_server(&async_manager_, tcp_port); in SetUpHciServer()
|
D | test_environment.h | 80 int tcp_port, rootcanal::ControllerProperties properties);
|
/packages/modules/adb/daemon/ |
D | mdns.cpp | 41 static int tcp_port; variable 125 register_mdns_service(kADBTransportServiceRefIndex, tcp_port, hostname); in register_base_mdns_transport() 195 tcp_port = tcp_port_in; in setup_mdns()
|
D | mdns.h | 21 void setup_mdns(int tcp_port);
|
/packages/modules/Virtualization/guest/forwarder_guest_launcher/src/ |
D | main.rs | 70 let tcp_port = i16::try_from(response.guest_tcp_port) in process_forwarding_request_queue() localVariable 76 &tcp_port, &vsock_port in process_forwarding_request_queue() 81 .arg(format!("127.0.0.1:{}", tcp_port)) in process_forwarding_request_queue()
|
/packages/modules/Bluetooth/tools/rootcanal/scripts/ |
D | controller_info.py | 171 async def run(tcp_port: int): 173 await host.connect('127.0.0.1', tcp_port)
|
/packages/modules/Bluetooth/tools/rootcanal/proto/rootcanal/ |
D | configuration.proto | 83 required int32 tcp_port = 1; field
|