Searched refs:connType (Results 1 – 8 of 8) sorted by relevance
203 if ((hs->connType != CONN_SERIAL) or (hs->hUART == nullptr)) { in EnumUARTDeviceRegister()222 if (hs->connType != CONN_USB) { in EnumUSBDeviceRegister()259 if (hs->connType == CONN_USB) { in QueryUSBDeviceRegister()355 switch (hSession->connType) { in MallocSessionByConnectType()402 HSession HdcSessionBase::MallocSession(bool serverOrDaemon, const ConnType connType, void *classMod… in MallocSession() argument413 hSession->connType = connType; in MallocSession()437 hSession->sessionId, hSession->connType); in MallocSession()478 if (CONN_USB == hSession->connType) { in FreeSessionByConnectType()501 if (CONN_SERIAL == hSession->connType) { in FreeSessionByConnectType()559 if (CONN_TCP == hSession->connType) { in FreeSessionContinue()[all …]
384 uint8_t connType; // ConnType member430 oss << " connType:" << unsigned(connType); in ToDebugString()442 connType = CONN_USB; in HdcSession()521 uint8_t connType; member
88 …virtual HSession MallocSession(bool serverOrDaemon, const ConnType connType, void *classModule, ui…
226 switch (hdi->connType) { in BuildDaemonVisableLine()535 hSession->connType); in FetchCommand()796 uint8_t connType = 0; in CreateConnect() local798 connType = CONN_TCP; in CreateConnect()804 connType = CONN_SERIAL; in CreateConnect()808 connType = CONN_USB; in CreateConnect()818 di.connType = connType; in CreateConnect()829 if (connType == CONN_TCP) { in CreateConnect()831 } else if (connType == CONN_SERIAL) { in CreateConnect()
322 di.connType = CONN_USB; in UpdateUSBDaemonInfo()
419 diNew.connType = CONN_SERIAL; in EnumSerialPort()
237 di.connType = CONN_TCP; in OrderFindTargets()
272 if (hSession->connType == CONN_SERIAL and clsUARTServ!= nullptr) { in DaemonSessionHandshake()