Home
last modified time | relevance | path

Searched refs:ConnectionManagerInterface (Results 1 – 10 of 10) sorted by relevance

/system/update_engine/cros/
Dconnection_manager_interface.h31 class ConnectionManagerInterface {
33 virtual ~ConnectionManagerInterface() = default;
52 ConnectionManagerInterface() = default;
55 DISALLOW_COPY_AND_ASSIGN(ConnectionManagerInterface);
60 std::unique_ptr<ConnectionManagerInterface> CreateConnectionManager();
Dmock_connection_manager.h29 class MockConnectionManager : public ConnectionManagerInterface {
Dreal_system_state.h75 ConnectionManagerInterface* connection_manager() override { in connection_manager()
139 std::unique_ptr<ConnectionManagerInterface> connection_manager_;
Dconnection_manager.h34 class ConnectionManager : public ConnectionManagerInterface {
Dfake_system_state.h75 inline ConnectionManagerInterface* connection_manager() override { in connection_manager()
131 ConnectionManagerInterface* connection_manager) { in set_connection_manager()
286 ConnectionManagerInterface* connection_manager_;
Dconnection_manager.cc44 std::unique_ptr<ConnectionManagerInterface> CreateConnectionManager() { in CreateConnectionManager()
45 return std::unique_ptr<ConnectionManagerInterface>( in CreateConnectionManager()
Dcommon_service.cc277 ConnectionManagerInterface* connection_manager = in SetUpdateOverCellularPermission()
306 ConnectionManagerInterface* connection_manager = in SetUpdateOverCellularTarget()
334 ConnectionManagerInterface* connection_manager = in GetUpdateOverCellularPermission()
Dpayload_state.cc207 ConnectionManagerInterface* connection_manager = in AttemptStarted()
Domaha_request_action.cc1639 ConnectionManagerInterface* connection_manager = in IsUpdateAllowedOverCurrentConnection()
/system/update_engine/common/
Dsystem_state.h45 class ConnectionManagerInterface; variable
79 virtual ConnectionManagerInterface* connection_manager() = 0;