Searched refs:StreamOutWorkerLogic (Results 1 – 2 of 2) sorted by relevance
360 const std::string StreamOutWorkerLogic::kThreadName = "writer";362 StreamOutWorkerLogic::Status StreamOutWorkerLogic::cycle() { in cycle()416 StreamOutWorkerLogic::Status status = Status::CONTINUE; in cycle()595 bool StreamOutWorkerLogic::write(size_t clientSize, StreamDescriptor::Reply* reply) { in write()
279 class StreamOutWorkerLogic : public StreamWorkerCommonLogic {282 StreamOutWorkerLogic(StreamContext* context, DriverInterface* driver) in StreamOutWorkerLogic() function294 using StreamOutWorker = StreamWorkerImpl<StreamOutWorkerLogic>;