Home
last modified time | relevance | path

Searched refs:g_param (Results 1 - 5 of 5) sorted by relevance

/kernel/liteos_a/testsuites/unittest/tools/
H A Dunittest_tools.cpp71 static struct TestsuitesParam g_param; variable
176 const char *unittestRun = g_param.testsuitesBin; in RunAllTestCase()
223 if (memcpy_s(g_param.testsuitesDir, TEST_PATH_MAX, testDir, len + 1) != EOK) { in TestsuitesDirFormat()
228 char *end = g_param.testsuitesDir + len; in TestsuitesDirFormat()
235 g_param.testsuitesDirLen = len; in TestsuitesDirFormat()
251 if (memcpy_s(g_param.testsuitesBin, TEST_PATH_MAX, end, strlen(end)) != EOK) { in GetTestsuitesToolsName()
267 if (g_param.testCaseNum >= TEST_DEFAULT_CASE_MAX) { in ParseTestCaseAndParam()
271 g_param.testCase[g_param.testCaseNum] = (struct TestCase *)malloc(sizeof(struct TestCase)); in ParseTestCaseAndParam()
272 if (g_param in ParseTestCaseAndParam()
[all...]
/kernel/liteos_m/testsuites/sample/kernel/dynlink/lib/
H A Ddynamic_initfini.c35 int g_param = 10; variable
40 g_param = 100; in init_first()
45 g_param += param; in init_test()
50 g_param = 0; in fini_end()
60 return g_param + a + b; in callee()
H A Ddynamic_static.c31 int g_param = 10; variable
36 c = a + b + g_param - staticParam; in add_test()
43 c = a - b + g_param - staticParam; in static_sub_test()
H A Ddynamic_undval.c30 extern int g_param;
34 return a + b + g_param; in caller()
H A Ddynamic_sym.c30 int g_param = 10; variable
34 return a + b + g_param; in callee()

Completed in 2 milliseconds