Searched refs:delayMs (Results 1 – 4 of 4) sorted by relevance
/developtools/hdc/src/common/ |
D | base.h | 109 bool DelayDo(uv_loop_t *loop, const int delayMs, const uint8_t flag, string msg, void *data, 111 inline bool DelayDoSimple(uv_loop_t *loop, const int delayMs, in DelayDoSimple() argument 114 return DelayDo(loop, delayMs, 0, "", nullptr, cb); in DelayDoSimple()
|
D | uart.h | 154 virtual bool DelayDo(uv_loop_t *loop, const int delayMs, const uint8_t flag, string msg,
|
D | uart.cpp | 81 bool ExternInterface::DelayDo(uv_loop_t *loop, const int delayMs, const uint8_t flag, string msg, in DelayDo() argument 84 return Base::DelayDo(loop, delayMs, flag, msg, data, cb); in DelayDo()
|
D | base.cpp | 1502 bool DelayDo(uv_loop_t *loop, const int delayMs, const uint8_t flag, string msg, void *data, in DelayDo() argument 1530 uv_timer_start(&st->handle, funcDelayDo, delayMs, 0); in DelayDo()
|