Searched refs:utest_assert (Results 1 – 2 of 2) sorted by relevance
| /components/utilities/utest/ |
| A D | utest.c | 413 rt_bool_t utest_assert(int value, const char *file, int line, const char *func, const char *msg) in utest_assert() function 444 rst = utest_assert(0, file, line, func, msg); in utest_assert_string() 452 rst = utest_assert(1, file, line, func, msg); in utest_assert_string() 456 rst = utest_assert(0, file, line, func, msg); in utest_assert_string() 463 rst = utest_assert(0, file, line, func, msg); in utest_assert_string() 467 rst = utest_assert(1, file, line, func, msg); in utest_assert_string() 482 utest_assert(0, file, line, func, msg); in utest_assert_buf() 489 utest_assert(1, file, line, func, msg); in utest_assert_buf() 493 utest_assert(0, file, line, func, msg); in utest_assert_buf() 500 utest_assert(0, file, line, func, msg); in utest_assert_buf() [all …]
|
| A D | utest_assert.h | 22 rt_bool_t utest_assert(int value, const char *file, int line, const char *func, const char *msg); 29 #define __utest_assert(value, msg) utest_assert(value, __FILE__, __LINE__, __func__, msg)
|
Completed in 5 milliseconds