Home
last modified time | relevance | path

Searched defs:sockets (Results 1 – 14 of 14) sorted by relevance

/system/connectivity/shill/net/
Dnetlink_socket.h87 virtual const Sockets* sockets() const { return sockets_.get(); } in sockets() function
Dsockets.cc173 ScopedSocketCloser::ScopedSocketCloser(Sockets* sockets, int fd) in ScopedSocketCloser()
/system/connectivity/shill/
Dasync_connection.cc38 Sockets* sockets, in AsyncConnection()
Dhttp_request.cc58 Sockets* sockets) in HTTPRequest()
Ddns_client.cc311 ares_socket_t sockets[ARES_GETSOCK_MAXNUM]; in RefreshHandles() local
Dasync_connection_unittest.cc121 StrictMock<MockSockets>& sockets() { return sockets_; } in sockets() function in shill::AsyncConnectionTest
Ddevice_info.h299 void set_sockets(Sockets* sockets) { sockets_.reset(sockets); } in set_sockets()
Dhttp_proxy.cc105 Sockets* sockets) { in Start()
Dhttp_request_unittest.cc159 MockSockets& sockets() { return sockets_; } in sockets() function in shill::HTTPRequestTest
Dhttp_proxy_unittest.cc184 MockSockets& sockets() { return sockets_; } in sockets() function in shill::HTTPProxyTest
/system/core/adb/
Dsysdeps_test.cpp222 std::vector<int> sockets; in TEST_F() local
Dshell_service.cpp140 int sockets[2]; in CreateSocketpair() local
Dsysdeps_win32.cpp667 std::vector<WSAPOLLFD> sockets; in adb_poll() local
/system/connectivity/shill/vpn/
Dopenvpn_management_server.cc78 Sockets* sockets, in Start()