Home
last modified time | relevance | path

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

/openbmc/pldm/host-bmc/
H A Ddbus_to_event_handler.cpp126 bool findValue = false; in sendStateSensorEvent() local
138 findValue = true; in sendStateSensorEvent()
145 findValue = in sendStateSensorEvent()
151 if (findValue) in sendStateSensorEvent()
/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.cpp89 auto findValue = values.find("Value"); in setupSensorMatch() local
90 if (findValue == values.end()) in setupSensorMatch()
95 std::visit(VariantToDoubleVisitor(), findValue->second); in setupSensorMatch()
273 const auto findValue = values.find("Limit"); in setupMatches() local
274 if (findValue == values.end()) in setupMatches()
278 auto* const reading = std::get_if<double>(&(findValue->second)); in setupMatches()