Searched refs:bejTreeLinkChildToParent (Results 1 – 4 of 4) 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() 183 bejTreeLinkChildToParent(&drRstType, &drRstTypeAllowable); in createDriveOem() 184 bejTreeLinkChildToParent(&drRst, &drRstType); in createDriveOem() 185 bejTreeLinkChildToParent(&actions, &drRst); in createDriveOem() 186 bejTreeLinkChildToParent(&root, &actions); in createDriveOem() 203 bejTreeLinkChildToParent(&statusAntMsgExtInfoSet1, in createDriveOem() 214 bejTreeLinkChildToParent(&statusAntMsgExtInfo, &statusAntMsgExtInfoSet1); in createDriveOem() 215 bejTreeLinkChildToParent(&statusAnt, &statusAntMsgExtInfo); in createDriveOem() [all …]
|
| H A D | bej_decoder_test.cpp | 131 bejTreeLinkChildToParent(root.get(), childArray.get()); in TEST() 153 bejTreeLinkChildToParent(childArray.get(), chArraySet.get()); in TEST()
|
| /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,
|