Searched refs:coap_method2 (Results 1 – 1 of 1) sorted by relevance
23 static int coap_method2(struct coap_resource *resource, struct coap_packet *request, in coap_method2() function41 .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()