Searched refs:kBluetooth (Results 1 - 14 of 14) sorted by relevance

/system/update_engine/
H A Dconnection_manager_interface.h28 kBluetooth, member in class:chromeos_update_engine::NetworkConnectionType
H A Dconnection_manager.cc49 return NetworkConnectionType::kBluetooth;
77 case NetworkConnectionType::kBluetooth:
154 case NetworkConnectionType::kBluetooth:
H A Dconnection_manager_unittest.cc177 NetworkConnectionType::kBluetooth);
225 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(NetworkConnectionType::kBluetooth,
259 cmut_.StringForConnectionType(NetworkConnectionType::kBluetooth));
275 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(NetworkConnectionType::kBluetooth,
391 NetworkConnectionType::kBluetooth));
H A Dmetrics.h167 kBluetooth, // Bluetooth. member in class:chromeos_update_engine::metrics::CheckResult::CheckReaction::DownloadErrorCode::AttemptResult::ConnectionType
H A Dmetrics_utils.cc248 case NetworkConnectionType::kBluetooth:
249 return metrics::ConnectionType::kBluetooth;
H A Dmetrics_utils_unittest.cc44 EXPECT_EQ(metrics::ConnectionType::kBluetooth,
45 GetConnectionType(NetworkConnectionType::kBluetooth,
/system/update_engine/update_manager/
H A Dshill_provider.h31 kBluetooth, member in class:chromeos_update_manager::ConnectionType
H A Dboxed_value.cc102 case ConnectionType::kBluetooth:
H A Dreal_shill_provider.cc41 return ConnectionType::kBluetooth;
H A Dboxed_value_unittest.cc167 BoxedValue(new ConnectionType(ConnectionType::kBluetooth))
H A Dreal_device_policy_provider_unittest.cc223 set<ConnectionType>{ConnectionType::kWifi, ConnectionType::kBluetooth},
H A Dreal_shill_provider_unittest.cc331 ConnectionType::kBluetooth);
H A Dchromeos_policy_unittest.cc1449 reset(new ConnectionType(ConnectionType::kBluetooth));
1461 reset(new ConnectionType(ConnectionType::kBluetooth));
1463 allowed_connections.insert(ConnectionType::kBluetooth);
H A Dchromeos_policy.cc489 case ConnectionType::kBluetooth:

Completed in 224 milliseconds