Home
last modified time | relevance | path

Searched refs:allowed_types (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/update_engine/cros/
H A Dconnection_manager.cc87 set<string> allowed_types; in IsUpdateAllowedOver() local
88 if (device_policy->GetAllowedConnectionTypesForUpdate(&allowed_types)) { in IsUpdateAllowedOver()
92 if (allowed_types.find(shill::kTypeCellular) == allowed_types.end()) { in IsUpdateAllowedOver()
118 set<string> allowed_types; in IsAllowedConnectionTypesForUpdateSet() local
119 if (!device_policy->GetAllowedConnectionTypesForUpdate(&allowed_types)) { in IsAllowedConnectionTypesForUpdateSet()
/aosp12/system/update_engine/update_manager/
H A Dreal_device_policy_provider.cc151 set<ConnectionType>* allowed_types) const { in ConvertAllowedConnectionTypesForUpdate()
157 allowed_types->clear(); in ConvertAllowedConnectionTypesForUpdate()
162 allowed_types->insert(type); in ConvertAllowedConnectionTypesForUpdate()
H A Dreal_device_policy_provider.h177 std::set<chromeos_update_engine::ConnectionType>* allowed_types) const;