Searched refs:fmqErrorMsg (Results 1 – 1 of 1) sorted by relevance
321 std::string fmqErrorMsg; in read() local323 {clientSize, dataMQ->availableToWrite(&fmqError, &fmqErrorMsg), mDataBufferSize}); in read()324 CHECK(fmqError == StreamContext::DataMQ::Error::NONE) << fmqErrorMsg; in read()599 std::string fmqErrorMsg; in write() local600 const size_t readByteCount = dataMQ->availableToRead(&fmqError, &fmqErrorMsg); in write()601 CHECK(fmqError == StreamContext::DataMQ::Error::NONE) << fmqErrorMsg; in write()