Lines Matching full:frus
530 * Few FRUs need some special handling. To identify those FRUs CCIN are used.
871 * @brief API to sync keyword update to inherited FRUs.
874 * update to all inherited FRUs' respective interface, property on PIM.
888 if (!i_sysCfgJsonObj.contains("frus"))
893 if (!i_sysCfgJsonObj["frus"].contains(i_fruPath))
917 // update inherited FRUs only
930 // iterate through all FRUs except the base FRU
932 i_sysCfgJsonObj["frus"][i_fruPath].begin() + constants::VALUE_1,
933 i_sysCfgJsonObj["frus"][i_fruPath].end(), l_populateInterfaceMap);
948 "Failed to sync keyword update to inherited FRUs of FRU [" +
1040 * inherited FRUs.
1060 if (!i_sysCfgJsonObj.contains("frus"))
1065 if (!i_sysCfgJsonObj["frus"].contains(i_fruPath))
1104 std::for_each(i_sysCfgJsonObj["frus"][i_fruPath].begin(),
1105 i_sysCfgJsonObj["frus"][i_fruPath].end(),