| /openbmc/telemetry/src/ |
| H A D | sensor.hpp | 14 class Sensor final : class 15 public interfaces::Sensor, 16 public std::enable_shared_from_this<Sensor> 21 Sensor(interfaces::Sensor::Id sensorId, const std::string& sensorMetadata, 25 ~Sensor() = default; 26 Sensor(const Sensor&) = delete; 27 Sensor& operator=(const Sensor&) = delete; 28 Sensor(Sensor&&) = delete; 29 Sensor& operator=(Sensor&&) = delete; 45 static void signalProc(const std::weak_ptr<Sensor>& weakSelf, [all …]
|
| H A D | sensor.cpp | 11 Sensor::Sensor(interfaces::Sensor::Id sensorId, in Sensor() function in Sensor 18 Sensor::Id Sensor::makeId(std::string_view service, std::string_view path) in makeId() 23 Sensor::Id Sensor::id() const in id() 28 std::string Sensor::metadata() const in metadata() 33 std::string Sensor::getName() const in getName() 38 void Sensor::async_read() in async_read() 43 void Sensor::async_read(std::shared_ptr<utils::UniqueCall::Lock> lock) in async_read() 67 void Sensor::registerForUpdates( in registerForUpdates() 90 void Sensor::unregisterFromUpdates( in unregisterFromUpdates() 106 void Sensor::updateValue(double newValue) in updateValue() [all …]
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/ |
| H A D | meson.build | 10 sdbusplus_current_path = 'xyz/openbmc_project/Sensor' 14 input: ['../../../../yaml/xyz/openbmc_project/Sensor.events.yaml'], 27 'xyz/openbmc_project/Sensor', 35 'xyz/openbmc_project/Sensor/Accuracy__markdown'.underscorify(), 37 '../../../../yaml/xyz/openbmc_project/Sensor/Accuracy.interface.yaml', 51 'xyz/openbmc_project/Sensor/Accuracy', 59 'xyz/openbmc_project/Sensor/Device__markdown'.underscorify(), 60 input: ['../../../../yaml/xyz/openbmc_project/Sensor/Device.errors.yaml'], 73 'xyz/openbmc_project/Sensor/Device', 81 'xyz/openbmc_project/Sensor/Purpose__markdown'.underscorify(), [all …]
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/ |
| H A D | meson.build | 8 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Threshold' 11 'xyz/openbmc_project/Sensor/Threshold__cpp'.underscorify(), 13 '../../../../../yaml/xyz/openbmc_project/Sensor/Threshold.errors.yaml', 14 '../../../../../yaml/xyz/openbmc_project/Sensor/Threshold.events.yaml', 28 'xyz/openbmc_project/Sensor/Threshold', 41 'xyz/openbmc_project/Sensor/Threshold/Critical__markdown'.underscorify(), 43 '../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml', 57 'xyz/openbmc_project/Sensor/Threshold/Critical', 65 'xyz/openbmc_project/Sensor/Threshold/HardShutdown__markdown'.underscorify(), 67 '../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/HardShutdown.interface.yaml', [all …]
|
| /openbmc/phosphor-hwmon/ |
| H A D | sensor.hpp | 45 class Sensor class 48 Sensor() = delete; 49 Sensor(const Sensor&) = delete; 50 Sensor(Sensor&&) = default; 51 Sensor& operator=(const Sensor&) = delete; 52 Sensor& operator=(Sensor&&) = default; 53 ~Sensor() = default; 62 explicit Sensor(const SensorSet::key_type& sensor,
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
| H A D | gbs-ipmid-whitelist.conf | 11 0x04:0x02 //<Sensor/Event>:<Platform Event> 12 0x04:0x20 //<Sensor/Event>:<Get Device SDR Info> 13 0x04:0x21 //<Sensor/Event>:<Get Device SDR> 14 0x04:0x22 //<Sensor/Event>:<Reserve Device SDR Repository> 15 0x04:0x27 //<Sensor/Event>:<Get Sensor Threshold> 16 0x04:0x29 //<Sensor/Event>:<Get Sensor Event Enable> 17 0x04:0x2B //<Sensor/Event>:<Get Sensor Event Status> 18 0x04:0x2D //<Sensor/Event>:<Get Sensor Reading> 19 0x04:0x2F //<Sensor/Event>:<Get Sensor Type> 20 0x04:0x30 //<Sensor/Event>:<Set Sensor Reading and Event Status> [all …]
|
| /openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/ |
| H A D | meson.build | 5 sdbusplus_current_path = 'org/open_power/Sensor/Aggregation/History' 8 'org/open_power/Sensor/Aggregation/History/Average__markdown'.underscorify(), 10 '../../../../../../yaml/org/open_power/Sensor/Aggregation/History/Average.interface.yaml', 24 'org/open_power/Sensor/Aggregation/History/Average', 32 'org/open_power/Sensor/Aggregation/History/Maximum__markdown'.underscorify(), 34 '../../../../../../yaml/org/open_power/Sensor/Aggregation/History/Maximum.interface.yaml', 48 'org/open_power/Sensor/Aggregation/History/Maximum',
|
| /openbmc/openbmc-test-automation/redfish/systems/ |
| H A D | test_sensor_monitoring.robot | 22 Verify Sensor Monitoring 46 Check Sensor Status And Reading Via Sensor Info 56 Check Sensor Status And Reading Via Sensor Info 58 Check Sensor Status And Reading Via Sensor Info 62 # /redfish/v1/Chassis/{ChassisId}/Sensors/{Sensor Name} 67 Check Sensor Status And Reading Via Sensor Name ${sensor_name} 88 Required Parameters For Sensor Monitoring 92 Required Parameters For Sensor Monitoring 148 Check Sensor Status And Reading Via Sensor Name 149 [Documentation] Check Sensor Status And Reading Via Sensor Name. [all …]
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | host-ipmid-whitelist.conf | 10 0x04:0x02 //<Sensor/Event>:<Platform event> 11 0x04:0x2D //<Sensor/Event>:<Get Sensor Reading> 12 0x04:0x2F //<Sensor/Event>:<Get Sensor Type> 13 0x04:0x30 //<Sensor/Event>:<Set Sensor Reading and Event Status> 50 0x2C:0x07 //<Group Extension>:<Get Sensor Info>
|
| /openbmc/phosphor-fan-presence/docs/sensor-monitor/ |
| H A D | README.md | 1 # Sensor Monitor 10 `xyz.openbmc_project.Sensor.Threshold.HardShutdown` and 11 `xyz.openbmc_project.Sensor.Threshold.SoftShutdown` D-Bus interfaces for the 24 - `xyz.openbmc_project.Sensor.Threshold.Warning` 25 - `xyz.openbmc_project.Sensor.Threshold.Critical` 26 - `xyz.openbmc_project.Sensor.Threshold.PerformanceLoss`
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_cold_reset.robot | 68 Verify Cold Reset Impact On Sensor Threshold Via IPMI 74 ${sensor_list}= Get Sensor List 77 ${sensor_name} ${sensor_threshold}= Get The Sensor Name And Threshold ${sensor_list} 84 # Modify Default Threshold Value For An Sensor To Set An New Threshold Value 85 ${new_settable_threshold_value}= Modify Default Sensor Threshold Value ${old_threshold_value} 88 …${new_threshold_value}= Set And Get Sensor Threshold For given Sensor ${sensor_name} ${random_t… 105 …${threshold_value_after_reset}= Getting Sensor Threshold Value Based On Threshold Key ${random_t… 112 Get Sensor List 121 Get The Sensor Name And Threshold 145 …${random_sensor} ${sensor_threshold}= Selecting Random Sensor Name And Threshold Value ${tmp_li… [all …]
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Device/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Device' 6 'xyz/openbmc_project/Sensor/Device__cpp'.underscorify(), 7 input: ['../../../../../yaml/xyz/openbmc_project/Sensor/Device.errors.yaml'], 20 'xyz/openbmc_project/Sensor/Device',
|
| /openbmc/openbmc-test-automation/oem/ieisystem/ |
| H A D | test_sensor_monitoring.robot | 22 Verify Sensor Monitoring 48 Check Sensor Status And Reading Via Sensor Info 58 Check Sensor Status And Reading Via Sensor Info 60 Check Sensor Status And Reading Via Sensor Info 69 Check Sensor Status And Reading Via Sensor Info 78 Check Sensor Status And Reading Via Sensor Info 99 Check For Required Parameters For Sensor Monitoring 103 Check For Required Parameters For Sensor Monitoring 161 Check Sensor Status And Reading Via Sensor Name 166 # sensor_name Sensor that should be present. [all …]
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/ValueMutability/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/ValueMutability' 6 'xyz/openbmc_project/Sensor/ValueMutability__cpp'.underscorify(), 8 '../../../../../yaml/xyz/openbmc_project/Sensor/ValueMutability.interface.yaml', 28 'xyz/openbmc_project/Sensor/ValueMutability',
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Purpose/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Purpose' 6 'xyz/openbmc_project/Sensor/Purpose__cpp'.underscorify(), 8 '../../../../../yaml/xyz/openbmc_project/Sensor/Purpose.interface.yaml', 28 'xyz/openbmc_project/Sensor/Purpose',
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Value/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Value' 6 'xyz/openbmc_project/Sensor/Value__cpp'.underscorify(), 8 '../../../../../yaml/xyz/openbmc_project/Sensor/Value.interface.yaml', 28 'xyz/openbmc_project/Sensor/Value',
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Accuracy/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Accuracy' 6 'xyz/openbmc_project/Sensor/Accuracy__cpp'.underscorify(), 8 '../../../../../yaml/xyz/openbmc_project/Sensor/Accuracy.interface.yaml', 28 'xyz/openbmc_project/Sensor/Accuracy',
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Type/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Type' 6 'xyz/openbmc_project/Sensor/Type__cpp'.underscorify(), 8 '../../../../../yaml/xyz/openbmc_project/Sensor/Type.interface.yaml', 28 'xyz/openbmc_project/Sensor/Type',
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/HardShutdown/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Threshold/HardShutdown' 6 'xyz/openbmc_project/Sensor/Threshold/HardShutdown__cpp'.underscorify(), 8 '../../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/HardShutdown.interface.yaml', 28 'xyz/openbmc_project/Sensor/Threshold/HardShutdown',
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/Warning/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Threshold/Warning' 6 'xyz/openbmc_project/Sensor/Threshold/Warning__cpp'.underscorify(), 8 '../../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/Warning.interface.yaml', 28 'xyz/openbmc_project/Sensor/Threshold/Warning',
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/PerformanceLoss/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Threshold/PerformanceLoss' 6 'xyz/openbmc_project/Sensor/Threshold/PerformanceLoss__cpp'.underscorify(), 8 … '../../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/PerformanceLoss.interface.yaml', 28 'xyz/openbmc_project/Sensor/Threshold/PerformanceLoss',
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/Critical/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Threshold/Critical' 6 'xyz/openbmc_project/Sensor/Threshold/Critical__cpp'.underscorify(), 8 '../../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml', 28 'xyz/openbmc_project/Sensor/Threshold/Critical',
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/SoftShutdown/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Sensor/Threshold/SoftShutdown' 6 'xyz/openbmc_project/Sensor/Threshold/SoftShutdown__cpp'.underscorify(), 8 '../../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/SoftShutdown.interface.yaml', 28 'xyz/openbmc_project/Sensor/Threshold/SoftShutdown',
|
| /openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/Average/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'org/open_power/Sensor/Aggregation/History/Average' 6 'org/open_power/Sensor/Aggregation/History/Average__cpp'.underscorify(), 8 … '../../../../../../../yaml/org/open_power/Sensor/Aggregation/History/Average.interface.yaml', 28 'org/open_power/Sensor/Aggregation/History/Average',
|
| /openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/Maximum/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'org/open_power/Sensor/Aggregation/History/Maximum' 6 'org/open_power/Sensor/Aggregation/History/Maximum__cpp'.underscorify(), 8 … '../../../../../../../yaml/org/open_power/Sensor/Aggregation/History/Maximum.interface.yaml', 28 'org/open_power/Sensor/Aggregation/History/Maximum',
|