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.cpp254 size_t countInterval = 1; in getFanDefs() local
275 countInterval = fan["count_interval"].get<size_t>(); in getFanDefs()
384 .countInterval = countInterval, in getFanDefs()
H A Dtach_sensor.cpp78 size_t countInterval, const sdeventplus::Event& event) : in TachSensor() argument
87 _errorDelay(errorDelay), _countInterval(countInterval) in TachSensor()
H A Dtypes.hpp127 size_t countInterval; member
H A Dtach_sensor.hpp113 const std::optional<size_t>& errorDelay, size_t countInterval,
H A Dfan.cpp72 def.nonfuncRotorErrDelay, def.countInterval, event)); in Fan()