Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dconnection_manager.h34 class ConnectionManager : public ConnectionManagerInterface {
38 explicit ConnectionManager(ShillProxyInterface* shill_proxy);
39 ~ConnectionManager() override = default;
60 DISALLOW_COPY_AND_ASSIGN(ConnectionManager);
Dconnection_manager.cc46 new ConnectionManager(new ShillProxy())); in CreateConnectionManager()
50 ConnectionManager::ConnectionManager(ShillProxyInterface* shill_proxy) in ConnectionManager() function in chromeos_update_engine::ConnectionManager
53 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()
Dconnection_manager_unittest.cc88 ConnectionManager cmut_{fake_shill_proxy_};