Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dservice_indicators.cpp188 auto inventoryPaths = in getInventoryPaths() local
190 for (const auto& path : inventoryPaths) in getInventoryPaths()
215 const std::vector<std::string>& inventoryPaths) const in setNotFunctional()
217 for (const auto& path : inventoryPaths) in setNotFunctional()
233 const std::vector<std::string>& inventoryPaths) const in createCriticalAssociation()
235 for (const auto& path : inventoryPaths) in createCriticalAssociation()
H A Dservice_indicators.hpp143 void setNotFunctional(const std::vector<std::string>& inventoryPaths) const;
152 const std::vector<std::string>& inventoryPaths) const;
H A Dsrc.cpp1095 std::vector<std::string> inventoryPaths; in addRegistryCallout() local
1100 inventoryPaths = in addRegistryCallout()
1118 addInventoryCallout(inventoryPaths[0], priority, locCode, dataIface); in addRegistryCallout()
1235 auto inventoryPaths = dataIface.getInventoryFromLocCode( in addDevicePathCallouts() local
1240 addInventoryCallout(inventoryPaths[0], priority, locCode, in addDevicePathCallouts()
1382 auto inventoryPaths = dataIface.getInventoryFromLocCode( in addJSONCallout() local
1386 inventoryPath = inventoryPaths[0]; in addJSONCallout()