Searched refs:bejDictGetProperty (Results 1 – 4 of 4) sorted by relevance
/openbmc/libbej/test/ |
H A D | bej_dictionary_test.cpp | 84 EXPECT_THAT(bejDictGetProperty(dummySimpleDict.data(), offset, in TEST() 98 EXPECT_THAT(bejDictGetProperty(dummySimpleDict.data(), /*offset=*/0, in TEST() 102 EXPECT_THAT(bejDictGetProperty(dummySimpleDict.data(), propHead + 1, in TEST()
|
/openbmc/libbej/include/libbej/ |
H A D | bej_dictionary.h | 82 int bejDictGetProperty(const uint8_t* dictionary,
|
/openbmc/libbej/src/ |
H A D | bej_dictionary.c | 79 int bejDictGetProperty(const uint8_t* dictionary, in bejDictGetProperty() function
|
H A D | bej_decoder_core.c | 178 bejDictGetProperty(*dictionary, dictPropOffset, sequenceNumber, prop); in bejGetDictionaryAndProperty() 517 bejDictGetProperty(dictionary, prop->childPointerOffset, in bejHandleBejEnum()
|