Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DUtils.hpp210 auto findPowerState = cfg.find("PowerState"); in getPowerState() local
211 if (findPowerState != cfg.end()) in getPowerState()
214 std::visit(VariantToStringVisitor(), findPowerState->second); in getPowerState()
/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp812 auto findPowerState = baseConfig->find(keyPowerState); in createSensorsCallback() local
813 if (findPowerState != baseConfig->end()) in createSensorsCallback()
816 findPowerState->second); in createSensorsCallback()