Home
last modified time | relevance | path

Searched refs:UpdateReport (Results 1 – 5 of 5) sorted by relevance

/openbmc/telemetry/src/
H A Dtrigger_actions.cpp156 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()
H A Dtrigger_actions.hpp134 class UpdateReport : public interfaces::TriggerAction class
137 UpdateReport(boost::asio::io_context& ioc, in UpdateReport() function in action::UpdateReport
/openbmc/telemetry/src/types/
H A Dtrigger_types.hpp19 UpdateReport, enumerator
34 TriggerAction::UpdateReport)};
/openbmc/telemetry/tests/src/
H A Dtest_trigger_actions.cpp274 sut = std::make_unique<UpdateReport>( in make()
287 std::unique_ptr<UpdateReport> sut;
/openbmc/telemetry/tests/src/params/
H A Dtrigger_params.hpp128 TriggerAction::UpdateReport};