Searched defs:reportId (Results 1 – 10 of 10) sorted by relevance
/openbmc/telemetry/src/ |
H A D | report_manager.cpp | 51 ReadingParameters readingParameters, bool enabled) { in ReportManager() 95 const std::string& reportId, const std::string& reportName, in verifyAddReport() 132 boost::asio::yield_context& yield, const std::string& reportId, in addReport() 147 const std::string& reportId, const std::string& reportName, in addReport()
|
H A D | report.cpp | 23 const std::string& reportId, const std::string& reportName, in Report()
|
/openbmc/telemetry/tests/src/params/ |
H A D | report_params.hpp | 13 ReportParams& reportId(std::string_view val) in reportId() function in ReportParams 19 const std::string& reportId() const in reportId() function in ReportParams
|
/openbmc/telemetry/src/messages/ |
H A D | collect_trigger_id.hpp | 10 std::string reportId; member
|
/openbmc/telemetry/tests/src/ |
H A D | test_report_manager.cpp | 204 std::string reportId = utils::string_utils::getMaxId(); in TEST_F() local 216 std::string reportId = utils::string_utils::getMaxPrefix() + "/MyId"; in TEST_F() local 282 std::string reportId; in TEST_F() local
|
H A D | test_trigger_manager.cpp | 230 std::string reportId = utils::string_utils::getMaxId(); in TEST_F() local 242 std::string reportId = utils::string_utils::getMaxPrefix() + "/MyId"; in TEST_F() local 330 std::string reportId; in TEST_F() local
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | subscription.cpp | 334 void Subscription::filterAndSendReports(const std::string& reportId, in filterAndSendReports()
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | event_service_manager.hpp | 616 const std::string& reportId, const telemetry::TimestampReadings& var) in sendTelemetryReportToSubs()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | metric_report_definition.hpp | 874 const std::string& reportId, const boost::system::error_code& ec, in afterSetReadingParams() 906 const std::string& reportId, ReadingParameters readingParams, in setReadingParams()
|
H A D | trigger.hpp | 783 std::string reportId = path.filename(); in getMetricReportDefinitions() local
|