Searched refs:maxPacketSize_ (Results 1 – 3 of 3) sorted by relevance
34 this->maxPacketSize_ = static_cast<int32_t>(maxPacketSize); in USBEndpoint()45 maxPacketSize_ = GetIntValue(endpoint, "maxPacketSize"); in USBEndpoint()106 return maxPacketSize_; in GetMaxPacketSize()127 .append(std::to_string(maxPacketSize_)) in ToString()151 maxPacketSize_ = val; in SetMaxPacketSize()174 cJSON_AddNumberToObject(endPointJson, "maxPacketSize", static_cast<double>(maxPacketSize_)); in getJsonString()195 int32_t maxPacketSize_ = INVALID_USB_INT_VALUE; variable
69 maxPacketSize_(), in InterceptedDataImpl()78 maxPacketSize_ = std::min(DBConstant::MAX_SYNC_BLOCK_SIZE, in InterceptedDataImpl()123 if (!CheckLength(newLength, maxPacketSize_)) { in ModifyKey()160 if (!CheckLength(newLength, maxPacketSize_)) { in ModifyValue()
49 size_t maxPacketSize_; variable