Searched refs:testcase_type (Results 1 – 7 of 7) sorted by relevance
| /kernel/liteos_m/testsuites/src/ |
| D | iCunit.c | 69 iCunit_CaseArray[idx].testcase_type = testcaseType; in ICunitAddCase() 126 g_strType[psubCaseArray->testcase_type]); in ICunitRunF() 132 g_strLevel[psubCaseArray->testcase_level], g_strType[psubCaseArray->testcase_type], in ICunitRunF()
|
| /kernel/liteos_m/testsuites/include/ |
| D | iCunit.h | 81 iUINT16 testcase_type; member 359 …_ADD_CASE(name, casefunc, testcase_layer, testcase_module, testcase_level, testcase_type) \ argument 363 …testcase_type); \
|
| /kernel/liteos_a/testsuites/kernel/src/ |
| D | iCunit.c | 170 g_iCunitCaseArray[idx].testcase_type = testcaseType; in ICunitAddCase() 320 g_strType[psubCase->testcase_type]); 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() 638 ((testCase->testcase_type == testcaseType) || (testcaseType == TEST_TYPE_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 | 87 iUINT16 testcase_type; member 443 …_ADD_CASE(name, casefunc, testcase_layer, testcase_module, testcase_level, testcase_type) \ argument 447 …testcase_type); \
|
| D | osTest.h | 355 CHAR testcase_type[16]; member
|
| /kernel/liteos_a/testsuites/unittest/common/include/ |
| D | osTest.h | 367 CHAR testcase_type[16]; member
|