Home
last modified time | relevance | path

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

/openbmc/libbej/test/
H A Dbej_decoder_test.cpp67 .annotationDictionary = inputsOrErr->annotationDictionary, in TEST_P()
H A Dbej_encoder_test.cpp347 .annotationDictionary = inputsOrErr->annotationDictionary, in TEST_P()
391 .annotationDictionary = inputsOrErr->annotationDictionary, in TEST_P()
/openbmc/libbej/test/include/
H A Dbej_common_test.hpp31 const uint8_t* annotationDictionary; member
102 .annotationDictionary = annoDictBuffer, in loadInputs()
/openbmc/libbej/src/
H A Dbej_encoder_metadata.c75 if (parentDictionary == dictionaries->annotationDictionary) in bejGetRelatedDictionary()
77 return dictionaries->annotationDictionary; in bejGetRelatedDictionary()
79 return bejIsAnnotation(nodeName) ? dictionaries->annotationDictionary in bejGetRelatedDictionary()
125 if (dictionaries->annotationDictionary == parentDictionary) in bejFindSeqNumAndChildDictOffset()
135 bool isAnnotation = dictionary == dictionaries->annotationDictionary; in bejFindSeqNumAndChildDictOffset()
H A Dbej_decoder_core.c693 const uint8_t* annotationDictionary, in bejDecode() argument
715 .annotDictionary = annotationDictionary, in bejDecode()
828 NULL_CHECK(dictionaries->annotationDictionary, "annotationDictionary"); in bejDecodePldmBlock()
881 dictionaries->annotationDictionary, enStream, streamLen, in bejDecodePldmBlock()
H A Dbej_encoder_core.c320 NULL_CHECK(dictionaries->annotationDictionary, "annotationDictionary"); in bejEncode()
/openbmc/libbej/include/libbej/
H A Dbej_common.h174 const uint8_t* annotationDictionary; member
/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Drde_handler.cpp93 .annotationDictionary = (*annotationDictOrErr).data(), in operationInitRequest()