Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Ddefine_plus.h203 struct HdcSession { struct
219 void *classInstance; // HdcSessionBase instance, HdcServer or HdcDaemon argument
220 … void *classModule; // Communicate module, TCP or USB instance,HdcDaemonUSB HdcDaemonTCP etc...
222 int bufSize; // total buffer size
223 int availTailIndex; // buffer available data size
224 uint8_t *ioBuf;
226 std::list<void *> *listKey; // rsa private or publickey list
227 uint8_t authKeyIndex;
228 std::string tokenRSA; // SHA_DIGEST_LENGTH+1==21
230 uv_loop_t childLoop; // run in work thread
[all …]