Home
last modified time | relevance | path

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

/openbmc/phosphor-buttons/src/
H A DhostSelector_switch.cpp14 std::string hsPosStr; in getMappedHSConfig() local
15 hsPosStr = std::to_string(hsPosition); in getMappedHSConfig()
17 if (hsPosMap.find(hsPosStr) != hsPosMap.end()) in getMappedHSConfig()
19 adjustedPosition = hsPosMap[hsPosStr]; in getMappedHSConfig()