Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/
H A Dpower_state.hpp279 std::vector<HostState> hostPowerStates; in hostStateChanged() local
296 hostPowerStates.emplace_back(hostState); in hostStateChanged()
297 setHostPowerState(hostPowerStates, true); in hostStateChanged()
302 void setHostPowerState(std::vector<HostState>& hostPowerStates, in setHostPowerState() argument
306 for (const auto& powerState : hostPowerStates) in setHostPowerState()
341 std::vector<HostState> hostPowerStates; in readHostState() local
364 hostPowerStates.emplace_back(currentHostState); in readHostState()
368 setHostPowerState(hostPowerStates, false); in readHostState()