Lines Matching refs:MainLoop
134 std::string MainLoop::getID(SensorSet::container_t::const_reference sensor) in getID()
170 SensorIdentifiers MainLoop::getIdentifiers( in getIdentifiers()
199 std::optional<ObjectStateData> MainLoop::getObject( in getObject()
336 MainLoop::MainLoop(sdbusplus::bus_t&& bus, const std::string& param, in MainLoop() function in MainLoop
345 _timer(_event, std::bind(&MainLoop::read, this)) in MainLoop()
367 void MainLoop::shutdown() noexcept in shutdown()
372 void MainLoop::run() in run()
376 std::function<void()> callback(std::bind(&MainLoop::read, this)); in run()
397 void MainLoop::init() in init()
454 void MainLoop::read() in read()
631 void MainLoop::removeSensors() in removeSensors()
647 void MainLoop::addDroppedSensors() in addDroppedSensors()