Home
last modified time | relevance | path

Searched defs:port (Results 1 – 25 of 61) sorted by relevance

123

/system/libbase/
Dparsenetaddress_test.cpp25 int port = 123; in TEST() local
42 int port = 123; in TEST() local
57 int port = 123; in TEST() local
84 int port; in TEST() local
122 int port = 42; in TEST() local
Dparsenetaddress_fuzzer.cpp25 int port = 123; in LLVMFuzzerTestOneInput() local
Dparsenetaddress.cpp27 bool ParseNetAddress(const std::string& address, std::string* host, int* port, in ParseNetAddress()
/system/bt/binder/android/bluetooth/
DIBluetoothSocketManager.aidl31 …nnectSocket(in BluetoothDevice device, int type, in @nullable ParcelUuid uuid, int port, int flag); in connectSocket()
33 …annel(int type, in @nullable String serviceName, in @nullable ParcelUuid uuid, int port, int flag); in createSocketChannel()
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dserver_port_factory.h43 int port; variable
Dserver_port_factory.cc30 ServerPortFactory::ServerPortFactory(int port, std::function<void(int fd)>& callback) { in ServerPortFactory()
35 int ServerPortFactory::SetUp(int port) { in SetUp()
/system/core/libcutils/
Dsocket_network_client_unix.cpp46 int socket_network_client_timeout(const char* host, int port, int type, int timeout, in socket_network_client_timeout()
122 int socket_network_client(const char* host, int port, int type) { in socket_network_client()
Dsocket_inaddr_any_server_windows.cpp37 SOCKET socket_inaddr_any_server(int port, int type) { in socket_inaddr_any_server()
Dsocket_network_client_windows.cpp33 SOCKET socket_network_client(const char* host, int port, int type) { in socket_network_client()
Dsocket_inaddr_any_server_unix.cpp33 int socket_inaddr_any_server(int port, int type) in socket_inaddr_any_server()
/system/bt/gd/hal/
Dhci_hal_host.h38 void SetPort(uint16_t port) { in SetPort()
/system/netd/tests/
Dsock_diag_test.cpp37 uint16_t port = 1024 + arc4random_uniform(0xffff - 1024); in bindAndListen() local
75 uint16_t port = bindAndListen(listensocket); in TEST_F() local
187 uint16_t port = bindAndListen(listensocket); in TEST_F() local
/system/netd/tests/benchmarks/
Dconnect_benchmark.cpp101 const int port = bindAndListen(listensocket); in ipv4_loopback() local
158 const int port = bindAndListen(listensocket); in ipv6_loopback() local
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dsend_simple_commands.py94 def __init__(self, port): argument
116 def __init__(self, port): argument
Dsimple_link_layer_socket.py80 def __init__(self, port): argument
102 def __init__(self, port): argument
Dsimple_stack.py114 def __init__(self, port): argument
135 def __init__(self, port): argument
Dlink_layer_socket.py80 def __init__(self, port): argument
/system/netd/libnetdutils/include/netdutils/
DInternetAddresses.h250 static IPSockAddr toIPSockAddr(const std::string& repr, in_port_t port) { in toIPSockAddr()
272 IPSockAddr(const IPAddress& ip, in_port_t port) : mData(ip.mData) { mData.port = port; } in IPSockAddr()
283 constexpr in_port_t port() const noexcept { return mData.port; } in port() function
/system/bt/test/rootcanal/
Dbluetooth_hci.cc286 void BluetoothHci::SetUpHciServer(int port, const std::function<void(int)>& connection_callback) { in SetUpHciServer()
313 void BluetoothHci::SetUpLinkLayerServer(int port, const std::function<void(int)>& connection_callba… in SetUpLinkLayerServer()
339 int BluetoothHci::ConnectToRemoteServer(const std::string& server, int port) { in ConnectToRemoteServer()
374 void BluetoothHci::SetUpTestChannel(int port) { in SetUpTestChannel()
/system/core/trusty/storage/proxy/
Dipc.c35 int ipc_connect(const char *device, const char *port) in ipc_connect()
/system/extras/multinetwork/
Dcommon.cpp137 char port[sizeof("65535")]; in inetSockaddrToString() local
/system/core/fastboot/
Dsocket.cpp248 std::unique_ptr<Socket> Socket::NewClient(Protocol protocol, const std::string& host, int port, in NewClient()
269 std::unique_ptr<Socket> Socket::NewServer(Protocol protocol, int port) { in NewServer()
/system/bt/vendor_libs/test_vendor_lib/desktop/
Droot_canal_main.cc92 int port = atoi(argv[arg]); in main() local
/system/bt/gd/grpc/
Dgrpc_module.cc37 void GrpcModule::StartServer(const std::string& address, int port) { in StartServer()
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dtest_channel_transport.cc32 int TestChannelTransport::SetUp(int port) { in SetUp()

123