Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dconnection_manager_unittest.cc75 void TestWithServiceType(const char* service_type,
141 void ConnectionManagerTest::TestWithServiceType(const char* service_type, in TestWithServiceType() function in chromeos_update_engine::ConnectionManagerTest
185 TestWithServiceType(shill::kTypeEthernet, nullptr, ConnectionType::kEthernet); in TEST_F()
186 TestWithServiceType(shill::kTypeWifi, nullptr, ConnectionType::kWifi); in TEST_F()
187 TestWithServiceType(shill::kTypeCellular, nullptr, ConnectionType::kCellular); in TEST_F()
191 TestWithServiceType(shill::kTypeVPN, nullptr, ConnectionType::kUnknown); in TEST_F()
192 TestWithServiceType( in TEST_F()
194 TestWithServiceType(shill::kTypeVPN, shill::kTypeWifi, ConnectionType::kWifi); in TEST_F()
209 TestWithServiceType("foo", nullptr, ConnectionType::kUnknown); in TEST_F()