Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_timer.h30 typedef void (*TimerFunc)(void); typedef
31 void SetTimerFunc(TimerFunc func);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/
H A Dsoftbus_adapter_timer.c29 static TimerFunc g_timerFunc = NULL;
38 void SetTimerFunc(TimerFunc func) in SetTimerFunc()
/ohos5.0/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()
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_hid_adapter.c271 static void TimerFunc(uintptr_t arg) in TimerFunc() function
286 ret = OsalTimerCreate(&g_timer, TIMER_INTERVAL, TimerFunc, (uintptr_t)device); in RepateEvent()