Searched refs:reportName (Results 1 – 8 of 8) sorted by relevance
/openbmc/telemetry/src/ |
H A D | report_manager.cpp | 48 std::string reportName, std::string reportingType, in ReportManager() 72 return addReport(yield, reportId, reportName, in ReportManager() 95 const std::string& reportId, const std::string& reportName, in verifyAddReport() argument 133 const std::string& reportName, const ReportingType reportingType, in addReport() argument 141 return addReport(reportId, reportName, reportingType, reportActions, in addReport() 147 const std::string& reportId, const std::string& reportName, in addReport() argument 157 auto [id, name] = utils::makeIdName(reportId, reportName, reportNameDefault, in addReport()
|
H A D | report_manager.hpp | 47 const std::string& reportId, const std::string& reportName, 53 const std::string& reportName, const ReportingType reportingType, 58 addReport(const std::string& reportId, const std::string& reportName,
|
H A D | report.hpp | 58 const std::string& reportId, const std::string& reportName,
|
H A D | report.cpp | 23 const std::string& reportId, const std::string& reportName, in Report() argument 35 name(reportName), reportingType(reportingTypeIn), interval(intervalIn), in Report()
|
/openbmc/telemetry/tests/src/ |
H A D | test_report_manager.cpp | 79 params.reportId(), params.reportName(), in addReport() 179 reportParams.reportName("ReportName"); in TEST_F() 192 reportParams.reportName("ReportName"); in TEST_F() 228 reportParams.reportName(utils::string_utils::getMaxName()); in TEST_F() 302 reportParams.reportName(utils::string_utils::getTooLongName()); in TEST_F() 441 reportParams.reportId(reportParams.reportName() + std::to_string(i)); in TEST_F() 447 reportParams.reportId(reportParams.reportName() + in TEST_F() 560 {"Name", reportParams.reportName()},
|
H A D | test_report.cpp | 139 params.reportId(), params.reportName(), params.reportingType(), in makeReport() 258 Eq(defaultParams().reportName())); in TEST_F() 638 std::make_pair("Name"s, nlohmann::json(defaultParams().reportName())), 714 Values(defaultParams().reportName("Valid_1"), 715 defaultParams().reportName("Valid_1/Valid_2"), 716 defaultParams().reportName("Valid_1/Valid_2/Valid_3")));
|
/openbmc/telemetry/tests/src/params/ |
H A D | report_params.hpp | 24 ReportParams& reportName(std::string_view val) in reportName() function in ReportParams 30 const std::string& reportName() const in reportName() function in ReportParams
|
/openbmc/telemetry/tests/src/mocks/ |
H A D | report_factory_mock.hpp | 79 make(params.reportId(), params.reportName(), in expectMake()
|