Home
last modified time | relevance | path

Searched defs:handleStream (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/common/
Dtask.cpp110 uv_stream_t *handleStream = nullptr; in ThreadCtrlCommunicate() local
Duart.cpp36 int ExternInterface::SendToStream(uv_stream_t *handleStream, const uint8_t *buf, const int len) in SendToStream()
Dbase.cpp385 int SendToStream(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen) in SendToStream()
405 …int SendToStreamEx(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen, uv_stream_t *h… in SendToStreamEx()
/developtools/hdc/src/test/jdwp/
DHdcJdwpSimulator.cpp39 RetErrCode HdcJdwpSimulator::SendToStream(uv_stream_t *handleStream, const uint8_t *buf, in SendToStream()