Searched defs:AsyncConnection (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/
H A Dasync_connection.cc36 AsyncConnection::AsyncConnection(const string& interface_name, function in class:shill::AsyncConnection
46 Bind(&AsyncConnection::OnConnectCompletion, Unretained(this))) { }
48 AsyncConnection::~AsyncConnection() {
52 bool AsyncConnection::Start(const IPAddress& address, int port) {
99 void AsyncConnection::Stop() {
107 void AsyncConnection::OnConnectCompletion(int fd) {
126 int AsyncConnection::ConnectTo(const IPAddress& address, int port) {
H A Dasync_connection.h34 // The AsyncConnection class implements an asynchronous
39 class AsyncConnection { class in namespace:shill
43 AsyncConnection(const std::string& interface_name,
47 virtual ~AsyncConnection();
61 // Calling Start() on an AsyncConnection that is already Start()ed is
66 // Calling Stop() on an unstarted or Stop()ped AsyncConnection is
89 DISALLOW_COPY_AND_ASSIGN(AsyncConnection);

Completed in 70 milliseconds