Searched refs:context1 (Results 1 – 1 of 1) sorted by relevance
94 static struct backend_context context1 = { variable102 LOG_BACKEND_DEFINE(backend1, backend_api, true, &context1);123 context1.cnt = 0; in ZTEST()126 context1.exp_str[0] = "test1"; in ZTEST()127 context1.exp_str[1] = "test2"; in ZTEST()134 zassert_false(context1.active); in ZTEST()139 zassert_true(context1.active); in ZTEST()149 zassert_equal(context1.cnt, 2, "Unexpected value:%d (exp: %d)", context1.cnt, 2); in ZTEST()