Lines Matching full:links
125 "Links": {}
222 static struct RedfishPropertyParent links; in createDriveOem() local
223 bejTreeInitSet(&links, "Links"); in createDriveOem()
224 bejTreeLinkChildToParent(&root, &links); in createDriveOem()
230 * @brief Storage for an array of links with an annotated odata.count.
271 const char* const links[], struct RedfishArrayOfLinksJson* linksInfo, in redfishCreateArrayOfLinksJson() argument
285 &linkJsonArray[i].odataId, links[i]); in redfishCreateArrayOfLinksJson()
298 static struct RedfishPropertyParent links; in createChassisResource() local
315 bejTreeInitSet(&links, "Links"); in createChassisResource()
316 bejTreeLinkChildToParent(&root, &links); in createChassisResource()
319 bejTreeLinkChildToParent(&links, &computerSystemsArray); in createChassisResource()
324 addLinkToTree(&links, &containedBySet, "ContainedBy", &containedByOdataId, in createChassisResource()
327 redfishCreateArrayOfLinksJson(&links, "Contains", containsLinkCount, in createChassisResource()
330 redfishCreateArrayOfLinksJson(&links, "Storage", /*linkCount=*/1, storage, in createChassisResource()
333 redfishCreateArrayOfLinksJson(&links, "Drives", /*linkCount=*/1, drives, in createChassisResource()