Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/utils/
H A Dsoftbus_utils.c60 static TimerFunCallback g_timerFunList[SOFTBUS_MAX_TIMER_FUN_NUM] = {0}; variable
102 if (g_timerFunList[timerFunId] != NULL) { in RegisterTimeoutCallback()
105 g_timerFunList[timerFunId] = callback; in RegisterTimeoutCallback()
113 if (g_timerFunList[i] != NULL) { in HandleTimeoutFun()
114 g_timerFunList[i](); in HandleTimeoutFun()