Home
last modified time | relevance | path

Searched refs:callbackAnnotation (Results 1 – 3 of 3) sorted by relevance

/openbmc/libbej/src/
H A Dbej_decoder_json.cpp244 static int callbackAnnotation(const char* propertyName, void* dataPtr) in callbackAnnotation() function
360 .callbackAnnotation = callbackAnnotation, in decode()
H A Dbej_decoder_core.c653 RETURN_IF_CALLBACK_IERROR(params->decodedCallback->callbackAnnotation, in bejHandleBejPropertyAnnotation()
/openbmc/libbej/include/libbej/
H A Dbej_decoder_core.h128 int (*callbackAnnotation)(const char* propertyName, void* dataPtr); member