Home
last modified time | relevance | path

Searched refs:to_connection (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Dconnection.cc86 void Connection::Binder::Attach(const ConnectionRefPtr& to_connection) { in Attach() argument
93 if (to_connection) { in Attach()
94 connection_ = to_connection->weak_ptr_factory_.GetWeakPtr(); in Attach()
Dconnection.h64 void Attach(const ConnectionRefPtr& to_connection);