Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dreport_manager.cpp53 bool enabled) { in ReportManager()
101 const std::string& reportId, const std::string& reportName, in verifyAddReport()
138 boost::asio::yield_context& yield, const std::string& reportId, in addReport()
153 const std::string& reportId, const std::string& reportName, in addReport()
H A Dreport.cpp24 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.cpp205 std::string reportId = utils::string_utils::getMaxId(); in TEST_F() local
217 std::string reportId = utils::string_utils::getMaxPrefix() + "/MyId"; in TEST_F() local
283 std::string reportId; in TEST_F() local
H A Dtest_trigger_manager.cpp231 std::string reportId = utils::string_utils::getMaxId(); in TEST_F() local
243 std::string reportId = utils::string_utils::getMaxPrefix() + "/MyId"; in TEST_F() local
331 std::string reportId; in TEST_F() local
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp270 const std::string& reportId, in filterAndSendReports()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp675 const std::string& reportId, const telemetry::TimestampReadings& var) in sendTelemetryReportToSubs()
/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp899 const std::string& reportId, const boost::system::error_code& ec, in afterSetReadingParams()
931 const std::string& reportId, ReadingParameters readingParams, in setReadingParams()
H A Dtrigger.hpp808 std::string reportId = path.filename(); in getMetricReportDefinitions() local