Searched full:dwell (Results 1 – 6 of 6) sorted by relevance
/openbmc/telemetry/src/ |
H A D | discrete_threshold.cpp | 53 auto& dwell = details.dwell; in sensorUpdated() local 56 if (dwell && value != numericThresholdValue) in sensorUpdated() 59 dwell = false; in sensorUpdated() 71 auto& dwell = details.dwell; in startTimer() local 80 dwell = true; in startTimer() 82 timer.async_wait([this, &sensorName, &dwell, in startTimer() 91 dwell = false; in startTimer()
|
H A D | numeric_threshold.cpp | 50 auto& dwell = details.dwell; in sensorUpdated() local 72 if (dwell && (crossedIncreasing || crossedDecreasing)) in sensorUpdated() 75 dwell = false; in sensorUpdated() 95 auto& dwell = details.dwell; in startTimer() local 104 dwell = true; in startTimer() 106 timer.async_wait([this, &sensorName, &dwell, in startTimer() 115 dwell = false; in startTimer()
|
H A D | numeric_threshold.hpp | 55 bool dwell = false; member
|
H A D | discrete_threshold.hpp | 54 bool dwell = false; member
|
/openbmc/phosphor-pid-control/tools/ |
H A D | fan_rpm_loop_test.sh | 23 # dwell: dwell time at each point, in seconds 28 local -i dwell=$4 54 echo "Setting RPM to ${rpm} and sleep ${dwell} seconds" 56 Sleep "${dwell}" 60 Mv /tmp/swampd.log ~/"${start_rpm}_${stop_rpm}_${num_steps}_${dwell}.csv"
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/ |
H A D | Trigger.interface.yaml | 40 dwell time, direction and threshold value. Array is limited by Type 41 enumeration, only 4 elements are allowed. Dwell time specifies for how 47 user id, severity, dwell time and threshold value. Discrete value does 50 of threshold condition. Dwell time specifies for how long condition
|