Home
last modified time | relevance | path

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

/system/update_engine/
Dconnection_manager_interface.h33 class ConnectionManagerInterface {
35 virtual ~ConnectionManagerInterface() = default;
54 ConnectionManagerInterface() = default;
57 DISALLOW_COPY_AND_ASSIGN(ConnectionManagerInterface);
62 std::unique_ptr<ConnectionManagerInterface> CreateConnectionManager(
Dconnection_manager_android.cc24 std::unique_ptr<ConnectionManagerInterface> CreateConnectionManager( in CreateConnectionManager()
26 return std::unique_ptr<ConnectionManagerInterface>( in CreateConnectionManager()
Dsystem_state.h39 class ConnectionManagerInterface; variable
73 virtual ConnectionManagerInterface* connection_manager() = 0;
Dmock_connection_manager.h29 class MockConnectionManager : public ConnectionManagerInterface {
Dconnection_manager_android.h27 class ConnectionManagerAndroid : public ConnectionManagerInterface {
Dreal_system_state.h90 inline ConnectionManagerInterface* connection_manager() override { in connection_manager()
158 std::unique_ptr<ConnectionManagerInterface> connection_manager_;
Dfake_system_state.h64 inline ConnectionManagerInterface* connection_manager() override { in connection_manager()
120 ConnectionManagerInterface* connection_manager) { in set_connection_manager()
259 ConnectionManagerInterface* connection_manager_;
Dconnection_manager.h34 class ConnectionManager : public ConnectionManagerInterface {
Dconnection_manager.cc44 std::unique_ptr<ConnectionManagerInterface> CreateConnectionManager( in CreateConnectionManager()
46 return std::unique_ptr<ConnectionManagerInterface>( in CreateConnectionManager()
Dcommon_service.cc281 ConnectionManagerInterface* connection_manager = in SetUpdateOverCellularPermission()
313 ConnectionManagerInterface* connection_manager = in SetUpdateOverCellularTarget()
343 ConnectionManagerInterface* connection_manager = in GetUpdateOverCellularPermission()
Dpayload_state.cc208 ConnectionManagerInterface* connection_manager = in AttemptStarted()
Domaha_request_action.cc1595 ConnectionManagerInterface* connection_manager = in IsUpdateAllowedOverCurrentConnection()