Searched refs:now_ms (Results 1 – 6 of 6) sorted by relevance
20 void aos_calendar_time_set(uint64_t now_ms) in aos_calendar_time_set() argument22 start_time_ms = now_ms - krhino_sys_time_get(); in aos_calendar_time_set()
42 uint64_t now_ms = aos_now_ms(); in aos_boot_delay() local43 if (now_ms - begin_ms >= ms) { in aos_boot_delay()
93 int sntp_set_time_direct(long long now_ms);
30 uint64_t now_ms = aos_now_ms(); in pyamp_boot_delay() local31 if (now_ms - begin_ms >= ms) { in pyamp_boot_delay()
414 int sntp_set_time_direct(long long now_ms) in sntp_set_time_direct() argument416 aos_calendar_time_set(now_ms); in sntp_set_time_direct()
947 void aos_calendar_time_set(uint64_t now_ms);
Completed in 10 milliseconds