Searched refs:currentHostState (Results 1 – 10 of 10) 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()452 Host::HostState Host::currentHostState(HostState value) in currentHostState() function in phosphor::state::manager::Host455 return server::Host::currentHostState(value); in currentHostState()
63 currentHostState(server::Host::HostState value) override;66 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()
286 auto currentHostState = in hostStateChanged() local290 if (!currentHostState) in hostStateChanged()294 HostState hostState = *currentHostState; in hostStateChanged()359 auto currentHostState = in readHostState() local364 hostPowerStates.emplace_back(currentHostState); in readHostState()
153 auto currentHostState = utils::getProperty<std::string>( in powerOffSystem() local157 if (currentHostState == in powerOffSystem()
149 std::string currentHostState(std::get<std::string>(reply)); in isHostStateRunning() local151 if (currentHostState == in isHostStateRunning()
101 StateServer::Host::HostState currentHostState = in __anon43c04d960202() local104 if (currentHostState == StateServer::Host::HostState::Off) in __anon43c04d960202()
1625 std::string* currentHostState = in currentHostStateMonitor() local1627 if (currentHostState == nullptr) in currentHostStateMonitor()1634 if (*currentHostState == in currentHostStateMonitor()