Searched refs:eachInventory (Results 1 – 2 of 2) sorted by relevance
50 for (const auto& eachInventory : eachFRU.value()) in initGpioInfos() local52 objectPath = eachInventory["inventoryPath"]; in initGpioInfos()54 if ((eachInventory.find("presence") != eachInventory.end()) && in initGpioInfos()55 (eachInventory.find("preAction") != eachInventory.end())) in initGpioInfos()57 if (!eachInventory["presence"].value("pollingRequired", false)) in initGpioInfos()89 if ((eachInventory.find("devAddress") != eachInventory.end()) && in initGpioInfos()90 (eachInventory.find("driverType") != eachInventory.end()) && in initGpioInfos()91 (eachInventory.find("busType") != eachInventory.end())) in initGpioInfos()93 devNameAddr = eachInventory["devAddress"]; in initGpioInfos()94 driverType = eachInventory["driverType"]; in initGpioInfos()[all …]
1318 for (const auto& eachInventory : eachFru.value()) in doEnableAllDimms() local1320 if (eachInventory.find("extraInterfaces") != eachInventory.end()) in doEnableAllDimms()1322 for (const auto& eI : eachInventory["extraInterfaces"].items()) in doEnableAllDimms()