Searched refs:DelayDo (Results 1 – 7 of 7) sorted by relevance
/developtools/hdc/src/common/ |
D | base.h | 107 bool DelayDo(uv_loop_t *loop, const int delayMs, const uint8_t flag, string msg, void *data, 112 return DelayDo(loop, delayMs, 0, "", nullptr, cb); in DelayDoSimple() 116 return DelayDo(loop, 0, 0, "", data, cb); in DoNextLoop()
|
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() function in Hdc::ExternInterface 84 return Base::DelayDo(loop, delayMs, flag, msg, data, cb); in DelayDo()
|
D | base.cpp | 1358 bool DelayDo(uv_loop_t *loop, const int delayMs, const uint8_t flag, string msg, void *data, in DelayDo() function
|
/developtools/hdc/src/host/ |
D | host_usb.cpp | 204 Base::DelayDo(&hdcServer->loopMain, delayRemoveFromList, 0, nodeKey, nullptr, in ReviewUsbNodeLater()
|
/developtools/hdc/test/unittest/common/ |
D | host_uart_test.cpp | 60 MOCK_METHOD6(DelayDo, bool(uv_loop_t *, const int, const uint8_t, string, void *, DelayCB));
|
D | uart_test.cpp | 633 EXPECT_NE(defaultInterface.DelayDo(uv_default_loop(), 0, 0, "", nullptr, nullptr), 0);
|