Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dapp.hpp106 static std::vector<Acceptor> setupSocket() in setupSocket() function in crow::App
164 std::vector<Acceptor> acceptors = setupSocket(); in run()
/openbmc/phosphor-net-ipmid/
H A Dmain.cpp116 if (loop.setupSocket(sdbusp, channel)) in main()
H A Dsd_event_loop.hpp86 int setupSocket(std::shared_ptr<sdbusplus::asio::connection>& bus,
H A Dsd_event_loop.cpp142 int EventLoop::setupSocket(std::shared_ptr<sdbusplus::asio::connection>& bus, in setupSocket() function in eventloop::EventLoop