Home
last modified time | relevance | path

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

/system/update_engine/
Dconnection_utils.cc38 return ConnectionType::kBluetooth; in ParseConnectionType()
66 case ConnectionType::kBluetooth: in StringForConnectionType()
Dconnection_utils.h29 kBluetooth, enumerator
Dconnection_manager_unittest.cc189 shill::kTypeBluetooth, nullptr, ConnectionType::kBluetooth); in TEST_F()
238 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(ConnectionType::kBluetooth, in TEST_F()
269 allowed_set.insert(StringForConnectionType(ConnectionType::kBluetooth)); in TEST_F()
285 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(ConnectionType::kBluetooth, in TEST_F()
369 StringForConnectionType(ConnectionType::kBluetooth)); in TEST_F()
Dmetrics_constants.h114 kBluetooth = 4, // Bluetooth. enumerator
Dmetrics_utils_unittest.cc47 EXPECT_EQ(metrics::ConnectionType::kBluetooth, in TEST()
48 GetConnectionType(ConnectionType::kBluetooth, in TEST()
Dmetrics_utils.cc272 case ConnectionType::kBluetooth: in GetConnectionType()
273 return metrics::ConnectionType::kBluetooth; in GetConnectionType()
Dconnection_manager.cc58 case ConnectionType::kBluetooth: in IsUpdateAllowedOver()
/system/update_engine/update_manager/
Dboxed_value_unittest.cc175 BoxedValue(new ConnectionType(ConnectionType::kBluetooth)).ToString()); in TEST()
Dreal_device_policy_provider_unittest.cc334 set<ConnectionType>{ConnectionType::kWifi, ConnectionType::kBluetooth}, in TEST_F()
Dreal_shill_provider_unittest.cc332 ConnectionType::kBluetooth); in TEST_F()
Dchromeos_policy_unittest.cc1466 new ConnectionType(ConnectionType::kBluetooth)); in TEST_F()
1478 new ConnectionType(ConnectionType::kBluetooth)); in TEST_F()
1480 allowed_connections.insert(ConnectionType::kBluetooth); in TEST_F()
Dchromeos_policy.cc491 case ConnectionType::kBluetooth: in UpdateDownloadAllowed()