Searched refs:ReportUpdates (Results 1 – 15 of 15) sorted by relevance
| /openbmc/telemetry/src/types/ |
| H A D | report_updates.hpp | 12 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 toReportUpdates( in toReportUpdates() 42 std::underlying_type_t<ReportUpdates> value) in toReportUpdates() [all …]
|
| /openbmc/telemetry/src/ |
| H A D | report.hpp | 65 const uint64_t appendLimitIn, const ReportUpdates reportUpdatesIn, 102 uint64_t deduceBufferSize(const ReportUpdates reportUpdatesIn, 104 void setReadingBuffer(const ReportUpdates newReportUpdates); 105 void setReportUpdates(const ReportUpdates newReportUpdates); 127 ReportUpdates reportUpdates;
|
| H A D | report_manager.hpp | 49 const ReportUpdates reportUpdates, const uint64_t appendLimit, 55 const uint64_t appendLimit, const ReportUpdates reportUpdates, 61 const uint64_t appendLimit, const ReportUpdates reportUpdates,
|
| H A D | report.cpp | 34 const uint64_t appendLimitIn, const ReportUpdates reportUpdatesIn, in Report() 167 uint64_t Report::deduceBufferSize(const ReportUpdates reportUpdatesIn, in deduceBufferSize() 170 if (reportUpdatesIn == ReportUpdates::overwrite || in deduceBufferSize() 181 void Report::setReadingBuffer(const ReportUpdates newReportUpdates) in setReadingBuffer() 191 void Report::setReportUpdates(const ReportUpdates newReportUpdates) in setReportUpdates() 467 if (reportUpdates == ReportUpdates::overwrite || in updateReadings() 483 if (reportUpdates == ReportUpdates::appendStopsWhenFull && in updateReadings() 508 reportUpdates == ReportUpdates::appendStopsWhenFull; in shouldStoreMetricValues()
|
| H A D | report_manager.cpp | 75 utils::enumToString(ReportUpdates::overwrite); in ReportManager() 115 const ReportUpdates reportUpdates, const uint64_t appendLimit, in verifyAddReport() 153 const uint64_t appendLimit, const ReportUpdates reportUpdates, in addReport() 168 const uint64_t appendLimit, const ReportUpdates reportUpdates, in addReport()
|
| H A D | report_factory.hpp | 36 uint64_t appendLimitIn, const ReportUpdates reportUpdatesIn,
|
| H A D | report_factory.cpp | 22 uint64_t appendLimit, const ReportUpdates reportUpdates, in make()
|
| /openbmc/telemetry/tests/src/params/ |
| H A D | report_params.hpp | 90 ReportParams& reportUpdates(ReportUpdates val) in reportUpdates() 96 ReportUpdates reportUpdates() const in reportUpdates() 150 ReportUpdates reportUpdatesProperty = ReportUpdates::overwrite;
|
| /openbmc/telemetry/src/interfaces/ |
| H A D | report_factory.hpp | 42 uint64_t appendLimit, const ReportUpdates reportUpdates,
|
| /openbmc/telemetry/tests/src/ |
| H A D | test_report.cpp | 1036 .reportUpdates(ReportUpdates::appendWrapsWhenFull) 1046 .reportUpdates(ReportUpdates::appendWrapsWhenFull) 1055 .reportUpdates(ReportUpdates::appendWrapsWhenFull) 1060 .reportUpdates(ReportUpdates::appendStopsWhenFull) 1073 .reportUpdates(ReportUpdates::appendStopsWhenFull) 1083 .reportUpdates(ReportUpdates::appendStopsWhenFull) 1092 .reportUpdates(ReportUpdates::appendStopsWhenFull) 1097 .reportUpdates(ReportUpdates::overwrite) 1104 .reportUpdates(ReportUpdates::overwrite) 1111 .reportUpdates(ReportUpdates::overwrite) [all …]
|
| H A D | test_report_manager.cpp | 163 ReportUpdates::overwrite, _, _, in TEST_F()
|
| /openbmc/telemetry/tests/src/mocks/ |
| H A D | report_factory_mock.hpp | 64 const ReportUpdates, interfaces::ReportManager&,
|
| /openbmc/openbmc-test-automation/redfish/telemetry_service/ |
| H A D | test_telemetry_report.robot | 231 ... "ReportUpdates": "AppendWrapsWhenFull",
|
| /openbmc/bmcweb/docs/ |
| H A D | Redfish.md | 1136 - ReportUpdates
|
| /openbmc/docs/designs/ |
| H A D | telemetry.md | 582 "ReportUpdates": "Overwrite",
|