Searched refs:active_notify (Results 1 – 5 of 5) sorted by relevance
21 struct lwm2m_message *active_notify; /* Currently active notification */ member
459 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()
615 if (obs->active_notify != NULL) { in check_notifications()
2937 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()
244 obs.active_notify = NULL; in ZTEST()