Searched refs:kCellular (Results 1 – 15 of 15) sorted by relevance
/system/update_engine/ |
D | connection_manager_unittest.cc | 190 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()
|
D | connection_utils.cc | 40 return ConnectionType::kCellular; in ParseConnectionType() 68 case ConnectionType::kCellular: in StringForConnectionType()
|
D | connection_utils.h | 30 kCellular, enumerator
|
D | metrics_constants.h | 115 kCellular = 5, // Cellular. enumerator
|
D | connection_manager.cc | 61 case ConnectionType::kCellular: { in IsUpdateAllowedOver() 112 return IsUpdateAllowedOver(ConnectionType::kCellular, in IsUpdateAllowedOver()
|
D | metrics_utils_unittest.cc | 50 EXPECT_EQ(metrics::ConnectionType::kCellular, in TEST() 51 GetConnectionType(ConnectionType::kCellular, in TEST()
|
D | metrics_utils.cc | 275 case ConnectionType::kCellular: in GetConnectionType() 276 return metrics::ConnectionType::kCellular; in GetConnectionType()
|
D | omaha_request_action_unittest.cc | 905 .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 …]
|
D | common_service.cc | 343 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 | 1866 bool is_over_cellular = type == ConnectionType::kCellular || in IsUpdateAllowedOverCurrentConnection()
|
/system/update_engine/update_manager/ |
D | chromeos_policy.cc | 477 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()
|
D | chromeos_policy_unittest.cc | 1438 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()
|
D | boxed_value_unittest.cc | 178 BoxedValue(new ConnectionType(ConnectionType::kCellular)).ToString()); in TEST()
|
D | real_shill_provider_unittest.cc | 340 ConnectionType::kCellular); in TEST_F()
|