Home
last modified time | relevance | path

Searched refs:timebased (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-fan-presence/docs/monitor/
H A Dmethod.md13 - ["timebased"](#timebased) - Default
16 ### "timebased"
32 "method": "timebased",
H A DREADME.md145 - [method](method.md) - \*Optional, default = "timebased"
/openbmc/phosphor-fan-presence/monitor/
H A Djson_parser.cpp61 {"timebased", MethodMode::timebased}, {"count", MethodMode::count}};
254 size_t method = MethodMode::timebased; in getFanDefs()
283 if (method == MethodMode::timebased) in getFanDefs()
H A Dtach_sensor.cpp232 if (_method == MethodMode::timebased) in processState()
242 case MethodMode::timebased: in resetMethod()
H A Dfan.cpp276 case MethodMode::timebased: in process()
299 case MethodMode::timebased: in process()
H A Dtach_sensor.hpp56 timebased = 0, enumerator