Searched refs:setupSocket (Results 1 – 4 of 4) sorted by relevance
106 static std::vector<Acceptor> setupSocket() in setupSocket() function in crow::App164 std::vector<Acceptor> acceptors = setupSocket(); in run()
116 if (loop.setupSocket(sdbusp, channel)) in main()
86 int setupSocket(std::shared_ptr<sdbusplus::asio::connection>& bus,
142 int EventLoop::setupSocket(std::shared_ptr<sdbusplus::asio::connection>& bus, in setupSocket() function in eventloop::EventLoop