Lines Matching refs:hs
206 HSession hs = i->second; in EnumUARTDeviceRegister() local
207 if ((hs->connType != CONN_SERIAL) or (hs->hUART == nullptr)) { in EnumUARTDeviceRegister()
210 kickOut(hs); in EnumUARTDeviceRegister()
225 HSession hs = i->second; in EnumUSBDeviceRegister() local
226 if (hs->connType != CONN_USB) { in EnumUSBDeviceRegister()
229 if (hs->hUSB == nullptr) { in EnumUSBDeviceRegister()
233 pCallBack(hs); in EnumUSBDeviceRegister()
262 HSession hs = i->second; in QueryUSBDeviceRegister() local
263 if (hs->connType == CONN_USB) { in QueryUSBDeviceRegister()
266 if (hs->hUSB == nullptr) { in QueryUSBDeviceRegister()
269 if (hs->hUSB->devId != devId || hs->hUSB->busId != busId) { in QueryUSBDeviceRegister()
272 hResult = hs; in QueryUSBDeviceRegister()
1090 string hs = SerialStruct::SerializeToString(handshake); in WorkThreadStartSession() local
1093 hSession->sessionId, handshake.authType, hs.c_str()); in WorkThreadStartSession()
1096 reinterpret_cast<uint8_t *>(const_cast<char *>(hs.c_str())), hs.size()); in WorkThreadStartSession()