Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Did_map.hpp103 auto it = railMap.find(id); in getRail()
104 if (it == railMap.end()) in getRail()
140 std::map<std::string, Rail*> railMap{}; member in phosphor::power::regulators::IDMap
H A Did_map.cpp40 if (railMap.count(id) != 0) in addRail()
45 railMap[id] = &rail; in addRail()