Home
last modified time | relevance | path

Searched full:updatereport (Results 1 – 8 of 8) sorted by relevance

/openbmc/telemetry/src/
H A Dtrigger_actions.cpp154 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()
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/tests/src/
H A Dtest_trigger_actions.cpp272 [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::TestUpdateReport
287 std::unique_ptr<UpdateReport> sut;
293 EXPECT_CALL(updateReport, Call(_)).Times(0); in TEST_F()
302 EXPECT_CALL(updateReport, in TEST_F()
/openbmc/telemetry/src/types/
H A Dtrigger_types.hpp19 UpdateReport, enumerator
33 "xyz.openbmc_project.Telemetry.Trigger.TriggerAction.UpdateReport",
34 TriggerAction::UpdateReport)};
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DTrigger.interface.yaml28 not contain 'UpdateReport' action.
66 - name: UpdateReport
H A DTriggerManager.interface.yaml40 parameter does not contain 'UpdateReport' action.
/openbmc/telemetry/tests/src/params/
H A Dtrigger_params.hpp128 TriggerAction::UpdateReport};
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp72 "xyz.openbmc_project.Telemetry.Trigger.TriggerAction.UpdateReport") in toRedfishTriggerAction()
93 return "xyz.openbmc_project.Telemetry.Trigger.TriggerAction.UpdateReport"; in toDbusTriggerAction()