Home
last modified time | relevance | path

Searched refs:GetLowerConnection (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Dmock_connection.h36 MOCK_CONST_METHOD0(GetLowerConnection, ConnectionRefPtr());
Dconnection.h95 virtual ConnectionRefPtr GetLowerConnection() const { in GetLowerConnection() function
Dconnection.cc694 while (carrier->GetLowerConnection()) { in GetCarrierConnection()
703 carrier = carrier->GetLowerConnection(); in GetCarrierConnection()
Dservice_unittest.cc1380 EXPECT_CALL(*mock_connection0, GetLowerConnection()) in TEST_F()
1382 EXPECT_CALL(*mock_connection1, GetLowerConnection()) in TEST_F()
Dservice.cc797 return connection_->GetLowerConnection() == b->connection(); in IsDependentOn()