| /openbmc/telemetry/src/types/ |
| H A D | readings.cpp | 10 LabeledReadings toLabeledReadings(const Readings& readings) in toLabeledReadings() 19 Readings toReadings(const LabeledReadings& labeledReadings) in toReadings() 21 return Readings{labeledReadings.at_label<ts::Timestamp>(), in toReadings() 22 utils::transform(labeledReadings.at_label<ts::Readings>(), in toReadings()
|
| H A D | readings.hpp | 7 using Readings = std::tuple<uint64_t, std::vector<ReadingData>>; typedef 15 utils::tstring::Timestamp, utils::tstring::Readings>; 20 LabeledReadings toLabeledReadings(const Readings&); 21 Readings toReadings(const LabeledReadings&);
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | telemetry_readings.hpp | 21 using Readings = std::vector<std::tuple<std::string, double, uint64_t>>; typedef 22 using TimestampReadings = std::tuple<uint64_t, Readings>; 24 inline nlohmann::json toMetricValues(const Readings& readings) in toMetricValues()
|
| /openbmc/telemetry/tests/src/params/ |
| H A D | report_params.hpp | 112 ReportParams& readings(Readings val) in readings() 118 Readings readings() const in readings() 167 Readings readingsProperty = {};
|
| /openbmc/telemetry/tests/src/ |
| H A D | test_report.cpp | 286 EXPECT_THAT(getProperty<Readings>( in TEST_F() 288 Eq(Readings{})); in TEST_F() 838 const auto [timestamp, readings] = getProperty<Readings>( in TEST_P() 851 const auto [timestamp, readings] = getProperty<Readings>( in TEST_P() 862 const auto [timestamp, readings] = getProperty<Readings>( in TEST_P() 883 const auto [timestamp, readings] = getProperty<Readings>( in TEST_F() 893 const auto [timestamp, readings] = getProperty<Readings>( in TEST_F() 922 EXPECT_THAT(getProperty<Readings>( in TEST_P() 924 Eq(Readings{})); in TEST_P() 947 EXPECT_THAT(getProperty<Readings>( in TEST_P() [all …]
|
| H A D | test_report_manager.cpp | 164 std::vector<LabeledMetricParameters>{}, true, Readings{})) in TEST_F()
|
| /openbmc/telemetry/tests/src/helpers/ |
| H A D | report_params_helpers.hpp | 20 inline void PrintTo(const Readings& readings, std::ostream* os) in PrintTo()
|
| /openbmc/telemetry/src/ |
| H A D | report.hpp | 70 std::unique_ptr<interfaces::Clock> clock, Readings); 128 Readings readings = {};
|
| H A D | report_manager.cpp | 161 std::move(labeledMetricParams), enabled, Readings{}); in addReport() 170 const bool enabled, Readings readings) in addReport() 228 Readings readings = {}; in loadFromPersistent()
|
| H A D | report_factory.hpp | 40 Readings) const override;
|
| H A D | report_manager.hpp | 63 Readings);
|
| H A D | report_factory.cpp | 26 Readings readings) const in make()
|
| H A D | report.cpp | 39 std::unique_ptr<interfaces::Clock> clock, Readings readingsIn) : in Report()
|
| /openbmc/telemetry/src/interfaces/ |
| H A D | report_factory.hpp | 45 Readings) const = 0;
|
| /openbmc/telemetry/src/utils/ |
| H A D | tstring.hpp | 179 struct Readings struct
|
| /openbmc/telemetry/tests/src/mocks/ |
| H A D | report_factory_mock.hpp | 66 bool, Readings),
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | host-ipmid-whitelist.conf | 51 0x2C:0x10 //<Group Extension>:<Get Temperature Readings>
|
| /openbmc/bmcweb/test/redfish-core/include/utils/ |
| H A D | sensor_utils_test.cpp | 131 Readings metrics = {reading}; in TEST() 148 Readings metrics; in TEST() 167 Readings metrics = {reading}; in TEST()
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
| H A D | gbs-ipmid-whitelist.conf | 71 0x2C:0x10 //<Group Extension>:<Get Temperature Readings>
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_sensor.robot | 23 Verify IPMI Temperature Readings using Redfish 33 Verify DCMI Temperature Readings using Redfish 48 # Entity ID Entity Instance Temp. Readings 111 # Entity ID Entity Instance Temp. Readings
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | sensor_utils.hpp | 309 using Readings = std::vector<Reading>; typedef 311 using Statistics = std::tuple<uint64_t, Readings>; 325 Readings metrics = std::get<1>(*statistics); in updateSensorStatistics()
|