Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_kickdog.c75 static void ProcessTimerHandle(const TimerHandle taskHandle, void *context) in ProcessTimerHandle() function
93 int ret = LE_CreateTimer(loop, &timer, ProcessTimerHandle, (void *)content); in CreateTimerLoopTask()