Searched refs:createReporter (Results 1 – 3 of 3) sorted by relevance
34 … IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter() function43 return createReporter(config->getReporterName(), config); in makeReporter()57 multi.addReporter(createReporter(config->getReporterName(), config)); in makeReporter()
10862 … IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter() function10871 return createReporter(config->getReporterName(), config); in makeReporter()10885 multi.addReporter(createReporter(config->getReporterName(), config)); in makeReporter()
6200 …Ptr<IStreamingReporter> createReporter( std::string const& reporterName, Ptr<Config> const& config… in createReporter() function6219 reporter = addReporter( reporter, createReporter( *it, config ) ); in makeReporter()