Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dpower_status_monitor.cpp46 auto findState = values.find(power::property); in handlePowerMatch() local
47 if (findState != values.end()) in handlePowerMatch()
50 std::get<std::string>(findState->second).ends_with("Running"); in handlePowerMatch()
/openbmc/phosphor-pid-control/
H A Dhoststatemonitor.hpp102 auto findState = in handleStateChange() local
104 if (findState != values.end()) in handleStateChange()
107 std::get<std::string>(findState->second); in handleStateChange()
/openbmc/s2600wf-misc/hsbp-manager/include/
H A Dutils.hpp152 auto findState = values.find(power::property); in setupPowerMatch() local
153 if (findState != values.end()) in setupPowerMatch()
156 std::get<std::string>(findState->second), "Running"); in setupPowerMatch()
/openbmc/s2600wf-misc/subprojects/hsbp-manager/include/
H A Dutils.hpp152 auto findState = values.find(power::property); in setupPowerMatch() local
153 if (findState != values.end()) in setupPowerMatch()
156 std::get<std::string>(findState->second), "Running"); in setupPowerMatch()
/openbmc/dbus-sensors/src/
H A DUtils.cpp478 auto findState = values.find(power::property); in setupPowerMatchCallback() local
479 if (findState != values.end()) in setupPowerMatchCallback()
481 bool on = std::get<std::string>(findState->second) in setupPowerMatchCallback()
520 auto findState = values.find(post::property); in setupPowerMatchCallback() local
521 if (findState != values.end()) in setupPowerMatchCallback()
523 auto& value = std::get<std::string>(findState->second); in setupPowerMatchCallback()
543 auto findState = values.find(chassis::property); in setupPowerMatchCallback() local
544 if (findState != values.end()) in setupPowerMatchCallback()
546 bool on = std::get<std::string>(findState->second) in setupPowerMatchCallback()
/openbmc/entity-manager/src/fru_device/
H A Dfru_device.cpp1408 auto findState = values.find("CurrentHostState"); in main() local
1409 if (findState != values.end()) in main()
1411 if (std::get<std::string>(findState->second) == in main()