Home
last modified time | relevance | path

Searched refs:CASE_FUNCTION (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_m/testsuites/include/
DiCunit.h73 typedef iUINT32 (*CASE_FUNCTION)(void); typedef
77 CASE_FUNCTION pstCaseFunc;
351 extern iUINT32 ICunitAddCase(iCHAR *caseName, CASE_FUNCTION caseFunc, iUINT16 testcaseLayer, iUINT1…
362 …uwRet = ICunitAddCase(name, (CASE_FUNCTION)casefunc, testcase_layer, testcase_module, testcase_lev…
/kernel/liteos_a/testsuites/kernel/include/
DiCunit.h79 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_lev…
/kernel/liteos_m/testsuites/src/
DiCunit.c49 iUINT32 ICunitAddCase(iCHAR *caseName, CASE_FUNCTION caseFunc, iUINT16 testcaseLayer, iUINT16 testc… in ICunitAddCase()
/kernel/liteos_a/testsuites/kernel/src/
DiCunit.c141 iUINT32 ICunitAddCase(const iCHAR *caseName, CASE_FUNCTION caseFunc, iUINT16 testcaseLayer, iUINT16… in ICunitAddCase()