Searched refs:kBluetooth (Results 1 – 12 of 12) sorted by relevance
/system/update_engine/ |
D | connection_utils.cc | 38 return ConnectionType::kBluetooth; in ParseConnectionType() 66 case ConnectionType::kBluetooth: in StringForConnectionType()
|
D | connection_utils.h | 29 kBluetooth, enumerator
|
D | connection_manager_unittest.cc | 189 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()
|
D | metrics_constants.h | 114 kBluetooth = 4, // Bluetooth. enumerator
|
D | metrics_utils_unittest.cc | 47 EXPECT_EQ(metrics::ConnectionType::kBluetooth, in TEST() 48 GetConnectionType(ConnectionType::kBluetooth, in TEST()
|
D | metrics_utils.cc | 272 case ConnectionType::kBluetooth: in GetConnectionType() 273 return metrics::ConnectionType::kBluetooth; in GetConnectionType()
|
D | connection_manager.cc | 58 case ConnectionType::kBluetooth: in IsUpdateAllowedOver()
|
/system/update_engine/update_manager/ |
D | boxed_value_unittest.cc | 175 BoxedValue(new ConnectionType(ConnectionType::kBluetooth)).ToString()); in TEST()
|
D | real_device_policy_provider_unittest.cc | 334 set<ConnectionType>{ConnectionType::kWifi, ConnectionType::kBluetooth}, in TEST_F()
|
D | real_shill_provider_unittest.cc | 332 ConnectionType::kBluetooth); in TEST_F()
|
D | chromeos_policy_unittest.cc | 1466 new ConnectionType(ConnectionType::kBluetooth)); in TEST_F() 1478 new ConnectionType(ConnectionType::kBluetooth)); in TEST_F() 1480 allowed_connections.insert(ConnectionType::kBluetooth); in TEST_F()
|
D | chromeos_policy.cc | 491 case ConnectionType::kBluetooth: in UpdateDownloadAllowed()
|