Lines Matching refs:PRINT_DATA
36 PRINT_DATA("Failed to allocate mock parameter\n"); in alloc_parameter()
207 PRINT_DATA("Failed to find parameter %s for %s\n", name, fn); in z_ztest_check_expected_value()
218 PRINT_DATA("%s:%s received wrong value: Got %lu, expected %lu\n", fn, name, in z_ztest_check_expected_value()
236 PRINT_DATA("Failed to find parameter %s for %s\n", name, fn); in z_ztest_check_expected_data()
249 PRINT_DATA("%s:%s received data while expected null pointer\n", fn, name); in z_ztest_check_expected_data()
252 PRINT_DATA("%s:%s received null pointer while expected data\n", fn, name); in z_ztest_check_expected_data()
256 PRINT_DATA("%s:%s data provided don't match\n", fn, name); in z_ztest_check_expected_data()
273 PRINT_DATA("%s:%s received null pointer\n", fn, name); in z_ztest_copy_return_data()
280 PRINT_DATA("Failed to find parameter %s for %s\n", name, fn); in z_ztest_copy_return_data()
301 PRINT_DATA("Failed to find return value for function %s\n", fn); in z_ztest_get_return_value()
327 PRINT_DATA("Parameter not used by mock: %s:%s\n", parameter_list.next->fn, in z_cleanup_mock()
332 PRINT_DATA("Return value no used by mock: %s\n", return_value_list.next->fn); in z_cleanup_mock()