Home
last modified time | relevance | path

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

/openbmc/pldm/softoff/
H A Dsoftoff.hpp75 int getHostState();
H A Dsoftoff.cpp52 getHostState(); in SoftPowerOff()
94 int SoftPowerOff::getHostState() in getHostState() function in pldm::SoftPowerOff
/openbmc/phosphor-debug-collector/
H A Ddump_utils.hpp182 inline HostState getHostState() in getHostState() function
302 return (getHostState() == HostState::Quiesced); in isHostQuiesced()
/openbmc/phosphor-webui/app/common/directives/
H A Dapp-header.js80 APIUtils.getHostState().then(
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Ddump_manager_system.cpp162 hostState = phosphor::dump::getHostState(); in createDump()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp514 static constexpr std::string_view getHostState(const PowerState state) in getHostState() function
616 std::string(getHostState(powerState))); in setPowerState()
1536 if (getHostState(powerState) != in pohCounterTimerStart()
1582 if (getHostState(powerState) == in currentHostStateMonitor()
2246 getHostState(powerState) != in nmiButtonHandler()
2642 std::string(getHostState(powerState))); in setInitialValue()
3130 std::string(getHostState(powerState))); in main()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmocks.hpp36 MOCK_METHOD(std::string, getHostState, (), (const override));
H A Dpel_test.cpp405 EXPECT_CALL(dataIface, getHostState()).WillOnce(Return("State.Off")); in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp309 virtual std::string getHostState() const in getHostState() function in openpower::pels::DataInterfaceBase
H A Dpel.cpp898 json["HostState"] = lastSegment('.', dataIface.getHostState()); in addStatesToJSON()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp531 inline void getHostState(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getHostState() function
3128 getHostState(asyncResp); in handleComputerSystemGet()
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js93 getHostState: function() { method in AnonymousFunction1ea782bb0200.SERVICE