Home
last modified time | relevance | path

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

/system/update_engine/
Dfake_system_state.h65 return connection_manager_; in connection_manager()
121 connection_manager_ = in set_connection_manager()
190 CHECK(connection_manager_ == &mock_connection_manager_); in mock_connection_manager()
259 ConnectionManagerInterface* connection_manager_; variable
Dreal_system_state.h91 return connection_manager_.get(); in connection_manager()
158 std::unique_ptr<ConnectionManagerInterface> connection_manager_; variable
Dfake_system_state.cc28 connection_manager_(&mock_connection_manager_), in FakeSystemState()
Dreal_system_state.cc80 connection_manager_ = connection_manager::CreateConnectionManager(this); in Initialize()
81 if (!connection_manager_) { in Initialize()