Searched refs:UpdateReport (Results 1 – 5 of 5) sorted by relevance
117 case TriggerAction::UpdateReport: in fillActions()120 std::make_unique<UpdateReport>(ioc, reportIds)); in fillActions()166 case TriggerAction::UpdateReport: in fillActions()169 std::make_unique<UpdateReport>(ioc, reportIds)); in fillActions()212 case TriggerAction::UpdateReport: in fillActions()215 std::make_unique<UpdateReport>(ioc, reportIds)); in fillActions()224 void UpdateReport::commit( in commit()
99 class UpdateReport : public interfaces::TriggerAction class102 UpdateReport(boost::asio::io_context& ioc, in UpdateReport() function in action::UpdateReport
176 sut = std::make_unique<UpdateReport>( in make()189 std::unique_ptr<UpdateReport> sut;
18 UpdateReport, enumerator30 TriggerAction::UpdateReport)};
128 TriggerAction::UpdateReport};