Searched refs:annotationDictionary (Results 1 – 8 of 8) sorted by relevance
/openbmc/libbej/test/ |
H A D | bej_decoder_test.cpp | 67 .annotationDictionary = inputsOrErr->annotationDictionary, in TEST_P()
|
H A D | bej_encoder_test.cpp | 347 .annotationDictionary = inputsOrErr->annotationDictionary, in TEST_P() 391 .annotationDictionary = inputsOrErr->annotationDictionary, in TEST_P()
|
/openbmc/libbej/test/include/ |
H A D | bej_common_test.hpp | 31 const uint8_t* annotationDictionary; member 102 .annotationDictionary = annoDictBuffer, in loadInputs()
|
/openbmc/libbej/src/ |
H A D | bej_encoder_metadata.c | 75 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 D | bej_decoder_core.c | 693 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 D | bej_encoder_core.c | 320 NULL_CHECK(dictionaries->annotationDictionary, "annotationDictionary"); in bejEncode()
|
/openbmc/libbej/include/libbej/ |
H A D | bej_common.h | 174 const uint8_t* annotationDictionary; member
|
/openbmc/bios-bmc-smm-error-logger/src/rde/ |
H A D | rde_handler.cpp | 93 .annotationDictionary = (*annotationDictOrErr).data(), in operationInitRequest()
|