Searched refs:EventLoop (Results 1 – 3 of 3) sorted by relevance
43 class EventLoop class50 EventLoop(std::shared_ptr<boost::asio::io_context>& io, const Private&) : in EventLoop() function in eventloop::EventLoop53 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 …]
20 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()
94 auto& loop = eventloop::EventLoop::get(); in main()