Home
last modified time | relevance | path

Searched refs:g_ntp_time (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linkkit/dev_model/deprecated/
A Dimpl_ntp.c31 static char g_ntp_time[NTP_TIME_STR_MAX_LEN + 1] = { 0 }; variable
65 memset(g_ntp_time, 0, sizeof(g_ntp_time)); in linkkit_ntp_time_reply()
123 strncpy(g_ntp_time, (const char *)server_tx_time, sizeof(g_ntp_time) - 1); in linkkit_ntp_time_reply()
127 g_ntp_reply_cb(g_ntp_time); in linkkit_ntp_time_reply()
/AliOS-Things-master/components/amp/engine/duktape_engine/
A Dbe.c599 extern int64_t g_ntp_time;
604 g_ntp_time = g_ntp_time + (uptime - g_up_time); in amp_date_get_now()
606 duk_double_t time = floor(g_ntp_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/amp/ampsim/
A Damp_stub.c4 unsigned int g_ntp_time = 0; variable
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/
A Dmodule_aiot_ntp.c18 extern int64_t g_ntp_time;
77 g_ntp_time = packet->data.local_time.timestamp; in aiot_app_ntp_recv_handler()

Completed in 11 milliseconds