Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Djson_utils.cpp246 static std::map<char, nlohmann::json> jsonCache; in lookupComponentName() local
253 auto jsonIt = jsonCache.find(creatorID); in lookupComponentName()
254 if (jsonIt != jsonCache.end()) in lookupComponentName()
278 jsonCache.emplace(creatorID, jsonData); in lookupComponentName()