Searched refs:schemaDictionary (Results 1 – 8 of 8) sorted by relevance
/openbmc/libbej/test/ |
H A D | bej_decoder_test.cpp | 66 .schemaDictionary = inputsOrErr->schemaDictionary, in TEST_P()
|
H A D | bej_encoder_test.cpp | 346 .schemaDictionary = inputsOrErr->schemaDictionary, in TEST_P() 390 .schemaDictionary = inputsOrErr->schemaDictionary, in TEST_P()
|
/openbmc/libbej/test/include/ |
H A D | bej_common_test.hpp | 30 const uint8_t* schemaDictionary; member 101 .schemaDictionary = schemaDictBuffer, in loadInputs()
|
/openbmc/libbej/src/ |
H A D | bej_decoder_core.c | 692 static int bejDecode(const uint8_t* schemaDictionary, in bejDecode() argument 714 .mainDictionary = schemaDictionary, in bejDecode() 827 NULL_CHECK(dictionaries->schemaDictionary, "schemaDictionary"); in bejDecodePldmBlock() 880 return bejDecode(dictionaries->schemaDictionary, in bejDecodePldmBlock()
|
H A D | bej_encoder_metadata.c | 80 : dictionaries->schemaDictionary; in bejGetRelatedDictionary() 582 bejUpdateParentMetaData(dictionaries, dictionaries->schemaDictionary, in bejUpdateNodeMetadata()
|
H A D | bej_encoder_core.c | 319 NULL_CHECK(dictionaries->schemaDictionary, "schemaDictionary"); in bejEncode()
|
/openbmc/libbej/include/libbej/ |
H A D | bej_common.h | 173 const uint8_t* schemaDictionary; member
|
/openbmc/bios-bmc-smm-error-logger/src/rde/ |
H A D | rde_handler.cpp | 92 .schemaDictionary = (*schemaDictOrErr).data(), in operationInitRequest()
|