Lines Matching refs:propertyName
899 const std::string& propertyName, in findFruAreaLocationAndField() argument
906 std::string areaName = propertyName.substr(0, propertyName.find('_')); in findFruAreaLocationAndField()
911 std::cerr << "Can't parse area name for property " << propertyName in findFruAreaLocationAndField()
935 std::cerr << "Invalid PropertyName " << propertyName << " \n"; in findFruAreaLocationAndField()
940 std::cerr << "FRU Area for " << propertyName << " not present \n"; in findFruAreaLocationAndField()
955 if (propertyName == propertyNamePrefix + field) in findFruAreaLocationAndField()
963 std::size_t pos = propertyName.find(fruCustomFieldName); in findFruAreaLocationAndField()
967 << propertyName << "\n"; in findFruAreaLocationAndField()
971 propertyName.substr(pos + fruCustomFieldName.length()); in findFruAreaLocationAndField()
975 std::cerr << "PropertyName not recognized: " << propertyName in findFruAreaLocationAndField()
1004 const std::string& propertyName, in copyRestFRUArea() argument
1016 std::cerr << "Property " << propertyName << " not present \n"; in copyRestFRUArea()