Searched full:updatereport (Results 1 – 8 of 8) sorted by relevance
154 case TriggerAction::UpdateReport: in fillActions()157 std::make_unique<UpdateReport>(ioc, reportIds)); in fillActions()226 case TriggerAction::UpdateReport: in fillActions()229 std::make_unique<UpdateReport>(ioc, reportIds)); in fillActions()290 case TriggerAction::UpdateReport: in fillActions()293 std::make_unique<UpdateReport>(ioc, reportIds)); in fillActions()302 void UpdateReport::commit( in commit()
134 class UpdateReport : public interfaces::TriggerAction class137 UpdateReport(boost::asio::io_context& ioc, in UpdateReport() function in action::UpdateReport
272 [this](const auto& msg) { updateReport.Call(msg); }); in make()274 sut = std::make_unique<UpdateReport>( in make()286 NiceMock<MockFunction<void(const messages::UpdateReportInd&)>> updateReport; member in action::TestUpdateReport287 std::unique_ptr<UpdateReport> sut;293 EXPECT_CALL(updateReport, Call(_)).Times(0); in TEST_F()302 EXPECT_CALL(updateReport, in TEST_F()
19 UpdateReport, enumerator33 "xyz.openbmc_project.Telemetry.Trigger.TriggerAction.UpdateReport",34 TriggerAction::UpdateReport)};
28 not contain 'UpdateReport' action.66 - name: UpdateReport
40 parameter does not contain 'UpdateReport' action.
128 TriggerAction::UpdateReport};
72 "xyz.openbmc_project.Telemetry.Trigger.TriggerAction.UpdateReport") in toRedfishTriggerAction()93 return "xyz.openbmc_project.Telemetry.Trigger.TriggerAction.UpdateReport"; in toDbusTriggerAction()