Searched refs:reportIdsIn (Results 1 – 2 of 2) sorted by relevance
20 const std::shared_ptr<std::vector<std::string>> reportIdsIn, in Trigger() argument28 reportIds(std::move(reportIdsIn)), thresholds(std::move(thresholdsIn)), in Trigger()
219 const std::vector<std::string>& reportIdsIn, in make() argument233 auto reportIds = std::make_shared<std::vector<std::string>>(reportIdsIn); in make()