Home
last modified time | relevance | path

Searched refs:SoftBusCreateTimer (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_time_test.cpp66 SoftBusCreateTimer(NULL, TIMER_TYPE_ONCE); in HWTEST_F()
67 SoftBusCreateTimer(&timerId, TIMER_TYPE_ONCE); in HWTEST_F()
/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_timer.h34 void *SoftBusCreateTimer(void **timerId, unsigned int type);
/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/
H A Dsoftbus_adapter_timer.c42 void *SoftBusCreateTimer(void **timerId, unsigned int type) in SoftBusCreateTimer() function
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_timer.c52 void *SoftBusCreateTimer(void **timerId, unsigned int type) in SoftBusCreateTimer() function
/foundation/communication/dsoftbus/core/common/utils/
H A Dsoftbus_utils.c121 g_timerId = SoftBusCreateTimer(&g_timerId, TIMER_TYPE_PERIOD); in HandleTimeoutFun()
137 g_timerId = SoftBusCreateTimer(&g_timerId, TIMER_TYPE_PERIOD); in SoftBusTimerInit()

Completed in 3 milliseconds