Home
last modified time | relevance | path

Searched defs:reportId (Results 1 – 10 of 10) sorted by relevance

/openbmc/telemetry/src/
H A Dreport_manager.cpp51 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 Dreport.cpp23 const std::string& reportId, const std::string& reportName, in Report()
/openbmc/telemetry/tests/src/params/
H A Dreport_params.hpp13 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 Dcollect_trigger_id.hpp10 std::string reportId; member
/openbmc/telemetry/tests/src/
H A Dtest_report_manager.cpp204 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 Dtest_trigger_manager.cpp230 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 Dsubscription.cpp334 void Subscription::filterAndSendReports(const std::string& reportId, in filterAndSendReports()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp616 const std::string& reportId, const telemetry::TimestampReadings& var) in sendTelemetryReportToSubs()
/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp874 const std::string& reportId, const boost::system::error_code& ec, in afterSetReadingParams()
906 const std::string& reportId, ReadingParameters readingParams, in setReadingParams()
H A Dtrigger.hpp783 std::string reportId = path.filename(); in getMetricReportDefinitions() local