Home
last modified time | relevance | path

Searched refs:test_param (Results 1 – 1 of 1) sorted by relevance

/trusty/kernel/include/shared/lk/
Dtrusty_unittest.h120 const void* test_param; member
203 if (_test_context.test_param) { in trusty_unittest_print_status_name()
561 const void* test_param; in RUN_ALL_SUITE_TESTS() local
567 _test_context.test_param = NULL; in RUN_ALL_SUITE_TESTS()
579 while ((test_param = param_entry->param_gen.gen_param( in RUN_ALL_SUITE_TESTS()
583 _test_context.test_param = test_param; in RUN_ALL_SUITE_TESTS()
585 param_entry->to_string(test_param, param_str, in RUN_ALL_SUITE_TESTS()
712 return _test_context.test_param; in GetParam()