Searched refs:ConnectionManager (Results 1 – 3 of 3) sorted by relevance
34 class ConnectionManager : public ConnectionManagerInterface {38 explicit ConnectionManager(ShillProxyInterface* shill_proxy);39 ~ConnectionManager() override = default;60 DISALLOW_COPY_AND_ASSIGN(ConnectionManager);
46 new ConnectionManager(new ShillProxy())); in CreateConnectionManager()50 ConnectionManager::ConnectionManager(ShillProxyInterface* shill_proxy) in ConnectionManager() function in chromeos_update_engine::ConnectionManager53 bool ConnectionManager::IsUpdateAllowedOver( in IsUpdateAllowedOver()110 bool ConnectionManager::IsAllowedConnectionTypesForUpdateSet() const { in IsAllowedConnectionTypesForUpdateSet()126 bool ConnectionManager::GetConnectionProperties( in GetConnectionProperties()143 bool ConnectionManager::GetDefaultServicePath(dbus::ObjectPath* out_path) { in GetDefaultServicePath()160 bool ConnectionManager::GetServicePathProperties( in GetServicePathProperties()
88 ConnectionManager cmut_{fake_shill_proxy_};