Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/actions/
H A Dmapped_floor.cpp131 for (const auto& groupEntry : floors["floors"]) in setFloorTable() local
133 if ((!groupEntry.contains("group") && in setFloorTable()
134 !groupEntry.contains("parameter")) || in setFloorTable()
135 !groupEntry.contains("floors")) in setFloorTable()
144 if (groupEntry.contains("group")) in setFloorTable()
147 getGroup(groupEntry["group"].get<std::string>()); in setFloorTable()
152 groupEntry["parameter"].get<std::string>(); in setFloorTable()
155 for (const auto& floorEntry : groupEntry["floors"]) in setFloorTable()