Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dtrigger_actions.cpp117 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()
H A Dtrigger_actions.hpp99 class UpdateReport : public interfaces::TriggerAction class
102 UpdateReport(boost::asio::io_context& ioc, in UpdateReport() function in action::UpdateReport
/openbmc/telemetry/tests/src/
H A Dtest_trigger_actions.cpp176 sut = std::make_unique<UpdateReport>( in make()
189 std::unique_ptr<UpdateReport> sut;
/openbmc/telemetry/src/types/
H A Dtrigger_types.hpp18 UpdateReport, enumerator
30 TriggerAction::UpdateReport)};
/openbmc/telemetry/tests/src/params/
H A Dtrigger_params.hpp128 TriggerAction::UpdateReport};