31 #ifndef INCLUDE_SERVICES_NULLERRORDELEGATE_H_ 32 #define INCLUDE_SERVICES_NULLERRORDELEGATE_H_ Definition: sysevent.h:44
IApplicationErrorDelegate * NullAEDAlloc()
sys_error_code_t NullAEDOnStartApplication(IApplicationErrorDelegate *this, ApplicationContext *pxContext)
Definition: NullErrorDelegate.h:85
sys_error_code_t NullAEDAddFirstResponder(IApplicationErrorDelegate *this, IErrFirstResponder *pFirstResponder, uint8_t nPriority)
Definition: NullErrorDelegate.h:114
boolean_t NullAEDIsLastErrorPending(IApplicationErrorDelegate *this)
Definition: NullErrorDelegate.h:107
Definition: IErrorFirstResponderVtbl.h:59
sys_error_code_t NullAEDProcessEvent(IApplicationErrorDelegate *this, ApplicationContext *pxContext, SysEvent xEvent)
Definition: NullErrorDelegate.h:92
Application error manager delegate.
sys_error_code_t NullAEDRemoveFirstResponder(IApplicationErrorDelegate *this, IErrFirstResponder *pFirstResponder)
Definition: NullErrorDelegate.h:121
Definition: IApplicationErrorDelegateVtbl.h:67
uint8_t NullAEDGetMaxFirstResponderPriority(const IApplicationErrorDelegate *this)
Definition: NullErrorDelegate.h:128
sys_error_code_t NullAEDInit(IApplicationErrorDelegate *this, void *pParams)
Definition: NullErrorDelegate.h:78
void NullAEDResetCounter(IApplicationErrorDelegate *this)
Definition: NullErrorDelegate.h:135
Definition: NullErrorDelegate.h:49
unsigned short sys_error_code_t
Definition: syserror.h:45
Definition: ApplicationContext.h:48
sys_error_code_t NullAEDOnNewErrEvent(IApplicationErrorDelegate *this, SysEvent xEvent)
Definition: NullErrorDelegate.h:100
IApplicationErrorDelegate super
Definition: NullErrorDelegate.h:53