Searched refs:kCellular (Results 1 – 12 of 12) sorted by relevance
/system/update_engine/ |
D | connection_manager_unittest.cc | 178 TestWithServiceType(shill::kTypeCellular, nullptr, ConnectionType::kCellular); in TEST_F() 233 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular)); in TEST_F() 239 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F() 252 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular)); in TEST_F() 263 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F() 281 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F() 310 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F() 320 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular)); in TEST_F() 329 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F() 348 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F() [all …]
|
D | connection_utils.cc | 34 return ConnectionType::kCellular; in ParseConnectionType() 60 case ConnectionType::kCellular: in StringForConnectionType()
|
D | connection_utils.h | 29 kCellular, enumerator
|
D | connection_manager.cc | 59 case ConnectionType::kCellular: { in IsUpdateAllowedOver() 116 return IsUpdateAllowedOver(ConnectionType::kCellular, in IsUpdateAllowedOver()
|
D | metrics_utils_unittest.cc | 47 EXPECT_EQ(metrics::ConnectionType::kCellular, in TEST() 48 GetConnectionType(ConnectionType::kCellular, in TEST()
|
D | metrics_utils.cc | 257 case ConnectionType::kCellular: in GetConnectionType() 258 return metrics::ConnectionType::kCellular; in GetConnectionType()
|
D | metrics.h | 168 kCellular, // Cellular. enumerator
|
D | common_service.cc | 305 *out_allowed = cm->IsUpdateAllowedOver(ConnectionType::kCellular, in GetUpdateOverCellularPermission()
|
/system/update_engine/update_manager/ |
D | chromeos_policy.cc | 509 if (conn_type != ConnectionType::kCellular) { in UpdateDownloadAllowed() 514 conn_type = ConnectionType::kCellular; in UpdateDownloadAllowed() 527 case ConnectionType::kCellular: in UpdateDownloadAllowed() 558 } else if (conn_type == ConnectionType::kCellular) { in UpdateDownloadAllowed()
|
D | boxed_value_unittest.cc | 172 BoxedValue(new ConnectionType(ConnectionType::kCellular)) in TEST()
|
D | chromeos_policy_unittest.cc | 1502 allowed_connections.insert(ConnectionType::kCellular); in TEST_F() 1558 reset(new ConnectionType(ConnectionType::kCellular)); in TEST_F() 1570 reset(new ConnectionType(ConnectionType::kCellular)); in TEST_F() 1572 allowed_connections.insert(ConnectionType::kCellular); in TEST_F() 1589 reset(new ConnectionType(ConnectionType::kCellular)); in TEST_F() 1591 allowed_connections.insert(ConnectionType::kCellular); in TEST_F()
|
D | real_shill_provider_unittest.cc | 342 ConnectionType::kCellular); in TEST_F()
|