Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DThresholds.cpp101 auto hysteresisFind = cfg.find("Hysteresis"); in parseThresholdsFromConfig() local
102 if (hysteresisFind != cfg.end()) in parseThresholdsFromConfig()
105 std::visit(VariantToDoubleVisitor(), hysteresisFind->second); in parseThresholdsFromConfig()