Home
last modified time | relevance | path

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

/system/update_engine/
Dconnection_manager_unittest.cc190 TestWithServiceType(shill::kTypeCellular, nullptr, ConnectionType::kCellular); in TEST_F()
249 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular)); in TEST_F()
255 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F()
268 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular)); in TEST_F()
279 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F()
301 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F()
334 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F()
350 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F()
357 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F()
371 StringForConnectionType(ConnectionType::kCellular)); in TEST_F()
Dconnection_utils.cc40 return ConnectionType::kCellular; in ParseConnectionType()
68 case ConnectionType::kCellular: in StringForConnectionType()
Dconnection_utils.h30 kCellular, enumerator
Dmetrics_constants.h115 kCellular = 5, // Cellular. enumerator
Dconnection_manager.cc61 case ConnectionType::kCellular: { in IsUpdateAllowedOver()
112 return IsUpdateAllowedOver(ConnectionType::kCellular, in IsUpdateAllowedOver()
Dmetrics_utils_unittest.cc50 EXPECT_EQ(metrics::ConnectionType::kCellular, in TEST()
51 GetConnectionType(ConnectionType::kCellular, in TEST()
Dmetrics_utils.cc275 case ConnectionType::kCellular: in GetConnectionType()
276 return metrics::ConnectionType::kCellular; in GetConnectionType()
Domaha_request_action_unittest.cc905 .WillRepeatedly(DoAll(SetArgPointee<0>(ConnectionType::kCellular), in TEST_F()
910 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kCellular, _)) in TEST_F()
934 .WillRepeatedly(DoAll(SetArgPointee<0>(ConnectionType::kCellular), in TEST_F()
939 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kCellular, _)) in TEST_F()
965 .WillRepeatedly(DoAll(SetArgPointee<0>(ConnectionType::kCellular), in TEST_F()
970 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kCellular, _)) in TEST_F()
1003 .WillRepeatedly(DoAll(SetArgPointee<0>(ConnectionType::kCellular), in TEST_F()
1008 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kCellular, _)) in TEST_F()
1040 .WillRepeatedly(DoAll(SetArgPointee<0>(ConnectionType::kCellular), in TEST_F()
1045 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kCellular, _)) in TEST_F()
[all …]
Dcommon_service.cc343 ConnectionType::kCellular, ConnectionTethering::kUnknown); in GetUpdateOverCellularPermission()
Dmetrics_reporter_omaha_unittest.cc283 metrics::ConnectionType connection_type = metrics::ConnectionType::kCellular; in TEST_F()
Domaha_request_action.cc1866 bool is_over_cellular = type == ConnectionType::kCellular || in IsUpdateAllowedOverCurrentConnection()
/system/update_engine/update_manager/
Dchromeos_policy.cc477 if (conn_type != ConnectionType::kCellular) { in UpdateDownloadAllowed()
482 conn_type = ConnectionType::kCellular; in UpdateDownloadAllowed()
495 case ConnectionType::kCellular: in UpdateDownloadAllowed()
526 } else if (conn_type == ConnectionType::kCellular) { in UpdateDownloadAllowed()
Dchromeos_policy_unittest.cc1438 allowed_connections.insert(ConnectionType::kCellular); in TEST_F()
1494 new ConnectionType(ConnectionType::kCellular)); in TEST_F()
1505 new ConnectionType(ConnectionType::kCellular)); in TEST_F()
1507 allowed_connections.insert(ConnectionType::kCellular); in TEST_F()
1523 new ConnectionType(ConnectionType::kCellular)); in TEST_F()
1525 allowed_connections.insert(ConnectionType::kCellular); in TEST_F()
Dboxed_value_unittest.cc178 BoxedValue(new ConnectionType(ConnectionType::kCellular)).ToString()); in TEST()
Dreal_shill_provider_unittest.cc340 ConnectionType::kCellular); in TEST_F()