Home
last modified time | relevance | path

Searched defs:testcaseLayer (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_a/testsuites/kernel/src/
DiCunit.c141 iUINT32 ICunitAddCase(const iCHAR *caseName, CASE_FUNCTION caseFunc, iUINT16 testcaseLayer, iUINT16… in ICunitAddCase()
451 iUINT32 testcaseLayer = 0xFFFF; in ICunitRunTestArray() local
545 iUINT32 ICunitRunTestArraySequence(iUINT32 testcaseNum, iUINT32 testcaseLayer, iUINT32 testcaseModu… in ICunitRunTestArraySequence()
570 iUINT32 ICunitRunTestArrayRandom(iUINT32 testcaseNum, iUINT32 testcaseLayer, iUINT32 testcaseModule, in ICunitRunTestArrayRandom()
631 iUINT32 ICunitRunTestcaseSatisfied(ICUNIT_CASE_S *testCase, iUINT32 testcaseLayer, iUINT32 testcase… in ICunitRunTestcaseSatisfied()
/kernel/liteos_m/testsuites/src/
DiCunit.c49 iUINT32 ICunitAddCase(iCHAR *caseName, CASE_FUNCTION caseFunc, iUINT16 testcaseLayer, iUINT16 testc… in ICunitAddCase()