Home
last modified time | relevance | path

Searched refs:Percent (Results 1 – 11 of 11) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dthermal.hpp13 Percent, enumerator
19 {ReadingUnits::Percent, "Percent"},
H A Dcontrol.hpp19 Percent, enumerator
61 {ControlType::Percent, "Percent"},
H A Dsensor.hpp68 Percent, enumerator
152 {ReadingType::Percent, "Percent"},
/openbmc/phosphor-health-monitor/
H A Dhealth_metric.cpp89 ValueIntf::unit(ValueIntf::Unit::Percent, true); in initProperties()
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_powersubsystem_settings.robot86 Verify PowerSubsystem Efficiency Percent For All PowerSupplies
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp260 return sensor::ReadingType::Percent; in toReadingType()
640 sensorJson["ReadingUnits"] = thermal::ReadingUnits::Percent; in fillPowerThermalIdentity()
/openbmc/phosphor-virtual-sensor/src/
H A DvirtualSensor.cpp25 {"fan_pwm", ValueIface::Unit::Percent},
31 {"utilization", ValueIface::Unit::Percent},
/openbmc/phosphor-modbus/rtu/device/
H A Dbase_device.cpp281 SensorIntf::Unit sensorUnit = SensorIntf::Unit::Percent; in readStatusRegisters()
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTablePowerSupplies.vue97 {{ $t('unit.Percent') }}
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp146 sensorUnit = SensorUnit::Percent; in setSensorUnit()
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp1124 case server::Value::Unit::Percent: in setUnitFieldsForObject()