Home
last modified time | relevance | path

Searched refs:timeoutSecs (Results 1 – 3 of 3) sorted by relevance

/openbmc/dbus-sensors/src/
H A DExternalSensorMain.cpp224 double timeoutSecs = 0.0; in createSensors() local
230 timeoutSecs = std::visit(VariantToDoubleVisitor(), in createSensors()
233 if (!std::isfinite(timeoutSecs) || (timeoutSecs < 0.0)) in createSensors()
322 maxValue, minValue, timeoutSecs, readState); in createSensors()
H A DExternalSensor.cpp30 double minReading, double timeoutSecs, const PowerState& powerState) : in ExternalSensor() argument
36 std::chrono::duration<double>(timeoutSecs))), in ExternalSensor()
37 writePerishable(timeoutSecs > 0.0) in ExternalSensor()
H A DExternalSensor.hpp24 double minReading, double timeoutSecs,