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.cpp201 auto inventoryPaths = in getInventoryPaths() local
203 for (const auto& path : inventoryPaths) in getInventoryPaths()
228 const std::vector<std::string>& inventoryPaths) const in setNotFunctional()
230 for (const auto& path : inventoryPaths) in setNotFunctional()
246 const std::vector<std::string>& inventoryPaths) const in createCriticalAssociation()
248 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.cpp1102 std::vector<std::string> inventoryPaths; in addRegistryCallout() local
1107 inventoryPaths = in addRegistryCallout()
1125 addInventoryCallout(inventoryPaths[0], priority, locCode, dataIface); in addRegistryCallout()
1241 auto inventoryPaths = dataIface.getInventoryFromLocCode( in addDevicePathCallouts() local
1246 addInventoryCallout(inventoryPaths[0], priority, locCode, in addDevicePathCallouts()
1388 auto inventoryPaths = dataIface.getInventoryFromLocCode( in addJSONCallout() local
1392 inventoryPath = inventoryPaths[0]; in addJSONCallout()