Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/external/
H A DExternalSensor.cpp29 double minReading, double timeoutSecs, const PowerState& powerState) : in ExternalSensor() argument
35 std::chrono::duration<double>(timeoutSecs))), in ExternalSensor()
36 writePerishable(timeoutSecs > 0.0) in ExternalSensor()
H A DExternalSensorMain.cpp216 double timeoutSecs = 0.0; in createSensors() local
222 timeoutSecs = std::visit(VariantToDoubleVisitor(), in createSensors()
225 if (!std::isfinite(timeoutSecs) || (timeoutSecs < 0.0)) in createSensors()
312 maxValue, minValue, timeoutSecs, readState); in createSensors()
H A DExternalSensor.hpp28 double minReading, double timeoutSecs, const PowerState& powerState);