Home
last modified time | relevance | path

Searched refs:socket_spec (Results 1 – 7 of 7) sorted by relevance

/packages/modules/adb/
Dsocket_spec_test.cpp29 TEST(socket_spec, parse_tcp_socket_spec_failure_error_check) { in TEST() argument
40 TEST(socket_spec, parse_tcp_socket_spec_just_port_success) { in TEST() argument
49 TEST(socket_spec, parse_tcp_socket_spec_bad_ports_failure) { in TEST() argument
57 TEST(socket_spec, parse_tcp_socket_spec_host_and_port_success) { in TEST() argument
66 TEST(socket_spec, parse_tcp_socket_spec_host_no_port_success) { in TEST() argument
75 TEST(socket_spec, parse_tcp_socket_spec_host_ipv4_no_port_success) { in TEST() argument
84 TEST(socket_spec, parse_tcp_socket_spec_host_bad_ports_failure) { in TEST() argument
92 TEST(socket_spec, parse_tcp_socket_spec_host_ipv4_bad_ports_failure) { in TEST() argument
100 TEST(socket_spec, parse_tcp_socket_spec_host_ipv6_bad_ports_failure) { in TEST() argument
111 TEST(socket_spec, parse_tcp_socket_spec_ipv6_and_port_success) { in TEST() argument
[all …]
Dadb.h146 int launch_server(const std::string& socket_spec, const char* one_device);
147 int adb_server_main(int is_daemon, const std::string& socket_spec, const char* one_device,
Dadb.cpp786 int launch_server(const std::string& socket_spec, const char* one_device) { in launch_server() argument
887 std::vector<std::string> child_argv = {"adb", "-L", socket_spec}; in launch_server()
1044 std::vector<const char*> child_argv = {"adb", "-L", socket_spec.c_str()}; in launch_server()
DAndroid.bp223 "socket_spec.cpp",
/packages/modules/adb/client/
Dmain.cpp86 int adb_server_main(int is_daemon, const std::string& socket_spec, const char* one_device, in adb_server_main() argument
160 while (install_listener(socket_spec, kSmartSocketConnectTo, nullptr, INSTALL_LISTENER_DISABLED, in adb_server_main()
Dadb_client.cpp70 void adb_set_socket_spec(const char* socket_spec) { in adb_set_socket_spec() argument
72 …LOG(FATAL) << "attempted to reinitialize adb_server_socket_spec " << socket_spec << " (was " << __… in adb_set_socket_spec()
74 __adb_server_socket_spec = socket_spec; in adb_set_socket_spec()
Dadb_client.h67 void adb_set_socket_spec(const char* _Nonnull socket_spec);