Lines Matching refs:ledMap
21 static bool isUsingGroupPriority(const phosphor::led::GroupMap& ledMap)
23 for (const auto& [_, group] : ledMap)
109 const phosphor::led::GroupMap& ledMap)
112 for (const auto& [groupName, group] : ledMap)
141 const phosphor::led::GroupMap& ledMap)
144 for (const auto& [_, group] : ledMap)
149 if (groupPriorities.size() != ledMap.size())
156 for (const auto& [groupName, group] : ledMap)
162 void validateConfigV1(const GroupMap& ledMap)
164 const bool useGroupPriority = isUsingGroupPriority(ledMap);
168 validateConfigV1ForGroupPriority(ledMap);
172 validateConfigV1ForLedPriority(ledMap);