Home
last modified time | relevance | path

Searched refs:test_bool (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/net/lib/lwm2m/content_json/src/
Dmain.c52 static bool test_bool; variable
74 &test_bool, sizeof(test_bool)); in test_obj_create()
416 test_bool = value[i]; in ZTEST()
637 zassert_equal(test_bool, expected_value[i], "Invalid value parsed"); in ZTEST()
/Zephyr-latest/tests/net/lib/lwm2m/content_senml_cbor/src/
Dmain.c65 static bool test_bool; variable
89 &test_bool, sizeof(test_bool)); in test_obj_create()
747 test_bool = value[i]; in ZTEST()
1335 zassert_equal(test_bool, expected_value[i], "Invalid value parsed"); in ZTEST()
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dclient.cpp36 ZTEST(thrift, test_bool) in ZTEST() argument