Home
last modified time | relevance | path

Searched refs:now_ms (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/osal_aos/rhino/
A Daos_time.c20 void aos_calendar_time_set(uint64_t now_ms) in aos_calendar_time_set() argument
22 start_time_ms = now_ms - krhino_sys_time_get(); in aos_calendar_time_set()
/AliOS-Things-master/components/amp/services/amp_boot/
A Damp_boot.c42 uint64_t now_ms = aos_now_ms(); in aos_boot_delay() local
43 if (now_ms - begin_ms >= ms) { in aos_boot_delay()
/AliOS-Things-master/components/sntp/include/sntp/
A Dsntp.h93 int sntp_set_time_direct(long long now_ms);
/AliOS-Things-master/components/py_engine/external/amp_boot/
A Damp_boot.c30 uint64_t now_ms = aos_now_ms(); in pyamp_boot_delay() local
31 if (now_ms - begin_ms >= ms) { in pyamp_boot_delay()
/AliOS-Things-master/components/sntp/src/
A Dsntp.c414 int sntp_set_time_direct(long long now_ms) in sntp_set_time_direct() argument
416 aos_calendar_time_set(now_ms); in sntp_set_time_direct()
/AliOS-Things-master/components/osal_aos/include/aos/
A Dkernel.h947 void aos_calendar_time_set(uint64_t now_ms);

Completed in 10 milliseconds