Home
last modified time | relevance | path

Searched refs:endpointList (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/include/
H A Dasync_resolve.hpp89 results_type endpointList; in async_resolve() local
93 handler(ec, endpointList); in async_resolve()
109 handler(ecErr, endpointList); in async_resolve()
113 endpointList.push_back(endpoint); in async_resolve()
116 handler(ec, endpointList); in async_resolve()
/openbmc/bmcweb/http/
H A Dhttp_client.hpp176 const Resolver::results_type& endpointList) in afterResolve() argument
178 if (ec || (endpointList.empty())) in afterResolve()
194 conn, endpointList, in afterResolve()