Home
last modified time | relevance | path

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

/system/netd/server/
DSockDiagTest.cpp32 uint16_t bindAndListen(int s) { in bindAndListen() function
72 uint16_t port = bindAndListen(listensocket); in TEST_F()
299 uint16_t port = bindAndListen(listensocket); in TEST_P()
/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_server.cc516 if (!XmlRpc::XmlRpcServer::bindAndListen(server_port_)) { in Run()