Home
last modified time | relevance | path

Searched refs:scanTimer (Results 1 – 2 of 2) sorted by relevance

/openbmc/dbus-sensors/src/nvme/
H A DNVMeContext.hpp15 scanTimer(io), rootBus(rootBus), pollCursor(sensors.end()) in NVMeContext()
26 scanTimer.cancel(); in ~NVMeContext()
90 scanTimer.cancel(); in close()
101 boost::asio::steady_timer scanTimer; member in NVMeContext
H A DNVMeBasicContext.cpp374 scanTimer.expires_after(std::chrono::seconds(1)); in pollNVMeDevices()
375 scanTimer.async_wait([weakSelf{weak_from_this()}]( in pollNVMeDevices()