Searched refs:aos_calendar_time_get (Results 1 – 4 of 4) sorted by relevance
25 uint64_t aos_calendar_time_get(void) in aos_calendar_time_get() function32 if ((int64_t)(aos_calendar_time_get() - 8 * 3600 * 1000) < 0) { in aos_calendar_localtime_get()33 return aos_calendar_time_get(); in aos_calendar_localtime_get()35 return aos_calendar_time_get() + 8 * 3600 * 1000; in aos_calendar_localtime_get()
39 time_ms = aos_calendar_time_get(); in clock_gettime()
955 uint64_t aos_calendar_time_get(void);
322 t = aos_calendar_time_get(); in _gettimeofday_r()
Completed in 6 milliseconds