Searched refs:RtcGetTickHook (Results 1 – 2 of 2) sorted by relevance
90 g_rtcTimeFunc.RtcGetTickHook = cfg->RtcGetTickHook; in LOS_RtcHookRegister()472 if (g_rtcTimeFunc.RtcGetTickHook != NULL) { in clock()473 return g_rtcTimeFunc.RtcGetTickHook(); in clock()491 if (g_rtcTimeFunc.RtcGetTickHook != NULL) { in GetCurrentTime()492 currentTick = g_rtcTimeFunc.RtcGetTickHook(); in GetCurrentTime()811 if (g_rtcTimeFunc.RtcGetTickHook != NULL) { in settimeofday()812 g_systickBase = g_rtcTimeFunc.RtcGetTickHook(); in settimeofday()
75 UINT64 (*RtcGetTickHook)(VOID); member