Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dplatform_oem_ibm.cpp37 auto currHostState = sdbusplus::message::convert_from_string<Stages>( in sendBiosAttributeUpdateEvent() local
41 if (currHostState != Stages::SystemInitComplete && in sendBiosAttributeUpdateEvent()
42 currHostState != Stages::OSRunning && in sendBiosAttributeUpdateEvent()
43 currHostState != Stages::SystemSetup) in sendBiosAttributeUpdateEvent()
/openbmc/pldm/host-bmc/
H A Ddbus_to_terminus_effecters.cpp198 auto currHostState = sdbusplus::message::convert_from_string<Stages>( in isHostOn() local
202 if (currHostState != Stages::SystemInitComplete && in isHostOn()
203 currHostState != Stages::OSRunning && in isHostOn()
204 currHostState != Stages::SystemSetup && in isHostOn()
205 currHostState != Stages::OEM) in isHostOn()
209 "CURRENT_HOST_STATE", currHostState); in isHostOn()