Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dfan.hpp225 void startMonitor();
H A Dfan.cpp47 _monitorTimer(event, std::bind(std::mem_fn(&Fan::startMonitor), this)), in Fan()
175 void Fan::startMonitor() in startMonitor() function in phosphor::fan::monitor::Fan