Home
last modified time | relevance | path

Searched refs:DelayDo (Results 1 - 7 of 7) sorted by relevance

/developtools/hdc/src/common/
H A Dbase.h136 bool DelayDo(uv_loop_t *loop, const int delayMs, const uint8_t flag, string msg, void *data,
141 return DelayDo(loop, delayMs, 0, "", nullptr, cb); in DelayDoSimple()
145 return DelayDo(loop, 0, 0, "", data, cb); in DoNextLoop()
H A Duart.h154 virtual bool DelayDo(uv_loop_t *loop, const int delayMs, const uint8_t flag, string msg,
H A Duart.cpp81 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()
H A Dbase.cpp1916 bool DelayDo(uv_loop_t *loop, const int delayMs, const uint8_t flag, string msg, void *data, in DelayDo() function
/developtools/hdc/src/host/
H A Dhost_usb.cpp211 Base::DelayDo(&hdcServer->loopMain, delayRemoveFromList, 0, nodeKey, nullptr, in ReviewUsbNodeLater()
/developtools/hdc/test/unittest/common/
H A Dhost_uart_test.cpp60 MOCK_METHOD6(DelayDo, bool(uv_loop_t *, const int, const uint8_t, string, void *, DelayCB));
H A Duart_test.cpp633 EXPECT_NE(defaultInterface.DelayDo(uv_default_loop(), 0, 0, "", nullptr, nullptr), 0); in HWTEST_F()

Completed in 19 milliseconds