Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DUtils.hpp209 auto findPowerState = cfg.find("PowerState"); in getPowerState() local
210 if (findPowerState != cfg.end()) in getPowerState()
213 std::visit(VariantToStringVisitor(), findPowerState->second); in getPowerState()
/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp798 auto findPowerState = baseConfig->find(keyPowerState); in createSensorsCallback() local
799 if (findPowerState != baseConfig->end()) in createSensorsCallback()
802 findPowerState->second); in createSensorsCallback()