Lines Matching refs:propertyName

1153     std::vector<uint8_t>& areaData, const std::string& propertyName,  in findOrCreateField()  argument
1158 std::string areaName = propertyName.substr(0, propertyName.find('_')); in findOrCreateField()
1191 if (propertyNamePrefix + field == propertyName) in findOrCreateField()
1199 size_t pos = propertyName.find(fruCustomFieldName); in findOrCreateField()
1207 propertyName.substr(pos + fruCustomFieldName.size()); in findOrCreateField()
1260 const std::string& propertyName, const std::string& value) in setField() argument
1265 "PROP", propertyName); in setField()
1277 findOrCreateField(tmpBuffer, propertyName, fruAreaToUpdate); in setField()
1282 propertyName, "AREA", getFruAreaName(fruAreaToUpdate)); in setField()
1442 const std::string& propertyName, in findFruAreaLocationAndField() argument
1449 std::string areaName = propertyName.substr(0, propertyName.find('_')); in findFruAreaLocationAndField()
1455 propertyName); in findFruAreaLocationAndField()
1478 lg2::error("Invalid PropertyName {PROP}", "PROP", propertyName); in findFruAreaLocationAndField()
1483 lg2::error("FRU Area for {PROP} not present ", "PROP", propertyName); in findFruAreaLocationAndField()
1498 if (propertyName == propertyNamePrefix + field) in findFruAreaLocationAndField()
1506 std::size_t pos = propertyName.find(fruCustomFieldName); in findFruAreaLocationAndField()
1510 "PROP", propertyName); in findFruAreaLocationAndField()
1514 propertyName.substr(pos + fruCustomFieldName.length()); in findFruAreaLocationAndField()
1519 propertyName); in findFruAreaLocationAndField()
1547 const std::string& propertyName, in copyRestFRUArea() argument
1559 lg2::error("Property {PROP} not present ", "PROP", propertyName); in copyRestFRUArea()
1739 const std::string& propertyName, in updateAddProperty() argument
1759 std::string areaName = propertyName.substr(0, propertyName.find('_')); in updateAddProperty()
1799 if (!setField(fruAreaToUpdate, areaData, propertyName, propertyValue)) in updateAddProperty()
1802 "PROPERTY", propertyName); in updateAddProperty()