Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dmanufacturingcommands.hpp259 std::vector<LedProperty> ledPropertyList; member in ipmi::Manufacturing
270 auto it = std::find_if(ledPropertyList.begin(), ledPropertyList.end(), in findLedProperty()
274 if (it != ledPropertyList.end()) in findLedProperty()
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp177 ledPropertyList.push_back( in initData()
179 ledPropertyList.push_back( in initData()
181 ledPropertyList.push_back( in initData()
206 for (const auto& ledProperty : ledPropertyList) in revertTimerHandler()