Lines Matching full:check
25 /* Check flags */
67 /* Check the output data. */ in tracing_backends_output()
109 * firstly, and called tracing APIs one by one directly, check if the
187 zassert_true(tracing_api_found, "Failded to check output from backend"); in ZTEST()
188 zassert_true(tracing_api_not_found == false, "Failded to check output from backend"); in ZTEST()
197 * check the output for the backend.
207 zassert_true(sync_string_format_found == true, "Failed to check output from backend"); in ZTEST()
215 * check the output for the self-designed uart backend.
233 zassert_true(data_format_found == true, "Failed to check output from backend"); in ZTEST()
237 zassert_true(raw_data_format_found == true, "Failed to check output from backend"); in ZTEST()
261 "Failed to check default status of tracing"); in ZTEST()