Searched refs:timeoutSecs (Results 1 – 3 of 3) sorted by relevance
29 double minReading, double timeoutSecs, const PowerState& powerState) : in ExternalSensor() argument35 std::chrono::duration<double>(timeoutSecs))), in ExternalSensor()36 writePerishable(timeoutSecs > 0.0) in ExternalSensor()
216 double timeoutSecs = 0.0; in createSensors() local222 timeoutSecs = std::visit(VariantToDoubleVisitor(), in createSensors()225 if (!std::isfinite(timeoutSecs) || (timeoutSecs < 0.0)) in createSensors()312 maxValue, minValue, timeoutSecs, readState); in createSensors()
28 double minReading, double timeoutSecs, const PowerState& powerState);