Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dvpd.cpp31 KeywordMap& cachedKeywords = cache[inventoryPath]; in getValue() local
34 auto it = cachedKeywords.find(keyword); in getValue()
35 if (it != cachedKeywords.end()) in getValue()
46 cachedKeywords[keyword] = value; in getValue()