Searched refs:coap_pending_cycle (Results 1 – 8 of 8) sorted by relevance
36 DECLARE_FAKE_VALUE_FUNC(bool, coap_pending_cycle, struct coap_pending *);74 FUNC(coap_pending_cycle) \
21 DEFINE_FAKE_VALUE_FUNC(bool, coap_pending_cycle, struct coap_pending *);
437 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()
282 if (coap_pending_cycle(pending)) { in coap_server_retransmit()568 coap_pending_cycle(pending); in coap_service_send()
1740 bool coap_pending_cycle(struct coap_pending *pending) in coap_pending_cycle() function
1200 bool coap_pending_cycle(struct coap_pending *pending);
399 coap_pending_cycle(p); in retransmit_request()744 coap_pending_cycle(msg->pending); in socket_send_message()
799 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()