Home
last modified time | relevance | path

Searched refs:connection_manager_ (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/cros/
Dfake_system_state.h76 return connection_manager_; in connection_manager()
132 connection_manager_ = in set_connection_manager()
201 CHECK(connection_manager_ == &mock_connection_manager_); in mock_connection_manager()
286 ConnectionManagerInterface* connection_manager_; variable
Dreal_system_state.h76 return connection_manager_.get(); in connection_manager()
139 std::unique_ptr<ConnectionManagerInterface> connection_manager_; variable
Dfake_system_state.cc26 connection_manager_(&mock_connection_manager_), in FakeSystemState()
Dreal_system_state.cc64 connection_manager_ = connection_manager::CreateConnectionManager(); in Initialize()
65 if (!connection_manager_) { in Initialize()