Home
last modified time | relevance | path

Searched refs:bejTreeAddBool (Results 1 – 4 of 4) sorted by relevance

/openbmc/libbej/test/
H A Dbej_tree_test.cpp183 bejTreeAddBool(&parent, &child, name, value); in TEST()
215 bejTreeAddBool(&parent, &child1, nullptr, true); in TEST()
H A Dbej_encoder_test.cpp78 bejTreeAddBool(&chArraySet1, &chArraySet1bool, "AnotherBoolean", true); in createDummyResource()
/openbmc/libbej/include/libbej/
H A Dbej_tree.h273 void bejTreeAddBool(struct RedfishPropertyParent* parent,
/openbmc/libbej/src/
H A Dbej_tree.c107 void bejTreeAddBool(struct RedfishPropertyParent* parent, in bejTreeAddBool() function