Searched refs:testcase_module (Results 1 – 7 of 7) sorted by relevance
| /kernel/liteos_m/testsuites/src/ |
| D | iCunit.c | 67 iCunit_CaseArray[idx].testcase_module = testcaseModule; in ICunitAddCase() 125 … g_strModule[psubCaseArray->testcase_module], g_strLevel[psubCaseArray->testcase_level], in ICunitRunF() 131 … g_strLayer[psubCaseArray->testcase_layer], g_strModule[psubCaseArray->testcase_module], in ICunitRunF()
|
| /kernel/liteos_a/testsuites/kernel/src/ |
| D | iCunit.c | 168 g_iCunitCaseArray[idx].testcase_module = testcaseModule; in ICunitAddCase() 205 if ((g_isSpinorInit == FALSE) && (psubCase->testcase_module == TEST_JFFS)) { in ICunitRunSingle() 319 g_strModule[psubCase->testcase_module], g_strLevel[psubCase->testcase_level], in ICunitRunF() 404 g_executModelNum[psubCase->testcase_module]++; in ICunitRunF() 411 g_passModelResult[psubCase->testcase_module]++; in ICunitRunF() 416 g_strLayer[psubCase->testcase_layer], g_strModule[psubCase->testcase_module], in ICunitRunF() 424 g_failModelResult[psubCase->testcase_module]++; in ICunitRunF() 430 g_strLayer[psubCase->testcase_layer], g_strModule[psubCase->testcase_module], in ICunitRunF() 636 ((testCase->testcase_module == testcaseModule) || (testcaseModule == TEST_MODULE_ALL)) && in ICunitRunTestcaseSatisfied()
|
| D | osTest.c | 462 if (i == g_errorCase[j].testcase_module) { in TestTaskEntry() 465 … g_strLayer[g_errorCase[j].testcase_layer], g_strModule[g_errorCase[j].testcase_module], in TestTaskEntry()
|
| /kernel/liteos_m/testsuites/include/ |
| D | iCunit.h | 79 iUINT16 testcase_module; member 359 #define TEST_ADD_CASE(name, casefunc, testcase_layer, testcase_module, testcase_level, testcase_typ… argument 362 …uwRet = ICunitAddCase(name, (CASE_FUNCTION)casefunc, testcase_layer, testcase_module, testcase_lev…
|
| /kernel/liteos_a/testsuites/kernel/include/ |
| D | iCunit.h | 85 iUINT16 testcase_module; member 443 #define TEST_ADD_CASE(name, casefunc, testcase_layer, testcase_module, testcase_level, testcase_typ… argument 446 …uwRet = ICunitAddCase(name, (CASE_FUNCTION)casefunc, testcase_layer, testcase_module, testcase_lev…
|
| D | osTest.h | 353 CHAR testcase_module[32]; member
|
| /kernel/liteos_a/testsuites/unittest/common/include/ |
| D | osTest.h | 365 CHAR testcase_module[32]; member
|