Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/include/
H A Dasync_resolve_test.cpp10 ASSERT_TRUE(async_resolve::endpointFromResolveTuple({1, 2, 3, 4}, ep)); in TEST()
20 ASSERT_TRUE(async_resolve::endpointFromResolveTuple( in TEST()
/openbmc/bmcweb/include/
H A Dasync_resolve.hpp13 namespace async_resolve namespace
64 void async_resolve(std::string_view host, std::string_view port, in async_resolve() function in async_resolve::Resolver
/openbmc/bmcweb/http/
H A Dhttp_client.hpp152 async_resolve::Resolver,
169 resolver.async_resolve(host.encoded_host_address(), host.port(), in doResolve()