Home
last modified time | relevance | path

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

/openbmc/libbej/test/
H A Dbej_dictionary_test.cpp84 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 Dbej_dictionary.h82 int bejDictGetProperty(const uint8_t* dictionary,
/openbmc/libbej/src/
H A Dbej_dictionary.c79 int bejDictGetProperty(const uint8_t* dictionary, in bejDictGetProperty() function
H A Dbej_decoder_core.c178 bejDictGetProperty(*dictionary, dictPropOffset, sequenceNumber, prop); in bejGetDictionaryAndProperty()
517 bejDictGetProperty(dictionary, prop->childPointerOffset, in bejHandleBejEnum()