Home
last modified time | relevance | path

Searched refs:test_vsock_proxy (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/launch/
Droot_canal.cpp77 Command test_vsock_proxy(SocketVsockProxyBinary()); in Commands() local
78 test_vsock_proxy.AddParameter("--server_type=vsock"); in Commands()
79 test_vsock_proxy.AddParameter("--server_vsock_id=", in Commands()
81 test_vsock_proxy.AddParameter("--server_vsock_port=", in Commands()
83 test_vsock_proxy.AddParameter("--client_type=tcp"); in Commands()
84 test_vsock_proxy.AddParameter("--client_tcp_host=127.0.0.1"); in Commands()
85 test_vsock_proxy.AddParameter("--client_tcp_port=", in Commands()
93 commands.emplace_back(std::move(test_vsock_proxy)); in Commands()
Dnetsim_server.cpp131 Command test_vsock_proxy(SocketVsockProxyBinary()); in Commands() local
132 test_vsock_proxy.AddParameter("--server_type=vsock"); in Commands()
133 test_vsock_proxy.AddParameter("--server_vsock_port=", in Commands()
135 test_vsock_proxy.AddParameter("--server_vsock_id=", in Commands()
137 test_vsock_proxy.AddParameter("--client_type=tcp"); in Commands()
138 test_vsock_proxy.AddParameter("--client_tcp_host=127.0.0.1"); in Commands()
139 test_vsock_proxy.AddParameter("--client_tcp_port=", in Commands()
145 commands.emplace_back(std::move(test_vsock_proxy)); in Commands()