Searched refs:IsAllowedConnectionTypesForUpdateSet (Results 1 – 7 of 7) sorted by relevance
281 if (connection_manager->IsAllowedConnectionTypesForUpdateSet()) { in SetUpdateOverCellularPermission()310 if (connection_manager->IsAllowedConnectionTypesForUpdateSet()) { in SetUpdateOverCellularTarget()337 if (connection_manager->IsAllowedConnectionTypesForUpdateSet()) { in GetUpdateOverCellularPermission()
39 MOCK_CONST_METHOD0(IsAllowedConnectionTypesForUpdateSet, bool());
49 virtual bool IsAllowedConnectionTypesForUpdateSet() const = 0;
46 bool IsAllowedConnectionTypesForUpdateSet() const override;
110 bool ConnectionManager::IsAllowedConnectionTypesForUpdateSet() const { in IsAllowedConnectionTypesForUpdateSet() function in chromeos_update_engine::ConnectionManager
861 EXPECT_CALL(mock_cm, IsAllowedConnectionTypesForUpdateSet()) in TEST_F()883 EXPECT_CALL(mock_cm, IsAllowedConnectionTypesForUpdateSet()) in TEST_F()909 EXPECT_CALL(mock_cm, IsAllowedConnectionTypesForUpdateSet()) in TEST_F()941 EXPECT_CALL(mock_cm, IsAllowedConnectionTypesForUpdateSet()) in TEST_F()974 EXPECT_CALL(mock_cm, IsAllowedConnectionTypesForUpdateSet()) in TEST_F()1082 EXPECT_CALL(mock_cm, IsAllowedConnectionTypesForUpdateSet()) in TEST_F()
1649 connection_manager->IsAllowedConnectionTypesForUpdateSet(); in IsUpdateAllowedOverCurrentConnection()