Home
last modified time | relevance | path

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

/openbmc/telemetry/tests/src/
H A Dtest_discrete_threshold.cpp146 Milliseconds waitMin; member
149 Milliseconds waitMin = 0ms) : in ExpectedParams()
150 sensor(sensor), value(value), waitMin(waitMin) in ExpectedParams()
189 for (const auto& [index, value, waitMin] : o.expected) in PrintTo()
192 << ", waitMin: " << waitMin.count() << "ms }, "; in PrintTo()
225 for (const auto& [index, value, waitMin] : GetParam().expected) in testBodySensorIsUpdatedMultipleTimes()
247 for (const auto& [index, value, waitMin] : GetParam().expected) in testBodySensorIsUpdatedMultipleTimes()
249 EXPECT_THAT(timestamps[index] - start, Ge(waitMin)); in testBodySensorIsUpdatedMultipleTimes()
H A Dtest_numeric_threshold.cpp100 Milliseconds waitMin; member
103 Milliseconds waitMin = 0ms) : in ExpectedParams()
104 sensor(sensor), value(value), waitMin(waitMin) in ExpectedParams()
163 for (const auto& [index, value, waitMin] : o.expected) in PrintTo()
166 << ", waitMin: " << waitMin.count() << "ms }, "; in PrintTo()
201 for (const auto& [index, value, waitMin] : GetParam().expected) in testBodySensorIsUpdatedMultipleTimes()
232 for (const auto& [index, value, waitMin] : GetParam().expected) in testBodySensorIsUpdatedMultipleTimes()
234 EXPECT_THAT(timestamps[index] - start, Ge(waitMin)); in testBodySensorIsUpdatedMultipleTimes()