Searched refs:currHostState (Results 1 – 2 of 2) sorted by relevance
37 auto currHostState = sdbusplus::message::convert_from_string<Stages>( in sendBiosAttributeUpdateEvent() local41 if (currHostState != Stages::SystemInitComplete && in sendBiosAttributeUpdateEvent()42 currHostState != Stages::OSRunning && in sendBiosAttributeUpdateEvent()43 currHostState != Stages::SystemSetup) in sendBiosAttributeUpdateEvent()
198 auto currHostState = sdbusplus::message::convert_from_string<Stages>( in isHostOn() local202 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()