Home
last modified time | relevance | path

Searched refs:ReportUpdates (Results 1 – 17 of 17) sorted by relevance

/openbmc/telemetry/src/types/
H A Dreport_updates.hpp12 enum class ReportUpdates : uint32_t enum
23 struct EnumTraits<ReportUpdates>
29 std::make_pair<std::string_view, ReportUpdates>(
31 ReportUpdates::overwrite),
32 std::make_pair<std::string_view, ReportUpdates>(
35 ReportUpdates::appendStopsWhenFull),
36 std::make_pair<std::string_view, ReportUpdates>(
39 ReportUpdates::appendWrapsWhenFull)};
41 inline ReportUpdates
48 inline ReportUpdates toReportUpdates(const std::string& value) in toReportUpdates()
[all …]
/openbmc/telemetry/src/
H A Dreport.hpp61 const uint64_t appendLimitIn, const ReportUpdates reportUpdatesIn,
98 uint64_t deduceBufferSize(const ReportUpdates reportUpdatesIn,
100 void setReadingBuffer(const ReportUpdates newReportUpdates);
101 void setReportUpdates(const ReportUpdates newReportUpdates);
123 ReportUpdates reportUpdates;
H A Dreport_manager.hpp49 const ReportUpdates reportUpdates, const uint64_t appendLimit,
55 const uint64_t appendLimit, const ReportUpdates reportUpdates,
62 const ReportUpdates reportUpdates,
H A Dreport.cpp27 const ReportUpdates reportUpdatesIn, in Report()
157 uint64_t Report::deduceBufferSize(const ReportUpdates reportUpdatesIn, in deduceBufferSize()
160 if (reportUpdatesIn == ReportUpdates::overwrite || in deduceBufferSize()
171 void Report::setReadingBuffer(const ReportUpdates newReportUpdates) in setReadingBuffer()
181 void Report::setReportUpdates(const ReportUpdates newReportUpdates) in setReportUpdates()
438 if (reportUpdates == ReportUpdates::overwrite || in updateReadings()
454 if (reportUpdates == ReportUpdates::appendStopsWhenFull && in updateReadings()
478 reportUpdates == ReportUpdates::appendStopsWhenFull; in shouldStoreMetricValues()
H A Dreport_manager.cpp59 reportUpdates = utils::enumToString(ReportUpdates::overwrite); in ReportManager()
97 const ReportUpdates reportUpdates, const uint64_t appendLimit, in verifyAddReport()
135 const uint64_t appendLimit, const ReportUpdates reportUpdates, in addReport()
150 const uint64_t appendLimit, const ReportUpdates reportUpdates, in addReport()
H A Dreport_factory.hpp37 const ReportUpdates reportUpdatesIn,
H A Dreport_factory.cpp22 uint64_t appendLimit, const ReportUpdates reportUpdates, in make()
/openbmc/telemetry/tests/src/params/
H A Dreport_params.hpp90 ReportParams& reportUpdates(ReportUpdates val) in reportUpdates()
96 ReportUpdates reportUpdates() const in reportUpdates()
150 ReportUpdates reportUpdatesProperty = ReportUpdates::overwrite;
/openbmc/telemetry/tests/src/
H A Dtest_report.cpp971 .reportUpdates(ReportUpdates::appendWrapsWhenFull)
981 .reportUpdates(ReportUpdates::appendWrapsWhenFull)
990 .reportUpdates(ReportUpdates::appendWrapsWhenFull)
995 .reportUpdates(ReportUpdates::appendStopsWhenFull)
1008 .reportUpdates(ReportUpdates::appendStopsWhenFull)
1018 .reportUpdates(ReportUpdates::appendStopsWhenFull)
1027 .reportUpdates(ReportUpdates::appendStopsWhenFull)
1032 .reportUpdates(ReportUpdates::overwrite)
1039 .reportUpdates(ReportUpdates::overwrite)
1046 .reportUpdates(ReportUpdates::overwrite)
[all …]
H A Dtest_report_manager.cpp150 ReportUpdates::overwrite, _, _, in TEST_F()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DReport.interface.yaml43 - name: ReportUpdates
44 type: enum[self.ReportUpdates]
59 false by the service if ReportUpdates property is
109 - name: ReportUpdates
H A DReportManager.interface.yaml29 - name: ReportUpdates
30 type: enum[xyz.openbmc_project.Telemetry.Report.ReportUpdates]
/openbmc/telemetry/src/interfaces/
H A Dreport_factory.hpp43 const ReportUpdates reportUpdates, ReportManager& reportManager,
/openbmc/telemetry/tests/src/mocks/
H A Dreport_factory_mock.hpp63 const ReportUpdates, interfaces::ReportManager&,
/openbmc/openbmc-test-automation/redfish/telemetry_service/
H A Dtest_telemetry_report.robot169 ... "ReportUpdates": "AppendWrapsWhenFull",
/openbmc/bmcweb/
H A DRedfish.md1052 - ReportUpdates
/openbmc/docs/designs/
H A Dtelemetry.md580 "ReportUpdates": "Overwrite",