Searched refs:IsUpdateAllowedOver (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/cros/ |
D | connection_manager_unittest.cc | 218 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kEthernet, in TEST_F() 223 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kWifi, in TEST_F() 240 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F() 259 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kEthernet, in TEST_F() 261 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kEthernet, in TEST_F() 263 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F() 265 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kWifi, in TEST_F() 270 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kEthernet, in TEST_F() 272 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kWifi, in TEST_F() 281 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular, in TEST_F() [all …]
|
D | mock_connection_manager.h | 37 MOCK_CONST_METHOD2(IsUpdateAllowedOver,
|
D | connection_manager_interface.h | 44 virtual bool IsUpdateAllowedOver(ConnectionType type,
|
D | connection_manager.h | 44 bool IsUpdateAllowedOver(ConnectionType type,
|
D | connection_manager.cc | 53 bool ConnectionManager::IsUpdateAllowedOver( in IsUpdateAllowedOver() function in chromeos_update_engine::ConnectionManager
|
D | common_service.cc | 339 *out_allowed = connection_manager->IsUpdateAllowedOver( in GetUpdateOverCellularPermission()
|
D | omaha_request_action_unittest.cc | 839 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kEthernet, _)) in TEST_F() 863 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kCellular, _)) in TEST_F() 885 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kCellular, _)) in TEST_F() 911 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kCellular, _)) in TEST_F() 943 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kCellular, _)) in TEST_F() 976 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kCellular, _)) in TEST_F()
|
D | omaha_request_action.cc | 1647 bool is_allowed = connection_manager->IsUpdateAllowedOver(type, tethering); in IsUpdateAllowedOverCurrentConnection()
|