Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dhost-cmd-manager.cpp26 constexpr auto HOST_TRANS_PROP = "RequestedHostTransition"; variable
178 if (properties.find(HOST_TRANS_PROP) == properties.end()) in clearQueueOnPowerOn()
184 std::get<std::string>(properties.at(HOST_TRANS_PROP)); in clearQueueOnPowerOn()