Home
last modified time | relevance | path

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

/openbmc/phosphor-buttons/inc/
H A DhostSelector_switch.hpp48 hsPosMap = buttonCfg.extraJsonInfo.at("host_selector_map") in HostSelector()
89 std::map<std::string, int> hsPosMap; member in HostSelector
/openbmc/phosphor-buttons/src/
H A DhostSelector_switch.cpp19 if (hsPosMap.find(hsPosStr) != hsPosMap.end()) in getMappedHSConfig()
21 adjustedPosition = hsPosMap[hsPosStr]; in getMappedHSConfig()