Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/
H A Dzone.cpp304 if (!std::get<actionsPos>(event).empty()) in initEvent()
307 std::get<actionsPos>(event).begin(), in initEvent()
308 std::get<actionsPos>(event).end(), in initEvent()
H A Dtypes.hpp82 constexpr auto actionsPos = 2; variable