Home
last modified time | relevance | path

Searched refs:TimerFunc (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_timer.h30 typedef void (*TimerFunc)(void); typedef
31 void SetTimerFunc(TimerFunc func);
/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/
H A Dsoftbus_adapter_timer.c28 static TimerFunc g_timerFunc = NULL;
37 void SetTimerFunc(TimerFunc func) in SetTimerFunc()
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_timer.c36 __attribute__((no_sanitize("hwaddress"))) static TimerFunc g_timerFunc = NULL;
47 __attribute__((no_sanitize("hwaddress"))) void SetTimerFunc(TimerFunc func) in SetTimerFunc()

Completed in 1 milliseconds