Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/net/lib/lwm2m/
Dlwm2m_observation.h21 struct lwm2m_message *active_notify; /* Currently active notification */ member
Dlwm2m_observation.c442 obs->active_notify = NULL; in engine_observe_node_init()
601 if (obs->active_notify != NULL) { in engine_add_observer()
602 lwm2m_reset_message(obs->active_notify, true); in engine_add_observer()
603 obs->active_notify = NULL; in engine_add_observer()
690 if (obs->active_notify != NULL) { in engine_add_composite_observer()
691 lwm2m_reset_message(obs->active_notify, true); in engine_add_composite_observer()
692 obs->active_notify = NULL; in engine_add_composite_observer()
Dlwm2m_message_handling.c2863 obs->active_notify = NULL; in notify_message_timeout_cb()
2935 obs->active_notify = NULL; in notify_message_reply_cb()
3108 obs->active_notify = msg; in generate_notify_message()
Dlwm2m_engine.c611 if (obs->active_notify != NULL) { in check_notifications()
/Zephyr-Core-3.6.0/tests/net/lib/lwm2m/lwm2m_engine/src/
Dmain.c242 obs.active_notify = NULL; in ZTEST()