Searched refs:photoProcessor (Results 1 – 1 of 1) sorted by relevance
61 …auto photoProcessor = std::make_shared<DeferredPhotoProcessor>(userId, taskManager, photoRepositor… in CreatePhotoProcessor() local62 …otoController = std::make_shared<DeferredPhotoController>(userId, photoRepository, photoProcessor); in CreatePhotoProcessor()64 photoProcessor->Initialize(); in CreatePhotoProcessor()65 photoProcessors_[userId] = photoProcessor; in CreatePhotoProcessor()