Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/
H A Dhoststatemonitor.hpp108 bool newPowerStatus = stateValue.ends_with(".Running"); in handleStateChange() local
110 if (newPowerStatus != powerStatusOn) in handleStateChange()
112 powerStatusOn = newPowerStatus; in handleStateChange()