Home
last modified time | relevance | path

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

/AliOS-Things-master/components/osal_aos/rhino/
A Daos_time.c25 uint64_t aos_calendar_time_get(void) in aos_calendar_time_get() function
32 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()
/AliOS-Things-master/components/posix/src/
A Dtime.c39 time_ms = aos_calendar_time_get(); in clock_gettime()
/AliOS-Things-master/components/osal_aos/include/aos/
A Dkernel.h955 uint64_t aos_calendar_time_get(void);
/AliOS-Things-master/components/libc_stub/
A Dnewlib_stub.c322 t = aos_calendar_time_get(); in _gettimeofday_r()

Completed in 6 milliseconds