Searched refs:event_timestamp (Results 1 – 4 of 4) sorted by relevance
19 int64_t event_timestamp; /* Timestamp for trig next Notify */ member
599 if (!obs->event_timestamp) { in check_notifications()603 if (obs->event_timestamp < next) { in check_notifications()604 next = obs->event_timestamp; in check_notifications()607 if (timestamp < obs->event_timestamp) { in check_notifications()620 obs->event_timestamp = in check_notifications()
369 if (!obs->event_timestamp || obs->event_timestamp > timestamp) { in lwm2m_notify_observer_path()371 obs->event_timestamp = timestamp; in lwm2m_notify_observer_path()437 obs->event_timestamp = obs->last_timestamp + MSEC_PER_SEC * att_pmax; in engine_observe_node_init()439 obs->event_timestamp = 0; in engine_observe_node_init()953 obs->event_timestamp = timestamp; in lwm2m_engine_observer_timestamp_update()
240 obs.event_timestamp = k_uptime_get() + 1000U; in ZTEST()