Home
last modified time | relevance | path

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

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