/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/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/bmcweb/redfish-core/lib/ |
H A D | metric_report.hpp | 40 using Readings = std::vector<std::tuple<std::string, double, uint64_t>>; typedef 41 using TimestampReadings = std::tuple<uint64_t, Readings>; 43 inline nlohmann::json toMetricValues(const Readings& readings) in toMetricValues()
|
/openbmc/telemetry/tests/src/ |
H A D | test_report.cpp | 264 EXPECT_THAT(getProperty<Readings>(sut->getPath(), "Readings"), in TEST_F() 265 Eq(Readings{})); in TEST_F() 775 getProperty<Readings>(sut->getPath(), "Readings"); in TEST_P() 787 getProperty<Readings>(sut->getPath(), "Readings"); in TEST_P() 798 getProperty<Readings>(sut->getPath(), "Readings"); in TEST_P() 819 getProperty<Readings>(sut->getPath(), "Readings"); in TEST_F() 829 getProperty<Readings>(sut->getPath(), "Readings"); in TEST_F() 857 EXPECT_THAT(getProperty<Readings>(sut->getPath(), "Readings"), in TEST_P() 858 Eq(Readings{})); in TEST_P() 881 EXPECT_THAT(getProperty<Readings>(sut->getPath(), "Readings"), in TEST_P() [all …]
|
H A D | test_report_manager.cpp | 152 std::vector<LabeledMetricParameters>{}, true, Readings{})) in TEST_F()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | asus_ec_sensors.rst | 45 4. Readings from the T_Sensor header 50 9. Readings from the "Water flow meter" header (RPM) 51 10. Readings from the "Water In" and "Water Out" temperature headers
|
H A D | abituguru-datasheet.rst | 184 Bank 0x21 Sensor Bank1 Values / Readings (R) 291 Bank 0x26 Sensors Bank2 Values / Readings (R)
|
/openbmc/telemetry/src/ |
H A D | report.hpp | 66 std::unique_ptr<interfaces::Clock> clock, Readings); 124 Readings readings = {};
|
H A D | report_manager.cpp | 149 std::move(labeledMetricParams), enabled, Readings{}); in addReport() 158 const bool enabled, Readings readings) in addReport() 208 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 | 32 std::unique_ptr<interfaces::Clock> clock, Readings readingsIn) : in Report()
|
/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/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/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/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/linux/Documentation/admin-guide/laptops/ |
H A D | thinkpad-acpi.rst | 956 Readings from sensors that are not available return -128.
|