Searched refs:testcase_level (Results 1 – 7 of 7) sorted by relevance
| /kernel/liteos_m/testsuites/src/ |
| D | iCunit.c | 68 iCunit_CaseArray[idx].testcase_level = testcaseLevel; in ICunitAddCase() 125 … g_strModule[psubCaseArray->testcase_module], g_strLevel[psubCaseArray->testcase_level], in ICunitRunF() 132 g_strLevel[psubCaseArray->testcase_level], g_strType[psubCaseArray->testcase_type], in ICunitRunF()
|
| /kernel/liteos_m/testsuites/include/ |
| D | iCunit.h | 80 iUINT16 testcase_level; member 359 #define TEST_ADD_CASE(name, casefunc, testcase_layer, testcase_module, testcase_level, testcase_typ… argument 362 …t = ICunitAddCase(name, (CASE_FUNCTION)casefunc, testcase_layer, testcase_module, testcase_level, \
|
| /kernel/liteos_a/testsuites/kernel/src/ |
| D | iCunit.c | 169 g_iCunitCaseArray[idx].testcase_level = testcaseLevel; in ICunitAddCase() 319 g_strModule[psubCase->testcase_module], g_strLevel[psubCase->testcase_level], in ICunitRunF() 417 g_strLevel[psubCase->testcase_level], g_strType[psubCase->testcase_type]); in ICunitRunF() 431 … g_strLevel[psubCase->testcase_level], g_strType[psubCase->testcase_type], psubCase->errLine, in ICunitRunF() 637 ((testCase->testcase_level == testcaseLevel) || (testcaseLevel == TEST_LEVEL_ALL)) && in ICunitRunTestcaseSatisfied()
|
| D | osTest.c | 466 … g_strLevel[g_errorCase[j].testcase_level], g_strType[g_errorCase[j].testcase_type], in TestTaskEntry()
|
| /kernel/liteos_a/testsuites/kernel/include/ |
| D | iCunit.h | 86 iUINT16 testcase_level; member 443 #define TEST_ADD_CASE(name, casefunc, testcase_layer, testcase_module, testcase_level, testcase_typ… argument 446 …t = ICunitAddCase(name, (CASE_FUNCTION)casefunc, testcase_layer, testcase_module, testcase_level, \
|
| D | osTest.h | 354 CHAR testcase_level[16]; member
|
| /kernel/liteos_a/testsuites/unittest/common/include/ |
| D | osTest.h | 366 CHAR testcase_level[16]; member
|