Searched refs:ScopedSocketCloser (Results 1 – 13 of 13) sorted by relevance
/system/connectivity/shill/net/ |
D | sockets.h | 133 class SHILL_EXPORT ScopedSocketCloser { 135 ScopedSocketCloser(Sockets* sockets, int fd); 136 ~ScopedSocketCloser(); 146 DISALLOW_COPY_AND_ASSIGN(ScopedSocketCloser);
|
D | sockets.cc | 173 ScopedSocketCloser::ScopedSocketCloser(Sockets* sockets, int fd) in ScopedSocketCloser() function in shill::ScopedSocketCloser 177 ScopedSocketCloser::~ScopedSocketCloser() { in ~ScopedSocketCloser() 182 int ScopedSocketCloser::Release() { in Release()
|
D | rtnl_handler.cc | 433 ScopedSocketCloser socket_closer(sockets_.get(), socket); in GetInterfaceIndex()
|
/system/connectivity/shill/ |
D | icmp.h | 33 class ScopedSocketCloser; variable 69 std::unique_ptr<ScopedSocketCloser> socket_closer_;
|
D | eap_listener.h | 29 class ScopedSocketCloser; variable 84 std::unique_ptr<ScopedSocketCloser> socket_closer_;
|
D | arp_client.h | 29 class ScopedSocketCloser; variable 79 std::unique_ptr<ScopedSocketCloser> socket_closer_;
|
D | eap_listener.cc | 75 socket_closer_.reset(new ScopedSocketCloser(sockets_.get(), socket_)); in CreateSocket()
|
D | icmp.cc | 43 socket_closer_.reset(new ScopedSocketCloser(sockets_.get(), socket_)); in Start()
|
D | arp_client.cc | 75 socket_closer_.reset(new ScopedSocketCloser(sockets_.get(), socket_)); in CreateSocket()
|
D | device_info.cc | 738 ScopedSocketCloser socket_closer(sockets_.get(), fd); in GetMACAddressFromKernel() 771 ScopedSocketCloser socket_closer(sockets_.get(), fd); in GetMACAddressOfPeer()
|
/system/connectivity/dhcp_client/ |
D | device_info.cc | 70 shill::ScopedSocketCloser socket_closer(sockets_.get(), fd); in GetDeviceInfo()
|
D | dhcpv4.cc | 173 shill::ScopedSocketCloser socket_closer(sockets_.get(), fd); in CreateRawSocket()
|
/system/connectivity/shill/ethernet/ |
D | ethernet.cc | 453 ScopedSocketCloser socket_closer(sockets_.get(), sock); in SetupWakeOnLan()
|