Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/
H A Dsd_event_loop.hpp43 class EventLoop class
50 EventLoop(std::shared_ptr<boost::asio::io_context>& io, const Private&) : in EventLoop() function in eventloop::EventLoop
53 EventLoop() = delete;
54 ~EventLoop() = default;
55 EventLoop(const EventLoop&) = delete;
56 EventLoop& operator=(const EventLoop&) = delete;
57 EventLoop(EventLoop&&) = delete;
58 EventLoop& operator=(EventLoop&&) = delete;
65 static EventLoop& get() in get()
67 static std::shared_ptr<EventLoop> ptr = nullptr; in get()
[all …]
H A Dsd_event_loop.cpp20 void EventLoop::handleRmcpPacket() in handleRmcpPacket()
37 void EventLoop::startRmcpReceive() in startRmcpReceive()
50 int EventLoop::getVLANID(const std::string channel) in getVLANID()
142 int EventLoop::setupSocket(std::shared_ptr<sdbusplus::asio::connection>& bus, in setupSocket()
239 int EventLoop::startEventLoop() in startEventLoop()
248 void EventLoop::setupSignal() in setupSignal()
H A Dmain.cpp94 auto& loop = eventloop::EventLoop::get(); in main()