Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dasync_resolve.hpp100 results_type endpointList; in async_resolve() local
104 handler(ec, endpointList); in async_resolve()
120 handler(ecErr, endpointList); in async_resolve()
124 endpointList.push_back(endpoint); in async_resolve()
127 handler(ec, endpointList); in async_resolve()
/openbmc/bmcweb/http/
H A Dhttp_client.hpp205 const Resolver::results_type& endpointList) in afterResolve() argument
207 if (ec || (endpointList.empty())) in afterResolve()
223 conn, endpointList, in afterResolve()