Searched refs:createdBy (Results 1 – 8 of 8) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | pel_values.hpp | 32 const std::string createdBy = "Created by"; variable
|
H A D | failing_mtms.cpp | 98 jsonInsert(json, pv::createdBy, in getJSON()
|
H A D | private_header.cpp | 111 jsonInsert(ph, pv::createdBy, in getJSON()
|
H A D | extended_user_header.cpp | 188 jsonInsert(json, pv::createdBy, in getJSON()
|
H A D | user_data_json.cpp | 62 output[pv::createdBy] = getComponentName(componentID, creatorID); in prettyJSON()
|
H A D | pel.cpp | 398 jsonInsert(buf, pv::createdBy, in printSectionInJSON()
|
H A D | src.cpp | 719 jsonInsert(ps, pv::createdBy, in getJSON()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sbom30.py | 445 creation_info.createdBy = authors 456 for author in copy.createdBy: 458 c.createdBy.append(author) 460 c.createdBy.append(author._id)
|