Searched refs:CASE_FUNCTION (Results 1 - 4 of 4) sorted by relevance
/kernel/liteos_m/testsuites/include/ |
H A D | iCunit.h | 73 typedef iUINT32 (*CASE_FUNCTION)(void);
typedef 77 CASE_FUNCTION pstCaseFunc;
351 extern iUINT32 ICunitAddCase(iCHAR *caseName, CASE_FUNCTION caseFunc, iUINT16 testcaseLayer, iUINT16 testcaseModule,
362 uwRet = ICunitAddCase(name, (CASE_FUNCTION)casefunc, testcase_layer, testcase_module, testcase_level, \
|
/kernel/liteos_a/testsuites/kernel/include/ |
H A D | iCunit.h | 79 typedef iUINT32 (*CASE_FUNCTION)(void); typedef 83 CASE_FUNCTION pstCaseFunc; 423 extern iUINT32 ICunitAddCase(const iCHAR *caseName, CASE_FUNCTION caseFunc, iUINT16 testcaseLayer, 446 uwRet = ICunitAddCase(name, (CASE_FUNCTION)casefunc, testcase_layer, testcase_module, testcase_level, \
|
/kernel/liteos_m/testsuites/src/ |
H A D | iCunit.c | 49 iUINT32 ICunitAddCase(iCHAR *caseName, CASE_FUNCTION caseFunc, iUINT16 testcaseLayer, iUINT16 testcaseModule,
in ICunitAddCase()
|
/kernel/liteos_a/testsuites/kernel/src/ |
H A D | iCunit.c | 141 iUINT32 ICunitAddCase(const iCHAR *caseName, CASE_FUNCTION caseFunc, iUINT16 testcaseLayer, iUINT16 testcaseModule, in ICunitAddCase()
|
Completed in 4 milliseconds