Home
last modified time | relevance | path

Searched refs:sleepAfter (Results 1 – 2 of 2) sorted by relevance

/openbmc/telemetry/tests/src/
H A Dtest_discrete_threshold.cpp134 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 Dtest_numeric_threshold.cpp88 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()