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