Home
last modified time | relevance | path

Searched refs:countInterval (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-fan-presence/monitor/
H A Djson_parser.cpp246 size_t countInterval = 1; in getFanDefs() local
267 countInterval = fan["count_interval"].get<size_t>(); in getFanDefs()
374 .countInterval = countInterval, in getFanDefs()
H A Dtypes.hpp124 size_t countInterval; member
H A Dtach_sensor.cpp81 size_t countInterval, const sdeventplus::Event& event) : in TachSensor() argument
89 _errorDelay(errorDelay), _countInterval(countInterval) in TachSensor()
H A Dtach_sensor.hpp112 const std::optional<size_t>& errorDelay, size_t countInterval,
H A Dfan.cpp70 def.nonfuncRotorErrDelay, def.countInterval, event)); in Fan()