Home
last modified time | relevance | path

Searched refs:uptime (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/amp/example-js/
A Dsystem.js3 console.log('system uptime is: ' + system.uptime())
/AliOS-Things-master/components/amp/engine/duktape_engine/
A Dbe.c603 int64_t uptime = aos_now_ms(); in amp_date_get_now() local
604 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()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dcfg_srv.c3038 s64_t uptime; in hb_sub_send_status() local
3042 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