23#ifndef INCLUDE_SERVICES_NULLERRORDELEGATE_H_
24#define INCLUDE_SERVICES_NULLERRORDELEGATE_H_
100 return SYS_NO_ERROR_CODE;
111 return SYS_NO_ERROR_CODE;
123 return SYS_NO_ERROR_CODE;
135 return SYS_NO_ERROR_CODE;
155 UNUSED(pFirstResponder);
157 return SYS_NO_ERROR_CODE;
167 UNUSED(pFirstResponder);
168 return SYS_NO_ERROR_CODE;
Application error manager delegate.
IApplicationErrorDelegate * NullAEDAlloc(void)
static sys_error_code_t NullAEDAddFirstResponder(IApplicationErrorDelegate *_this, IErrFirstResponder *pFirstResponder, uint8_t nPriority)
Definition NullErrorDelegate.h:153
static sys_error_code_t NullAEDRemoveFirstResponder(IApplicationErrorDelegate *_this, IErrFirstResponder *pFirstResponder)
Definition NullErrorDelegate.h:165
static sys_error_code_t NullAEDOnStartApplication(IApplicationErrorDelegate *_this, ApplicationContext *pxContext)
Definition NullErrorDelegate.h:108
static sys_error_code_t NullAEDInit(IApplicationErrorDelegate *_this, void *pParams)
Definition NullErrorDelegate.h:97
static uint8_t NullAEDGetMaxFirstResponderPriority(const IApplicationErrorDelegate *_this)
Definition NullErrorDelegate.h:176
static void NullAEDResetCounter(IApplicationErrorDelegate *_this)
Definition NullErrorDelegate.h:186
static sys_error_code_t NullAEDOnNewErrEvent(IApplicationErrorDelegate *_this, SysEvent xEvent)
Definition NullErrorDelegate.h:132
static boolean_t NullAEDIsLastErrorPending(IApplicationErrorDelegate *_this)
Definition NullErrorDelegate.h:143
static sys_error_code_t NullAEDProcessEvent(IApplicationErrorDelegate *_this, ApplicationContext *pxContext, SysEvent xEvent)
Definition NullErrorDelegate.h:119
Definition ApplicationContext.h:39
Definition IApplicationErrorDelegateVtbl.h:57
Definition IErrorFirstResponderVtbl.h:51
Definition NullErrorDelegate.h:41
IApplicationErrorDelegate super
Definition NullErrorDelegate.h:45
uint16_t sys_error_code_t
Definition syserror.h:41