Home
last modified time | relevance | path

Searched refs:schemaType (Results 1 – 2 of 2) sorted by relevance

/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Dexternal_storer_file.cpp91 auto schemaType = getSchemaType(jsonDecoded); in publishJson() local
92 if (schemaType == JsonPdrType::logEntry) in publishJson()
96 if (schemaType == JsonPdrType::logService) in publishJson()
/openbmc/libbej/src/
H A Dbej_decoder_core.c154 const struct BejHandleTypeFuncParam* params, uint8_t schemaType, in bejGetDictionaryAndProperty() argument
160 if (schemaType == bejPrimary) in bejGetDictionaryAndProperty()
165 else if (schemaType == bejAnnotation) in bejGetDictionaryAndProperty()
173 schemaType); in bejGetDictionaryAndProperty()