Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/actions/
H A Dpcie_card_floors.cpp129 auto origIndexVariant = Manager::getParameter(floorIndexParam); in execute() local
130 if (origIndexVariant) in execute()
132 origIndex = std::get<int32_t>(*origIndexVariant); in execute()
144 else if (origIndexVariant) in execute()