Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/
Dstubs.h36 DECLARE_FAKE_VALUE_FUNC(bool, coap_pending_cycle, struct coap_pending *);
74 FUNC(coap_pending_cycle) \
Dstubs.c21 DEFINE_FAKE_VALUE_FUNC(bool, coap_pending_cycle, struct coap_pending *);
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c437 coap_pending_cycle(&internal_req->pending); in coap_client_req()
493 coap_pending_cycle(&internal_req->pending)) { in resend_request()
856 coap_pending_cycle(&internal_req->pending); in handle_response()
981 coap_pending_cycle(&internal_req->pending); in handle_response()
Dcoap_server.c282 if (coap_pending_cycle(pending)) { in coap_server_retransmit()
568 coap_pending_cycle(pending); in coap_service_send()
Dcoap.c1740 bool coap_pending_cycle(struct coap_pending *pending) in coap_pending_cycle() function
/Zephyr-latest/include/zephyr/net/
Dcoap.h1200 bool coap_pending_cycle(struct coap_pending *pending);
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_engine.c399 coap_pending_cycle(p); in retransmit_request()
744 coap_pending_cycle(msg->pending); in socket_send_message()
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c799 zassert_true(coap_pending_cycle(pending), "Pending expired too early"); in ZTEST()
802 zassert_true(coap_pending_cycle(pending), "Pending expired too early"); in ZTEST()