Home
last modified time | relevance | path

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

/system/update_engine/
Dconnection_manager_unittest.cc178 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 …]
Dconnection_utils.cc34 return ConnectionType::kCellular; in ParseConnectionType()
60 case ConnectionType::kCellular: in StringForConnectionType()
Dconnection_utils.h29 kCellular, enumerator
Dconnection_manager.cc59 case ConnectionType::kCellular: { in IsUpdateAllowedOver()
116 return IsUpdateAllowedOver(ConnectionType::kCellular, in IsUpdateAllowedOver()
Dmetrics_utils_unittest.cc47 EXPECT_EQ(metrics::ConnectionType::kCellular, in TEST()
48 GetConnectionType(ConnectionType::kCellular, in TEST()
Dmetrics_utils.cc257 case ConnectionType::kCellular: in GetConnectionType()
258 return metrics::ConnectionType::kCellular; in GetConnectionType()
Dmetrics.h168 kCellular, // Cellular. enumerator
Dcommon_service.cc305 *out_allowed = cm->IsUpdateAllowedOver(ConnectionType::kCellular, in GetUpdateOverCellularPermission()
/system/update_engine/update_manager/
Dchromeos_policy.cc509 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()
Dboxed_value_unittest.cc172 BoxedValue(new ConnectionType(ConnectionType::kCellular)) in TEST()
Dchromeos_policy_unittest.cc1502 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()
Dreal_shill_provider_unittest.cc342 ConnectionType::kCellular); in TEST_F()