Lines Matching refs:decodedCallback
274 params->decodedCallback->callbackSetEnd, in bejProcessEnding()
280 params->decodedCallback->callbackArrayEnd, in bejProcessEnding()
288 params->decodedCallback->callbackPropertyEnd, in bejProcessEnding()
349 RETURN_IF_CALLBACK_IERROR(params->decodedCallback->callbackSetStart, in bejHandleBejSet()
360 RETURN_IF_CALLBACK_IERROR(params->decodedCallback->callbackSetEnd, in bejHandleBejSet()
414 RETURN_IF_CALLBACK_IERROR(params->decodedCallback->callbackArrayStart, in bejHandleBejArray()
425 RETURN_IF_CALLBACK_IERROR(params->decodedCallback->callbackArrayEnd, in bejHandleBejArray()
468 RETURN_IF_CALLBACK_IERROR(params->decodedCallback->callbackNull, propName, in bejHandleBejNull()
486 RETURN_IF_CALLBACK_IERROR(params->decodedCallback->callbackNull, in bejHandleBejInteger()
492 params->decodedCallback->callbackInteger, propName, in bejHandleBejInteger()
528 RETURN_IF_CALLBACK_IERROR(params->decodedCallback->callbackNull, in bejHandleBejEnum()
543 RETURN_IF_CALLBACK_IERROR(params->decodedCallback->callbackEnum, in bejHandleBejEnum()
565 RETURN_IF_CALLBACK_IERROR(params->decodedCallback->callbackNull, in bejHandleBejString()
571 params->decodedCallback->callbackString, propName, in bejHandleBejString()
591 RETURN_IF_CALLBACK_IERROR(params->decodedCallback->callbackNull, in bejHandleBejReal()
622 RETURN_IF_CALLBACK_IERROR(params->decodedCallback->callbackReal, in bejHandleBejReal()
642 RETURN_IF_CALLBACK_IERROR(params->decodedCallback->callbackNull, in bejHandleBejBoolean()
647 RETURN_IF_CALLBACK_IERROR(params->decodedCallback->callbackBool, in bejHandleBejBoolean()
675 RETURN_IF_CALLBACK_IERROR(params->decodedCallback->callbackAnnotation, in bejHandleBejPropertyAnnotation()
718 const struct BejDecodedCallback* decodedCallback, in bejDecode() argument
738 .decodedCallback = decodedCallback, in bejDecode()
776 params.decodedCallback->callbackReadonlyProperty, in bejDecode()
867 const struct BejDecodedCallback* decodedCallback, in bejDecodePldmBlock() argument
882 NULL_CHECK(decodedCallback, "decodedCallback"); in bejDecodePldmBlock()
964 stackCallback, decodedCallback, callbacksDataPtr, in bejDecodePldmBlock()