Home
last modified time | relevance | path

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

/system/update_engine/
Dconnection_manager_unittest.cc49 class ConnectionManagerTest : public ::testing::Test { class
51 ConnectionManagerTest() : fake_shill_proxy_(new FakeShillProxy()) {} in ConnectionManagerTest() function in chromeos_update_engine::ConnectionManagerTest
91 void ConnectionManagerTest::SetManagerReply(const char* default_service, in SetManagerReply()
113 void ConnectionManagerTest::SetServiceReply(const string& service_path, in SetServiceReply()
141 void ConnectionManagerTest::TestWithServiceType(const char* service_type, in TestWithServiceType()
158 void ConnectionManagerTest::TestWithServiceTethering( in TestWithServiceTethering()
172 void ConnectionManagerTest::TestWithServiceDisconnected( in TestWithServiceDisconnected()
184 TEST_F(ConnectionManagerTest, SimpleTest) { in TEST_F() argument
190 TEST_F(ConnectionManagerTest, PhysicalTechnologyTest) { in TEST_F() argument
197 TEST_F(ConnectionManagerTest, TetheringTest) { in TEST_F() argument
[all …]