Home
last modified time | relevance | path

Searched defs:reportingType (Results 1 – 6 of 6) sorted by relevance

/openbmc/telemetry/src/
H A Dreport_manager.cpp53 bool enabled) { in ReportManager()
102 const ReportingType reportingType, Milliseconds interval, in verifyAddReport()
139 const std::string& reportName, const ReportingType reportingType, in addReport()
154 const ReportingType reportingType, in addReport()
195 uint32_t reportingType = data->at("ReportingType").get<uint32_t>(); in loadFromPersistent() local
H A Dreport.hpp116 ReportingType reportingType; member in Report
H A Dreport_factory.cpp20 const ReportingType reportingType, in make()
H A Dreport.cpp616 std::vector<ErrorMessage> Report::verify(ReportingType reportingType, in verify()
/openbmc/telemetry/tests/src/params/
H A Dreport_params.hpp35 ReportParams& reportingType(const ReportingType val) in reportingType() function in ReportParams
41 ReportingType reportingType() const in reportingType() function in ReportParams
/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp280 std::string reportingType; in fillReportDefinition() local
427 std::string reportingType; member
1078 const std::optional<std::string>& reportingType, in setReportTypeAndInterval()