Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/
H A Dmanager.cpp557 const nlohmann::json& singleFru = groupEEPROM[0]; in performVPDRecollection() local
560 singleFru["inventoryPath"] in performVPDRecollection()
603 triggerVpdCollection(singleFru, inventoryPath); in performVPDRecollection()
652 string chipAddr = singleFru.value("pcaChipAddress", ""); in performVPDRecollection()
699 nlohmann::json singleFru{}; in collectFRUVPD() local
705 singleFru = item; in collectFRUVPD()
711 if (singleFru.value("concurrentlyMaintainable", false)) in collectFRUVPD()
731 triggerVpdCollection(singleFru, objPath); in collectFRUVPD()
774 void Manager::triggerVpdCollection(const nlohmann::json& singleFru, in triggerVpdCollection() argument
777 if ((singleFru.find("devAddress") == singleFru.end()) || in triggerVpdCollection()
[all …]
H A Dmanager.hpp171 void triggerVpdCollection(const nlohmann::json& singleFru,