Searched refs:readByteCount (Results 1 – 1 of 1) sorted by relevance
600 const size_t readByteCount = dataMQ->availableToRead(&fmqError, &fmqErrorMsg); in write() local605 if (readByteCount > 0 ? dataMQ->read(&mDataBuffer[0], readByteCount) : true) { in write()607 LOG(VERBOSE) << __func__ << ": reading of " << readByteCount << " bytes from data MQ" in write()610 size_t byteCount = std::min({clientSize, readByteCount, mDataBufferSize}); in write()640 LOG(WARNING) << __func__ << ": reading of " << readByteCount in write()