Searched refs:sleepAfter (Results 1 – 2 of 2) sorted by relevance
/openbmc/telemetry/tests/src/ |
H A D | test_discrete_threshold.cpp | 134 Milliseconds sleepAfter; member 137 Milliseconds sleepAfter = 0ms) : in UpdateParams() 138 sensor(sensor), value(value), sleepAfter(sleepAfter) in UpdateParams() 183 for (const auto& [index, value, sleepAfter] : o.updates) in PrintTo() 186 << ", SleepAfter: " << sleepAfter.count() << "ms }, "; in PrintTo() 240 for (const auto& [index, value, sleepAfter] : GetParam().updates) in testBodySensorIsUpdatedMultipleTimes() 243 sleep(sleepAfter); in testBodySensorIsUpdatedMultipleTimes()
|
H A D | test_numeric_threshold.cpp | 88 Milliseconds sleepAfter; member 91 Milliseconds sleepAfter = 0ms) : in UpdateParams() 92 sensor(sensor), value(value), sleepAfter(sleepAfter) in UpdateParams() 157 for (const auto& [index, value, sleepAfter] : o.updates) in PrintTo() 160 << ", SleepAfter: " << sleepAfter.count() << "ms }, "; in PrintTo() 222 for (const auto& [index, value, sleepAfter] : GetParam().updates) in testBodySensorIsUpdatedMultipleTimes() 228 sleep(sleepAfter); in testBodySensorIsUpdatedMultipleTimes()
|