Searched refs:GetLowerConnection (Results 1 – 5 of 5) sorted by relevance
36 MOCK_CONST_METHOD0(GetLowerConnection, ConnectionRefPtr());
95 virtual ConnectionRefPtr GetLowerConnection() const { in GetLowerConnection() function
694 while (carrier->GetLowerConnection()) { in GetCarrierConnection()703 carrier = carrier->GetLowerConnection(); in GetCarrierConnection()
1380 EXPECT_CALL(*mock_connection0, GetLowerConnection()) in TEST_F()1382 EXPECT_CALL(*mock_connection1, GetLowerConnection()) in TEST_F()
797 return connection_->GetLowerConnection() == b->connection(); in IsDependentOn()