Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/
H A Ddbus_zone.cpp52 auto isSupported = in current() local
58 if (isSupported && value != current) in current()
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0002-Add-support-for-boot-initiator-mailbox.patch202 + std::optional<bool> isSupported = isBootMboxSupported();
203 + if (!isSupported)
208 + if (!*isSupported)
309 + std::optional<bool> isSupported = isBootMboxSupported();
310 + if (!isSupported)
315 + if (!*isSupported)
/openbmc/phosphor-fan-presence/control/
H A Dzone.cpp537 auto isSupported = in current() local
543 if (value != current && isSupported) in current()