Home
last modified time | relevance | path

Searched refs:ScopedSocketCloser (Results 1 – 13 of 13) sorted by relevance

/system/connectivity/shill/net/
Dsockets.h133 class SHILL_EXPORT ScopedSocketCloser {
135 ScopedSocketCloser(Sockets* sockets, int fd);
136 ~ScopedSocketCloser();
146 DISALLOW_COPY_AND_ASSIGN(ScopedSocketCloser);
Dsockets.cc173 ScopedSocketCloser::ScopedSocketCloser(Sockets* sockets, int fd) in ScopedSocketCloser() function in shill::ScopedSocketCloser
177 ScopedSocketCloser::~ScopedSocketCloser() { in ~ScopedSocketCloser()
182 int ScopedSocketCloser::Release() { in Release()
Drtnl_handler.cc433 ScopedSocketCloser socket_closer(sockets_.get(), socket); in GetInterfaceIndex()
/system/connectivity/shill/
Dicmp.h33 class ScopedSocketCloser; variable
69 std::unique_ptr<ScopedSocketCloser> socket_closer_;
Deap_listener.h29 class ScopedSocketCloser; variable
84 std::unique_ptr<ScopedSocketCloser> socket_closer_;
Darp_client.h29 class ScopedSocketCloser; variable
79 std::unique_ptr<ScopedSocketCloser> socket_closer_;
Deap_listener.cc75 socket_closer_.reset(new ScopedSocketCloser(sockets_.get(), socket_)); in CreateSocket()
Dicmp.cc43 socket_closer_.reset(new ScopedSocketCloser(sockets_.get(), socket_)); in Start()
Darp_client.cc75 socket_closer_.reset(new ScopedSocketCloser(sockets_.get(), socket_)); in CreateSocket()
Ddevice_info.cc738 ScopedSocketCloser socket_closer(sockets_.get(), fd); in GetMACAddressFromKernel()
771 ScopedSocketCloser socket_closer(sockets_.get(), fd); in GetMACAddressOfPeer()
/system/connectivity/dhcp_client/
Ddevice_info.cc70 shill::ScopedSocketCloser socket_closer(sockets_.get(), fd); in GetDeviceInfo()
Ddhcpv4.cc173 shill::ScopedSocketCloser socket_closer(sockets_.get(), fd); in CreateRawSocket()
/system/connectivity/shill/ethernet/
Dethernet.cc453 ScopedSocketCloser socket_closer(sockets_.get(), sock); in SetupWakeOnLan()