Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Ddefine_plus.h357 struct HdcChannel { struct
358 void *clsChannel; // ptr Class of serverForClient or client
359 uint32_t channelId;
360 std::string connectKey;
362 bool isUds = false;
363 uv_pipe_t hWorkUds;
364 uv_pipe_t hChildWorkUds;
366 uv_tcp_t hWorkTCP; // work channel for client, forward channel for server
367 uv_thread_t hWorkThread;
368 uint8_t uvHandleRef = 0; // libuv handle ref -- just main thread now
[all …]