Lines Matching refs:sessionId
35 WRITE_LOG(LOG_FATAL, "ReadUSB FetchIOBuf error sessionId:%u", hSession->sessionId);
36 hSessionBase->FreeSession(hSession->sessionId);
65 vector<uint8_t> HdcUSBBase::BuildPacketHeader(uint32_t sessionId, uint8_t option, uint32_t dataSize)
69 head.sessionId = htonl(sessionId);
87 auto header = BuildPacketHeader(hSession->sessionId, USB_OPTION_HEADER, length);
100 auto dummy = BuildPacketHeader(hSession->sessionId, 0, 0);
143 WRITE_LOG(LOG_WARN, "SendToHdcStream check, sessionId not matched");
158 header->sessionId = ntohl(header->sessionId);
160 if (header->sessionId != hSession->sessionId) {
166 WRITE_LOG(LOG_WARN, "CheckPacketOption softreset header->sessionId:%u sessionId:%u",
167 header->sessionId, hSession->sessionId);
168 PreSendUsbSoftReset(hSession, header->sessionId);