Home
last modified time | relevance | path

Searched refs:IsAllowedConnectionTypesForUpdateSet (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/update_engine/cros/
H A Dcommon_service.cc281 if (connection_manager->IsAllowedConnectionTypesForUpdateSet()) { in SetUpdateOverCellularPermission()
310 if (connection_manager->IsAllowedConnectionTypesForUpdateSet()) { in SetUpdateOverCellularTarget()
337 if (connection_manager->IsAllowedConnectionTypesForUpdateSet()) { in GetUpdateOverCellularPermission()
H A Dmock_connection_manager.h39 MOCK_CONST_METHOD0(IsAllowedConnectionTypesForUpdateSet, bool());
H A Dconnection_manager_interface.h49 virtual bool IsAllowedConnectionTypesForUpdateSet() const = 0;
H A Dconnection_manager.h46 bool IsAllowedConnectionTypesForUpdateSet() const override;
H A Dconnection_manager.cc110 bool ConnectionManager::IsAllowedConnectionTypesForUpdateSet() const { in IsAllowedConnectionTypesForUpdateSet() function in chromeos_update_engine::ConnectionManager
H A Domaha_request_action_unittest.cc861 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()
H A Domaha_request_action.cc1649 connection_manager->IsAllowedConnectionTypesForUpdateSet(); in IsUpdateAllowedOverCurrentConnection()