Home
last modified time | relevance | path

Searched refs:schemaDictionary (Results 1 – 8 of 8) sorted by relevance

/openbmc/libbej/test/
H A Dbej_decoder_test.cpp66 .schemaDictionary = inputsOrErr->schemaDictionary, in TEST_P()
H A Dbej_encoder_test.cpp346 .schemaDictionary = inputsOrErr->schemaDictionary, in TEST_P()
390 .schemaDictionary = inputsOrErr->schemaDictionary, in TEST_P()
/openbmc/libbej/test/include/
H A Dbej_common_test.hpp30 const uint8_t* schemaDictionary; member
101 .schemaDictionary = schemaDictBuffer, in loadInputs()
/openbmc/libbej/src/
H A Dbej_decoder_core.c692 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 Dbej_encoder_metadata.c80 : dictionaries->schemaDictionary; in bejGetRelatedDictionary()
582 bejUpdateParentMetaData(dictionaries, dictionaries->schemaDictionary, in bejUpdateNodeMetadata()
H A Dbej_encoder_core.c319 NULL_CHECK(dictionaries->schemaDictionary, "schemaDictionary"); in bejEncode()
/openbmc/libbej/include/libbej/
H A Dbej_common.h173 const uint8_t* schemaDictionary; member
/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Drde_handler.cpp92 .schemaDictionary = (*schemaDictOrErr).data(), in operationInitRequest()