Home
last modified time | relevance | path

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

/system/update_engine/
Dconnection_manager_interface.h43 class ConnectionManagerInterface {
45 virtual ~ConnectionManagerInterface() = default;
60 ConnectionManagerInterface() = default;
63 DISALLOW_COPY_AND_ASSIGN(ConnectionManagerInterface);
Dsystem_state.h47 class ConnectionManagerInterface; variable
79 virtual ConnectionManagerInterface* connection_manager() = 0;
Dfake_system_state.h64 inline ConnectionManagerInterface* connection_manager() override { in connection_manager()
120 ConnectionManagerInterface* connection_manager) { in set_connection_manager()
254 ConnectionManagerInterface* connection_manager_;
Dmock_connection_manager.h29 class MockConnectionManager : public ConnectionManagerInterface {
Dconnection_manager.h35 class ConnectionManager : public ConnectionManagerInterface {
Dreal_system_state.h88 inline ConnectionManagerInterface* connection_manager() override { in connection_manager()
Dcommon_service.cc261 ConnectionManagerInterface* cm = system_state_->connection_manager(); in GetUpdateOverCellularPermission()
Domaha_request_action.cc1476 ConnectionManagerInterface* connection_manager = in IsUpdateAllowedOverCurrentConnection()
Dpayload_state.cc191 ConnectionManagerInterface* connection_manager = in AttemptStarted()