Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/coap_server/common/src/
Dmain.c23 static int coap_method2(struct coap_resource *resource, struct coap_packet *request, in coap_method2() function
41 .put = coap_method2,
56 .get = coap_method2,
63 .post = coap_method2,
280 zassert_equal(res->put, coap_method2); in ZTEST()
295 zassert_equal(res->get, coap_method2); in ZTEST()
300 zassert_equal(res->post, coap_method2); in ZTEST()