Home
last modified time | relevance | path

Searched refs:CreateConnectionManager (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/update_engine/cros/
H A Dconnection_manager_interface.h60 std::unique_ptr<ConnectionManagerInterface> CreateConnectionManager();
H A Dreal_system_state.cc64 connection_manager_ = connection_manager::CreateConnectionManager(); in Initialize()
H A Dconnection_manager.cc44 std::unique_ptr<ConnectionManagerInterface> CreateConnectionManager() { in CreateConnectionManager() function