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()
69 server::Host::currentHostState(HostState::Running, true); in determineInitialState()75 server::Host::currentHostState(HostState::Off, true); in determineInitialState()297 this->currentHostState(server::Host::HostState::Off); in sysStateChangeJobRemoved()306 this->currentHostState(server::Host::HostState::Running); in sysStateChangeJobRemoved()331 this->currentHostState(server::Host::HostState::Quiesced); in sysStateChangeJobRemoved()348 this->currentHostState(server::Host::HostState::DiagnosticMode); in sysStateChangeJobNew()351 (server::Host::currentHostState() == in sysStateChangeJobNew()463 Host::HostState Host::currentHostState(HostState value) in currentHostState() function in phosphor::state::manager::Host466 return server::Host::currentHostState(value); in currentHostState()
61 server::Host::HostState currentHostState(65 server::Host::HostState currentHostState() const override;
102 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()
151 std::string currentHostState(std::get<std::string>(reply)); in isHostStateRunning() local153 if (currentHostState == in isHostStateRunning()
391 const auto& currentHostState = std::get<std::string>(it->second); in processHostStateChange() local393 if (currentHostState == in processHostStateChange()397 "STATE", currentHostState); in processHostStateChange()
125 StateServer::Host::HostState currentHostState = in __anon43c04d960202() local128 if (currentHostState == StateServer::Host::HostState::Off) in __anon43c04d960202()
1627 std::string* currentHostState = in currentHostStateMonitor() local1629 if (currentHostState == nullptr) in currentHostStateMonitor()1636 if (*currentHostState == in currentHostStateMonitor()