Searched refs:uptime (Results 1 – 3 of 3) sorted by relevance
3 console.log('system uptime is: ' + system.uptime())
603 int64_t uptime = aos_now_ms(); in amp_date_get_now() local604 g_ntp_time = g_ntp_time + (uptime - g_up_time); in amp_date_get_now()608 g_ntp_time = g_ntp_time - (uptime - g_up_time); in amp_date_get_now()
3038 s64_t uptime; in hb_sub_send_status() local3042 uptime = k_uptime_get(); in hb_sub_send_status()3043 if (uptime > cfg->hb_sub.expiry) { in hb_sub_send_status()3046 period = (cfg->hb_sub.expiry - uptime) / 1000; in hb_sub_send_status()
Completed in 11 milliseconds