Home
last modified time | relevance | path

Searched refs:Attach (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/
Dconnection_unittest.cc936 binder0.Attach(connection_); in TEST_F()
937 binder1.Attach(connection_); in TEST_F()
940 binder1.Attach(connection_); in TEST_F()
942 binder3.Attach(connection_); in TEST_F()
943 binder2.Attach(connection_); in TEST_F()
946 binder3.Attach(nullptr); in TEST_F()
974 binder->Attach(connection1); in TEST_F()
981 binder->Attach(nullptr); in TEST_F()
990 connection2->lower_binder_.Attach(connection1); in TEST_F()
1000 binder->Attach(connection1); in TEST_F()
[all …]
Dconnection.cc83 Attach(nullptr); in ~Binder()
86 void Connection::Binder::Attach(const ConnectionRefPtr& to_connection) { in Attach() function in shill::Connection::Binder
605 lower_binder_.Attach(nullptr); in OnRouteQueryResponse()
620 lower_binder_.Attach(connection); in OnRouteQueryResponse()
663 lower_binder_.Attach(nullptr); in NotifyBindersOnDisconnect()
Dconnection.h64 void Attach(const ConnectionRefPtr& to_connection);
/system/keymaster/
D.clang-format4 BreakBeforeBraces: Attach
/system/security/keystore/
D.clang-format4 BreakBeforeBraces: Attach
/system/connectivity/shill/vpn/
Dvpn_service.cc178 connection_binder_->Attach(connection); in SetConnection()