Searched defs:sockets (Results 1 – 14 of 14) sorted by relevance
87 virtual const Sockets* sockets() const { return sockets_.get(); } in sockets() function
173 ScopedSocketCloser::ScopedSocketCloser(Sockets* sockets, int fd) in ScopedSocketCloser()
38 Sockets* sockets, in AsyncConnection()
58 Sockets* sockets) in HTTPRequest()
311 ares_socket_t sockets[ARES_GETSOCK_MAXNUM]; in RefreshHandles() local
121 StrictMock<MockSockets>& sockets() { return sockets_; } in sockets() function in shill::AsyncConnectionTest
299 void set_sockets(Sockets* sockets) { sockets_.reset(sockets); } in set_sockets()
105 Sockets* sockets) { in Start()
159 MockSockets& sockets() { return sockets_; } in sockets() function in shill::HTTPRequestTest
184 MockSockets& sockets() { return sockets_; } in sockets() function in shill::HTTPProxyTest
222 std::vector<int> sockets; in TEST_F() local
140 int sockets[2]; in CreateSocketpair() local
667 std::vector<WSAPOLLFD> sockets; in adb_poll() local
78 Sockets* sockets, in Start()