Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp943 if (_locationCache.contains(locCode)) in isDIMMLocCode()
945 return _locationCache.at(locCode); in isDIMMLocCode()
956 _locationCache.insert({locCode, isFRUDIMM}); in addDIMMLocCode()
H A Ddata_interface.hpp661 std::unordered_map<std::string, bool> _locationCache; member in openpower::pels::DataInterfaceBase