Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_time_test.cpp64 ret = SoftBusStartTimer(NULL, TIMER_TIMEOUT);
68 ret = SoftBusStartTimer(timerId, TIMER_TIMEOUT);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_timer.h35 int SoftBusStartTimer(void *timerId, unsigned int tickets);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/
H A Dsoftbus_adapter_timer.c56 int SoftBusStartTimer(void *timerId, unsigned int ms) in SoftBusStartTimer() function
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_timer.c73 int SoftBusStartTimer(void *timerId, unsigned int tickets) in SoftBusStartTimer() function
/ohos5.0/foundation/communication/dsoftbus/core/common/utils/
H A Dsoftbus_utils.c122 if (SoftBusStartTimer(g_timerId, TIMER_TIMEOUT) != SOFTBUS_OK) { in HandleTimeoutFun()
138 if (SoftBusStartTimer(g_timerId, TIMER_TIMEOUT) != SOFTBUS_OK) { in SoftBusTimerInit()