Searched refs:allowed_types (Results 1 – 3 of 3) sorted by relevance
87 set<string> allowed_types; in IsUpdateAllowedOver() local88 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() local119 if (!device_policy->GetAllowedConnectionTypesForUpdate(&allowed_types)) { in IsAllowedConnectionTypesForUpdateSet()
151 set<ConnectionType>* allowed_types) const { in ConvertAllowedConnectionTypesForUpdate()157 allowed_types->clear(); in ConvertAllowedConnectionTypesForUpdate()162 allowed_types->insert(type); in ConvertAllowedConnectionTypesForUpdate()
177 std::set<chromeos_update_engine::ConnectionType>* allowed_types) const;