Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_test.h307 void z_impl___ztest_set_test_result(enum ztest_result new_result);
308 static inline void __ztest_set_test_result(enum ztest_result new_result) in __ztest_set_test_result() argument
310 z_impl___ztest_set_test_result(new_result); in __ztest_set_test_result()
319 __syscall void __ztest_set_test_result(enum ztest_result new_result);
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c1109 void z_impl___ztest_set_test_result(enum ztest_result new_result) in z_impl___ztest_set_test_result() argument
1111 test_result = new_result; in z_impl___ztest_set_test_result()
1120 void z_vrfy___ztest_set_test_result(enum ztest_result new_result) in z_vrfy___ztest_set_test_result() argument
1122 z_impl___ztest_set_test_result(new_result); in z_vrfy___ztest_set_test_result()