Searched refs:currentHostState (Results 1 – 11 of 11) sorted by relevance
47 server::Host::HostState Hypervisor::currentHostState(HostState value) in currentHostState() function in phosphor::state::manager::Hypervisor50 if (value != server::Host::currentHostState()) in currentHostState()54 return server::Host::currentHostState(value); in currentHostState()57 server::Host::HostState Hypervisor::currentHostState() const in currentHostState() function in phosphor::state::manager::Hypervisor59 return server::Host::currentHostState(); in currentHostState()69 currentHostState(server::Host::HostState::Standby); in updateCurrentHostState()74 currentHostState(server::Host::HostState::Running); in updateCurrentHostState()82 currentHostState(server::Host::HostState::Off); in updateCurrentHostState()89 currentHostState(server::Host::HostState::Off); in updateCurrentHostState()
70 server::Host::currentHostState(HostState::Running, true); in determineInitialState()76 server::Host::currentHostState(HostState::Off, true); in determineInitialState()299 this->currentHostState(server::Host::HostState::Off); in sysStateChangeJobRemoved()308 this->currentHostState(server::Host::HostState::Running); in sysStateChangeJobRemoved()333 this->currentHostState(server::Host::HostState::Quiesced); in sysStateChangeJobRemoved()350 this->currentHostState(server::Host::HostState::DiagnosticMode); in sysStateChangeJobNew()353 (server::Host::currentHostState() == in sysStateChangeJobNew()479 Host::HostState Host::currentHostState(HostState value) in currentHostState() function in phosphor::state::manager::Host483 return server::Host::currentHostState(value); in currentHostState()
61 server::Host::HostState currentHostState(65 server::Host::HostState currentHostState() const override;
105 HostState currentHostState(HostState value) override;
22 EXPECT_EQ(hypObj.currentHostState(), server::Host::HostState::Off); in TEST()27 EXPECT_EQ(hypObj.currentHostState(), server::Host::HostState::Standby); in TEST()32 EXPECT_EQ(hypObj.currentHostState(), server::Host::HostState::Running); in TEST()37 EXPECT_EQ(hypObj.currentHostState(), server::Host::HostState::Off); in TEST()
285 auto currentHostState = in hostStateChanged() local289 if (!currentHostState) in hostStateChanged()293 HostState hostState = *currentHostState; in hostStateChanged()358 auto currentHostState = in readHostState() local363 hostPowerStates.emplace_back(currentHostState); in readHostState()
153 auto currentHostState = utils::getProperty<std::string>( in powerOffSystem() local157 if (currentHostState == in powerOffSystem()
150 std::string currentHostState(std::get<std::string>(reply)); in isHostStateRunning() local152 if (currentHostState == in isHostStateRunning()
297 const auto& currentHostState = std::get<std::string>(it->second); in processHostStateChange() local299 if (currentHostState == in processHostStateChange()304 "STATE", currentHostState); in processHostStateChange()
129 StateServer::Host::HostState currentHostState = in __anon43c04d960202() local132 if (currentHostState == StateServer::Host::HostState::Off) in __anon43c04d960202()
1637 std::string* currentHostState = in currentHostStateMonitor() local1639 if (currentHostState == nullptr) in currentHostStateMonitor()1646 if (*currentHostState == in currentHostStateMonitor()