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.cpp130 auto origIndexVariant = Manager::getParameter(floorIndexParam); in execute() local
131 if (origIndexVariant) in execute()
133 origIndex = std::get<int32_t>(*origIndexVariant); in execute()
145 else if (origIndexVariant) in execute()