Home
last modified time | relevance | path

Searched refs:bejTreeLinkChildToParent (Results 1 – 3 of 3) sorted by relevance

/openbmc/libbej/test/
H A Dbej_encoder_test.cpp92 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 Dbej_tree.c58 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 Dbej_tree.h283 void bejTreeLinkChildToParent(struct RedfishPropertyParent* parent,