Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/
H A Dsoftbus_adapter_timer.c30 static void HandleTimeoutAdapterFun(void) in HandleTimeoutAdapterFun() function
46 void *id = osTimerNew((osTimerFunc_t)HandleTimeoutAdapterFun, (osTimerType_t)type, NULL, NULL); in SoftBusCreateTimer()
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_timer.c39 __attribute__((no_sanitize("hwaddress"))) static void HandleTimeoutAdapterFun(union sigval para) in HandleTimeoutAdapterFun() function
61 envent.sigev_notify_function = HandleTimeoutAdapterFun; in SoftBusCreateTimer()

Completed in 2 milliseconds