Home
last modified time | relevance | path

Searched refs:getHostStateToQueryVersion (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/eeprom-device/pt5161l/
H A Dpt5161l.hpp11 std::optional<HostPowerInf::HostState> getHostStateToQueryVersion() final;
H A Dpt5161l.cpp69 PT5161LDeviceVersion::getHostStateToQueryVersion() in getHostStateToQueryVersion() function in PT5161LDeviceVersion
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device_version.hpp26 getHostStateToQueryVersion() = 0;
H A Deeprom_device.cpp279 auto requiredHostState = deviceVersion->getHostStateToQueryVersion(); in processHostStateChange()