Lines Matching refs:timestamp
358 int64_t timestamp; in lwm2m_notify_observer_path() local
379 timestamp = in lwm2m_notify_observer_path()
383 timestamp = k_uptime_get(); in lwm2m_notify_observer_path()
386 if (!obs->event_timestamp || obs->event_timestamp > timestamp) { in lwm2m_notify_observer_path()
388 obs->event_timestamp = timestamp; in lwm2m_notify_observer_path()
943 int64_t timestamp; in lwm2m_engine_observer_timestamp_update() local
965 timestamp = obs->last_timestamp + MSEC_PER_SEC * nattrs.pmax; in lwm2m_engine_observer_timestamp_update()
968 timestamp = 0; in lwm2m_engine_observer_timestamp_update()
970 obs->event_timestamp = timestamp; in lwm2m_engine_observer_timestamp_update()
1434 const int64_t timestamp) in engine_observe_shedule_next_event() argument
1446 t_s = timestamp + MSEC_PER_SEC * attrs.pmax; in engine_observe_shedule_next_event()