Searched refs:bejTreeLinkChildToParent (Results 1 – 3 of 3) sorted by relevance
/openbmc/libbej/test/ |
H A D | bej_encoder_test.cpp | 92 bejTreeLinkChildToParent(&chArray, &chArraySet1); in createDummyResource() 93 bejTreeLinkChildToParent(&chArray, &chArraySet2); in createDummyResource() 95 bejTreeLinkChildToParent(&root, &chArray); in createDummyResource() 184 bejTreeLinkChildToParent(&drRst, &drRstType); in createDriveOem() 185 bejTreeLinkChildToParent(&actions, &drRst); in createDriveOem() 186 bejTreeLinkChildToParent(&root, &actions); in createDriveOem() 216 bejTreeLinkChildToParent(&root, &statusAnt); in createDriveOem() 220 bejTreeLinkChildToParent(&root, &identifiers); in createDriveOem() 224 bejTreeLinkChildToParent(&root, &links); in createDriveOem() 266 bejTreeLinkChildToParent(parent, linkSet); in addLinkToTree() [all …]
|
/openbmc/libbej/src/ |
H A D | bej_tree.c | 58 bejTreeLinkChildToParent(parent, child); in bejTreeAddNull() 67 bejTreeLinkChildToParent(parent, child); in bejTreeAddInteger() 81 bejTreeLinkChildToParent(parent, child); in bejTreeAddEnum() 90 bejTreeLinkChildToParent(parent, child); in bejTreeAddString() 99 bejTreeLinkChildToParent(parent, child); in bejTreeAddReal() 113 bejTreeLinkChildToParent(parent, child); in bejTreeAddBool() 116 void bejTreeLinkChildToParent(struct RedfishPropertyParent* parent, void* child) in bejTreeLinkChildToParent() function
|
/openbmc/libbej/include/libbej/ |
H A D | bej_tree.h | 283 void bejTreeLinkChildToParent(struct RedfishPropertyParent* parent,
|