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.hpp260 std::vector<LedProperty> ledPropertyList; member in ipmi::Manufacturing
271 auto it = std::find_if(ledPropertyList.begin(), ledPropertyList.end(), in findLedProperty()
275 if (it != ledPropertyList.end()) in findLedProperty()
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp179 ledPropertyList.push_back( in initData()
181 ledPropertyList.push_back( in initData()
183 ledPropertyList.push_back( in initData()
208 for (const auto& ledProperty : ledPropertyList) in revertTimerHandler()