Home
last modified time | relevance | path

Searched refs:RedfishPropertyLeafInt (Results 1 – 6 of 6) sorted by relevance

/openbmc/libbej/include/libbej/
H A Dbej_tree.h111 struct RedfishPropertyLeafInt struct
210 struct RedfishPropertyLeafInt* child, const char* name,
219 void bejTreeSetInteger(struct RedfishPropertyLeafInt* node, int64_t newValue);
/openbmc/libbej/test/
H A Dbej_tree_test.cpp64 struct RedfishPropertyLeafInt child1; in TEST()
65 struct RedfishPropertyLeafInt child2; in TEST()
90 struct RedfishPropertyLeafInt child; in TEST()
108 struct RedfishPropertyLeafInt child; in TEST()
H A Dbej_encoder_test.cpp65 static struct RedfishPropertyLeafInt intProp; in createDummyResource()
242 struct RedfishPropertyLeafInt count;
/openbmc/libbej/src/
H A Dbej_tree.c62 struct RedfishPropertyLeafInt* child, const char* name, in bejTreeAddInteger()
70 void bejTreeSetInteger(struct RedfishPropertyLeafInt* node, int64_t newValue) in bejTreeSetInteger()
H A Dbej_encoder_core.c62 int bejEncodeBejInteger(struct RedfishPropertyLeafInt* node, in bejEncodeBejInteger()
H A Dbej_encoder_metadata.c187 struct RedfishPropertyLeafInt* node, in bejUpdateIntMetaData()