Home
last modified time | relevance | path

Searched refs:timebased (Results 1 – 7 of 7) 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/example/
H A Dmonitor.yaml10 # method: [timebased|count](optional)
12 # * timebased - use a percentage based deviation
17 # allowed_out_of_range_time: (required for method timebased)
/openbmc/phosphor-fan-presence/monitor/
H A Djson_parser.cpp61 {"timebased", MethodMode::timebased}, {"count", MethodMode::count}};
253 size_t method = MethodMode::timebased; in getFanDefs()
282 if (method == MethodMode::timebased) in getFanDefs()
H A Dtach_sensor.cpp234 if (_method == MethodMode::timebased) in processState()
244 case MethodMode::timebased: in resetMethod()
H A Dfan.cpp277 case MethodMode::timebased: in process()
300 case MethodMode::timebased: in process()
H A Dtach_sensor.hpp56 timebased = 0, enumerator