Home
last modified time | relevance | path

Searched refs:inventoryPaths (Results 1 – 4 of 4) 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.cpp1074 std::vector<std::string> inventoryPaths; in addRegistryCallout() local
1079 inventoryPaths = in addRegistryCallout()
1092 addInventoryCallout(inventoryPaths[0], priority, locCode, dataIface); in addRegistryCallout()
1204 auto inventoryPaths = dataIface.getInventoryFromLocCode( in addDevicePathCallouts() local
1209 addInventoryCallout(inventoryPaths[0], priority, locCode, in addDevicePathCallouts()
1348 auto inventoryPaths = dataIface.getInventoryFromLocCode( in addJSONCallout() local
1352 inventoryPath = inventoryPaths[0]; in addJSONCallout()
/openbmc/openpower-vpd-parser/vpd-manager/
H A Dreader_impl.cpp110 ListOfPaths inventoryPaths; in getFrusAtLocation() local
113 [&inventoryPaths]( in getFrusAtLocation()
115 inventoryPaths.push_back(INVENTORY_PATH + mappedItem.second); in getFrusAtLocation()
117 return inventoryPaths; in getFrusAtLocation()