Home
last modified time | relevance | path

Searched refs:g_timerFunc (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/
H A Dsoftbus_adapter_timer.c28 static TimerFunc g_timerFunc = NULL; variable
32 if (g_timerFunc != NULL) { in HandleTimeoutAdapterFun()
33 g_timerFunc(); in HandleTimeoutAdapterFun()
39 g_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; variable
42 if (g_timerFunc != NULL) { in HandleTimeoutAdapterFun()
43 g_timerFunc(); in HandleTimeoutAdapterFun()
49 g_timerFunc = func; in SetTimerFunc()

Completed in 2 milliseconds