Home
last modified time | relevance | path

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

/system/update_engine/
Dconnection_manager_unittest.cc187 TestWithServiceType(shill::kTypeCellular, nullptr, ConnectionType::kCellular); in TEST_F()
234 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular)); in TEST_F()
240 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F()
253 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular)); in TEST_F()
263 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F()
281 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F()
313 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F()
329 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F()
336 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F()
346 StringForConnectionType(ConnectionType::kCellular)); in TEST_F()
Dconnection_utils.cc36 return ConnectionType::kCellular; in ParseConnectionType()
60 case ConnectionType::kCellular: in StringForConnectionType()
Dconnection_utils.h28 kCellular, enumerator
Dmetrics_constants.h122 kCellular = 5, // Cellular. enumerator
Dmetrics_utils_unittest.cc44 EXPECT_EQ(metrics::ConnectionType::kCellular, in TEST()
45 GetConnectionType(ConnectionType::kCellular, in TEST()
Dconnection_manager.cc57 if (type != ConnectionType::kCellular) { in IsUpdateAllowedOver()
Dmetrics_utils.cc283 case ConnectionType::kCellular: in GetConnectionType()
284 return metrics::ConnectionType::kCellular; in GetConnectionType()
Domaha_request_action_unittest.cc860 .WillRepeatedly(DoAll(SetArgPointee<0>(ConnectionType::kCellular), in TEST_F()
865 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kCellular, _)) in TEST_F()
882 .WillRepeatedly(DoAll(SetArgPointee<0>(ConnectionType::kCellular), in TEST_F()
887 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kCellular, _)) in TEST_F()
908 .WillRepeatedly(DoAll(SetArgPointee<0>(ConnectionType::kCellular), in TEST_F()
913 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kCellular, _)) in TEST_F()
940 .WillRepeatedly(DoAll(SetArgPointee<0>(ConnectionType::kCellular), in TEST_F()
945 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kCellular, _)) in TEST_F()
973 .WillRepeatedly(DoAll(SetArgPointee<0>(ConnectionType::kCellular), in TEST_F()
978 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kCellular, _)) in TEST_F()
[all …]
Dcommon_service.cc349 ConnectionType::kCellular, ConnectionTethering::kUnknown); in GetUpdateOverCellularPermission()
Dmetrics_reporter_omaha_unittest.cc283 metrics::ConnectionType connection_type = metrics::ConnectionType::kCellular; in TEST_F()
Domaha_request_action.cc1607 bool is_over_cellular = type == ConnectionType::kCellular || in IsUpdateAllowedOverCurrentConnection()
/system/update_engine/update_manager/
Dboxed_value_unittest.cc173 BoxedValue(new ConnectionType(ConnectionType::kCellular)).ToString()); in TEST()
217 set1->insert(ConnectionType::kCellular); in TEST()
Dchromeos_policy.cc488 if (conn_type != ConnectionType::kCellular) { in UpdateDownloadAllowed()
493 conn_type = ConnectionType::kCellular; in UpdateDownloadAllowed()
502 case ConnectionType::kCellular: in UpdateDownloadAllowed()
533 } else if (conn_type == ConnectionType::kCellular) { in UpdateDownloadAllowed()
Dchromeos_policy_unittest.cc1432 allowed_connections.insert(ConnectionType::kCellular); in TEST_F()
1447 new ConnectionType(ConnectionType::kCellular)); in TEST_F()
1458 new ConnectionType(ConnectionType::kCellular)); in TEST_F()
1460 allowed_connections.insert(ConnectionType::kCellular); in TEST_F()
1476 new ConnectionType(ConnectionType::kCellular)); in TEST_F()
1478 allowed_connections.insert(ConnectionType::kCellular); in TEST_F()
Dreal_shill_provider_unittest.cc323 ConnectionType::kCellular); in TEST_F()