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 = _dataIface.getInventoryFromLocCode(locCode, 0, 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.cpp1076 std::vector<std::string> inventoryPaths; in addRegistryCallout() local
1081 inventoryPaths = in addRegistryCallout()
1094 addInventoryCallout(inventoryPaths[0], priority, locCode, dataIface); in addRegistryCallout()
1206 auto inventoryPaths = dataIface.getInventoryFromLocCode( in addDevicePathCallouts() local
1211 addInventoryCallout(inventoryPaths[0], priority, locCode, in addDevicePathCallouts()
1350 auto inventoryPaths = dataIface.getInventoryFromLocCode( in addJSONCallout() local
1354 inventoryPath = inventoryPaths[0]; in addJSONCallout()
/openbmc/openpower-vpd-parser/vpd-manager/
H A Dreader_impl.cpp111 ListOfPaths inventoryPaths; in getFrusAtLocation() local
114 [&inventoryPaths]( in getFrusAtLocation()
116 inventoryPaths.push_back(INVENTORY_PATH + mappedItem.second); in getFrusAtLocation()
118 return inventoryPaths; in getFrusAtLocation()