Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dservice_indicators.cpp73 auto locCodes = getLocationCodes(callouts); in activate() local
74 if (!locCodes.empty()) in activate()
77 auto paths = getInventoryPaths(locCodes); in activate()
104 std::vector<std::string> locCodes; in getLocationCodes() local
130 locCodes.push_back(callout->locationCode()); in getLocationCodes()
158 locCodes.clear(); in getLocationCodes()
162 locCodes.push_back(callout->locationCode()); in getLocationCodes()
166 return locCodes; in getLocationCodes()