Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_observation.h21 struct lwm2m_message *active_notify; /* Currently active notification */ member
Dlwm2m_observation.c459 obs->active_notify = NULL; in engine_observe_node_init()
618 if (obs->active_notify != NULL) { in engine_add_observer()
619 lwm2m_reset_message(obs->active_notify, true); in engine_add_observer()
620 obs->active_notify = NULL; in engine_add_observer()
707 if (obs->active_notify != NULL) { in engine_add_composite_observer()
708 lwm2m_reset_message(obs->active_notify, true); in engine_add_composite_observer()
709 obs->active_notify = NULL; in engine_add_composite_observer()
Dlwm2m_engine.c615 if (obs->active_notify != NULL) { in check_notifications()
Dlwm2m_message_handling.c2937 obs->active_notify = NULL; in notify_message_timeout_cb()
3009 obs->active_notify = NULL; in notify_message_reply_cb()
3182 obs->active_notify = msg; in generate_notify_message()
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/
Dmain.c244 obs.active_notify = NULL; in ZTEST()