/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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/ |
H A D | Report.interface.yaml | 10 It triggers update of the Readings property. If ReportingType is not 33 Configuration contains all Report properties excluding Readings. 46 - name: Readings 62 description: Defines how Readings array is filled. 117 The type that defines when Readings are updated. 130 The type that defines how Readings are updated. 134 Last sensor reading is written to Readings overwriting the 139 Append sensor reading to Readings up to limit specify in 143 Append sensor reading to Readings up to limit specify in 152 timestamp in Readings property specifies point in time. [all …]
|
H A D | ReportManager.interface.yaml | 37 Maximum number of entries in 'Readings' property.
|
/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 | 23 using Readings = std::vector<std::tuple<std::string, double, uint64_t>>; typedef 24 using TimestampReadings = std::tuple<uint64_t, Readings>; 26 inline nlohmann::json toMetricValues(const Readings& readings) in toMetricValues()
|
/openbmc/telemetry/tests/src/ |
H A D | test_report.cpp | 266 EXPECT_THAT(getProperty<Readings>(sut->getPath(), "Readings"), in TEST_F() 267 Eq(Readings{})); in TEST_F() 859 EXPECT_THAT(getProperty<Readings>(sut->getPath(), "Readings"), in TEST_P() 860 Eq(Readings{})); in TEST_P() 883 EXPECT_THAT(getProperty<Readings>(sut->getPath(), "Readings"), in TEST_P() 884 Eq(Readings{})); in TEST_P() 952 auto [timestamp, readings] = getProperty<Readings>(sut->getPath(), in readings() 1114 std::vector<std::pair<std::string, std::variant<Readings>>> in monitorProc() 1260 .readings(Readings{{}, {{}}})); in TEST_F() 1271 .readings(Readings{{}, {{}}})); in TEST_F() [all …]
|
H A D | test_report_manager.cpp | 151 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 | 143 std::move(labeledMetricParams), enabled, Readings{}); in addReport() 152 const bool enabled, Readings readings) in addReport() 202 Readings readings = {}; in loadFromPersistent()
|
H A D | report_factory.hpp | 41 bool enabled, Readings) const override;
|
H A D | report_manager.hpp | 64 const bool enabled, Readings);
|
H A D | report_factory.cpp | 26 Readings readings) const in make()
|
H A D | report.cpp | 33 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 | 46 bool enabled, 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 | 65 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 | 24 Verify IPMI Temperature Readings using Redfish 34 Verify DCMI Temperature Readings using Redfish 49 # Entity ID Entity Instance Temp. Readings 112 # 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.
|