Searched refs:coap_method1 (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/net/lib/coap_server/common/src/ |
D | main.c | 12 static int coap_method1(struct coap_resource *resource, struct coap_packet *request, in coap_method1() function 40 .get = coap_method1, 47 .post = coap_method1, 57 .put = coap_method1, 72 .get = coap_method1, 279 zassert_equal(res->get, coap_method1); in ZTEST() 283 zassert_equal(res->post, coap_method1); in ZTEST() 296 zassert_equal(res->put, coap_method1); in ZTEST() 312 zassert_equal(res->get, coap_method1); in ZTEST()
|