Searched refs:hostPowerStates (Results 1 – 1 of 1) sorted by relevance
279 std::vector<HostState> hostPowerStates; in hostStateChanged() local296 hostPowerStates.emplace_back(hostState); in hostStateChanged()297 setHostPowerState(hostPowerStates, true); in hostStateChanged()302 void setHostPowerState(std::vector<HostState>& hostPowerStates, in setHostPowerState() argument306 for (const auto& powerState : hostPowerStates) in setHostPowerState()341 std::vector<HostState> hostPowerStates; in readHostState() local364 hostPowerStates.emplace_back(currentHostState); in readHostState()368 setHostPowerState(hostPowerStates, false); in readHostState()