Lines Matching defs:l_Fru
713 for (const auto& l_Fru : m_parsedJson["frus"][i_vpdFilePath])
716 sdbusplus::message::object_path l_fruObjectPath(l_Fru["inventoryPath"]);
718 if (l_Fru.contains("ccin"))
723 if (l_Fru.contains("noprime") && l_Fru.value("noprime", false))
730 if (isPresentPropertyHandlingRequired(l_Fru))
734 std::string(l_Fru["inventoryPath"]), l_interfaces);
738 if (l_Fru.contains("extraInterfaces"))
740 populateInterfaces(l_Fru["extraInterfaces"], l_interfaces,
748 if (isPresentPropertyHandlingRequired(l_Fru))
766 if (l_Fru.value("inherit", true) &&
773 processFunctionalProperty(l_Fru["inventoryPath"], l_interfaces);
774 processEnabledProperty(l_Fru["inventoryPath"], l_interfaces);
1881 for (const auto& l_Fru : m_parsedJson["frus"][i_vpdPath])
1884 l_Fru["inventoryPath"]);
2162 for (const auto& l_Fru : m_parsedJson["frus"][i_vpdPath])
2165 l_Fru["inventoryPath"]);