Searched refs:kEthernet (Results 1 - 10 of 10) sorted by relevance

/system/update_engine/
H A Dconnection_utils.h25 kEthernet, member in class:chromeos_update_engine::ConnectionType
H A Dmetrics_utils_unittest.cc35 EXPECT_EQ(metrics::ConnectionType::kEthernet,
36 GetConnectionType(ConnectionType::kEthernet,
51 GetConnectionType(ConnectionType::kEthernet,
58 EXPECT_EQ(metrics::ConnectionType::kEthernet,
59 GetConnectionType(ConnectionType::kEthernet,
61 EXPECT_EQ(metrics::ConnectionType::kEthernet,
62 GetConnectionType(ConnectionType::kEthernet,
64 EXPECT_EQ(metrics::ConnectionType::kEthernet,
65 GetConnectionType(ConnectionType::kEthernet,
H A Dconnection_utils.cc26 return ConnectionType::kEthernet;
52 case ConnectionType::kEthernet:
H A Dconnection_manager_unittest.cc173 TestWithServiceType(shill::kTypeEthernet, nullptr, ConnectionType::kEthernet);
207 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kEthernet,
259 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kEthernet,
261 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kEthernet,
274 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kEthernet,
288 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(ConnectionType::kEthernet,
302 allowed_set.insert(StringForConnectionType(ConnectionType::kEthernet));
374 StringForConnectionType(ConnectionType::kEthernet));
H A Dmetrics.h164 kEthernet, // Ethernet. member in class:chromeos_update_engine::metrics::CheckResult::CheckReaction::DownloadErrorCode::AttemptResult::ConnectionType
H A Dmetrics_utils.cc237 case ConnectionType::kEthernet:
241 return metrics::ConnectionType::kEthernet;
H A Domaha_request_action_unittest.cc501 DoAll(SetArgumentPointee<0>(ConnectionType::kEthernet),
504 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kEthernet, _))
/system/update_engine/update_manager/
H A Dreal_shill_provider_unittest.cc310 ConnectionType::kEthernet);
379 ConnectionType::kEthernet);
381 UmTestUtils::ExpectVariableHasValue(ConnectionType::kEthernet,
391 ConnectionType::kEthernet);
395 UmTestUtils::ExpectVariableHasValue(ConnectionType::kEthernet,
405 ConnectionType::kEthernet);
H A Dboxed_value_unittest.cc162 BoxedValue(new ConnectionType(ConnectionType::kEthernet))
197 set1->insert(ConnectionType::kEthernet);
H A Dchromeos_policy_unittest.cc1459 reset(new ConnectionType(ConnectionType::kEthernet));

Completed in 76 milliseconds