Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dvpd.hpp133 using KeywordMap = std::map<std::string, std::vector<uint8_t>>; typedef in phosphor::power::regulators::DBusVPD
145 std::map<std::string, KeywordMap> cache{};
H A Dvpd.cpp31 KeywordMap& cachedKeywords = cache[inventoryPath]; in getValue()