Searched refs:kCellular (Results 1 – 15 of 15) sorted by relevance
/system/update_engine/ |
D | connection_manager_unittest.cc | 187 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()
|
D | connection_utils.cc | 36 return ConnectionType::kCellular; in ParseConnectionType() 60 case ConnectionType::kCellular: in StringForConnectionType()
|
D | connection_utils.h | 28 kCellular, enumerator
|
D | metrics_constants.h | 122 kCellular = 5, // Cellular. enumerator
|
D | metrics_utils_unittest.cc | 44 EXPECT_EQ(metrics::ConnectionType::kCellular, in TEST() 45 GetConnectionType(ConnectionType::kCellular, in TEST()
|
D | connection_manager.cc | 57 if (type != ConnectionType::kCellular) { in IsUpdateAllowedOver()
|
D | metrics_utils.cc | 283 case ConnectionType::kCellular: in GetConnectionType() 284 return metrics::ConnectionType::kCellular; in GetConnectionType()
|
D | omaha_request_action_unittest.cc | 860 .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 …]
|
D | common_service.cc | 349 ConnectionType::kCellular, ConnectionTethering::kUnknown); in GetUpdateOverCellularPermission()
|
D | metrics_reporter_omaha_unittest.cc | 283 metrics::ConnectionType connection_type = metrics::ConnectionType::kCellular; in TEST_F()
|
D | omaha_request_action.cc | 1607 bool is_over_cellular = type == ConnectionType::kCellular || in IsUpdateAllowedOverCurrentConnection()
|
/system/update_engine/update_manager/ |
D | boxed_value_unittest.cc | 173 BoxedValue(new ConnectionType(ConnectionType::kCellular)).ToString()); in TEST() 217 set1->insert(ConnectionType::kCellular); in TEST()
|
D | chromeos_policy.cc | 488 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()
|
D | chromeos_policy_unittest.cc | 1432 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()
|
D | real_shill_provider_unittest.cc | 323 ConnectionType::kCellular); in TEST_F()
|