Home
last modified time | relevance | path

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

/system/update_engine/
Dconnection_manager_unittest.cc177 TestWithServiceType(shill::kTypeCellular, nullptr, ConnectionType::kCellular); in TEST_F()
232 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular)); in TEST_F()
238 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F()
251 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular)); in TEST_F()
262 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F()
280 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F()
309 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F()
319 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular)); in TEST_F()
328 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F()
347 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_constants.h115 kCellular, // Cellular. enumerator
Dmetrics_utils_unittest.cc47 EXPECT_EQ(metrics::ConnectionType::kCellular, in TEST()
48 GetConnectionType(ConnectionType::kCellular, in TEST()
Dmetrics_utils.cc262 case ConnectionType::kCellular: in GetConnectionType()
263 return metrics::ConnectionType::kCellular; in GetConnectionType()
Dcommon_service.cc315 *out_allowed = cm->IsUpdateAllowedOver(ConnectionType::kCellular, in GetUpdateOverCellularPermission()
Dmetrics_reporter_omaha_unittest.cc219 metrics::ConnectionType connection_type = metrics::ConnectionType::kCellular; in TEST_F()
/system/update_engine/update_manager/
Dchromeos_policy.cc444 if (conn_type != ConnectionType::kCellular) { in UpdateDownloadAllowed()
449 conn_type = ConnectionType::kCellular; in UpdateDownloadAllowed()
462 case ConnectionType::kCellular: in UpdateDownloadAllowed()
493 } else if (conn_type == ConnectionType::kCellular) { in UpdateDownloadAllowed()
Dchromeos_policy_unittest.cc1302 allowed_connections.insert(ConnectionType::kCellular); in TEST_F()
1358 reset(new ConnectionType(ConnectionType::kCellular)); in TEST_F()
1370 reset(new ConnectionType(ConnectionType::kCellular)); in TEST_F()
1372 allowed_connections.insert(ConnectionType::kCellular); in TEST_F()
1389 reset(new ConnectionType(ConnectionType::kCellular)); in TEST_F()
1391 allowed_connections.insert(ConnectionType::kCellular); in TEST_F()
Dboxed_value_unittest.cc173 BoxedValue(new ConnectionType(ConnectionType::kCellular)) in TEST()
Dreal_shill_provider_unittest.cc344 ConnectionType::kCellular); in TEST_F()