Searched refs:UpdateReport (Results 1 – 5 of 5) sorted by relevance
156 case TriggerAction::UpdateReport: in fillActions()159 std::make_unique<UpdateReport>(ioc, reportIds)); in fillActions()230 case TriggerAction::UpdateReport: in fillActions()233 std::make_unique<UpdateReport>(ioc, reportIds)); in fillActions()296 case TriggerAction::UpdateReport: in fillActions()299 std::make_unique<UpdateReport>(ioc, reportIds)); in fillActions()308 void UpdateReport::commit(const std::string& triggerId, in commit()
134 class UpdateReport : public interfaces::TriggerAction class137 UpdateReport(boost::asio::io_context& ioc, in UpdateReport() function in action::UpdateReport
19 UpdateReport, enumerator34 TriggerAction::UpdateReport)};
274 sut = std::make_unique<UpdateReport>( in make()287 std::unique_ptr<UpdateReport> sut;
128 TriggerAction::UpdateReport};