| /openbmc/telemetry/src/ |
| H A D | report.hpp | 30 class Report : public interfaces::Report, public interfaces::MetricListener class 35 OnChangeContext(Report& report) : report(report) {} in OnChangeContext() 55 Report& report; 60 Report(boost::asio::io_context& ioc, 71 ~Report(); 73 Report(const Report&) = delete; 74 Report(Report [all...] |
| H A D | report.cpp | 17 #include <xyz/openbmc_project/Telemetry/Report/common.hpp> 24 sdbusplus::common::xyz::openbmc_project::telemetry::Report; in Report() 28 Report::Report( in Report() 120 Report::~Report() in ~Report() 135 void Report::activate() in deactivate() 145 void Report::deactivate() in getMetricCount() 156 uint64_t Report::getMetricCount( in deduceBufferSize() 167 uint64_t Report in deduceBufferSize() 21 Report::Report( Report() function in Report [all...] |
| H A D | report_manager.hpp | 34 void removeReport(const interfaces::Report* report) override; 44 std::vector<std::unique_ptr<interfaces::Report>> reports; 51 interfaces::Report& addReport( 57 interfaces::Report& addReport( 71 static constexpr std::string_view reportNameDefault = "Report";
|
| H A D | report_manager.cpp | 13 #include <xyz/openbmc_project/Telemetry/Report/common.hpp> 21 sdbusplus::common::xyz::openbmc_project::telemetry::Report; in ReportManager() 104 void ReportManager::removeReport(const interfaces::Report* report) in verifyAddReport() 149 interfaces::Report& ReportManager::addReport( in addReport() 164 interfaces::Report& ReportManager::addReport( in addReport() 207 if (version != Report::reportVersion) in loadFromPersistent()
|
| /openbmc/openbmc/poky/scripts/tiny/ |
| H A D | ksize.py | 46 class Report: class 48 r = Report(filename, title) 54 oreport = Report(glob, str(path) + "/*.o") 62 r.parts.append(Report.create(f, path, str(path) + "/*/built-in.[o,a]")) 108 if not isinstance(that, Report): 115 if not isinstance(that, Report): 143 vmlinux = Report.create("vmlinux", "Linux Kernel", glob)
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/Report/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Telemetry/Report' 8 '../../../../../yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml', 28 'xyz/openbmc_project/Telemetry/Report',
|
| /openbmc/telemetry/src/interfaces/ |
| H A D | report.hpp | 10 class Report class 13 virtual ~Report() = default;
|
| H A D | report_manager.hpp | 14 virtual void removeReport(const interfaces::Report* report) = 0;
|
| H A D | report_factory.hpp | 38 virtual std::unique_ptr<interfaces::Report> make(
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | HaskellReport | 1 Code derived from the document "Report on the Programming Language 6 …Report to belong to the entire Haskell community, and so we grant permission to copy and distribut…
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/ |
| H A D | meson.build | 2 subdir('Report') subdir 12 '../../../../yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml', 14 output: ['Report.md'], 26 'xyz/openbmc_project/Telemetry/Report',
|
| /openbmc/openbmc-test-automation/redfish/telemetry_service/ |
| H A D | test_telemetry_report.robot | 27 Verify Basic Telemetry Report Creation 30 [Template] Create Basic Telemetry Report 32 …# Metric definition Metric ReportDefinition Type Report Actions Append Limit Expected… 42 Verify Error After Exceeding Maximum Report Creation 51 Create Basic Telemetry Report total power Periodic LogToMetricReportsCollection 56 Create Basic Telemetry Report 63 Verify Basic Telemetry Report Creation For PCIE 67 Create Basic Telemetry Report 182 Create Basic Telemetry Report 222 # Report name is from random generated string with length 16 which [all …]
|
| /openbmc/telemetry/tests/src/mocks/ |
| H A D | report_manager_mock.hpp | 10 MOCK_METHOD(void, removeReport, (const interfaces::Report*), (override));
|
| H A D | report_mock.hpp | 7 class ReportMock : public interfaces::Report
|
| /openbmc/docs/designs/ |
| H A D | telemetry.md | 44 - Metric Report Definitions - defines how metric report shall be created (which 47 generated according to the Metric Report Definitions 113 Metric Report Definition resource for each sensor's metric. 117 Metric Report for the Redfish Telemetry Service. 144 | | HTTP response | +-+Create Report | | 146 | | Metric Report | Report D-Bus path <-+ | | 168 | | Report URI | | Sensor's Properties- | | 203 | | Report URI | | | | 225 | | Report URI | | | | 303 [`xyz.openbmc_project.Telemetry.Report`][9] interfaces. The [`Delete`][10] [all …]
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/cpld-ver-check/files/ |
| H A D | cpld-version.service | 2 Description=Report CPLD Version
|
| /openbmc/telemetry/ |
| H A D | gcovr.cfg | 11 html-title = OpenBMC Telemetry Coverage Report
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/cpld-ver-check/ |
| H A D | gbs-cpld-ver-check.bb | 1 DESCRIPTION = "Report CPLD Version"
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/weather/ |
| H A D | xfce4-weather-plugin_0.11.3.bb | 13 file://0004-Report-UPower-Glib-support.patch \
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin/ |
| H A D | 0004-Report-UPower-Glib-support.patch | 4 Subject: [PATCH 4/5] Report UPower Glib support
|
| /openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/ |
| H A D | 0001-Add-a-note-line-to-the-quick-reference.patch | 24 Report bugs in
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/ |
| H A D | pytest.ini | 9 addopts = --create-db --html="Toaster Tests Report.html" --self-contained-html
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/ |
| H A D | SECURITY.md | 1 How to Report a Potential Vulnerability?
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/ |
| H A D | SECURITY.md | 1 How to Report a Potential Vulnerability?
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/ |
| H A D | SECURITY.md | 1 How to Report a Potential Vulnerability?
|