/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | power-usage-controller.html | 32 ng-model="power_cap.PowerCapEnable" 33 ng-checked="power_cap.PowerCapEnable" 38 power_cap.PowerCapEnable ? "on" : "off" 43 {{ power_cap.PowerCapEnable ? "On" : "Off" }} 57 ng-disabled="!power_cap.PowerCapEnable"
|
H A D | power-usage-controller.js | 89 return APIUtils.setPowerCapEnable($scope.power_cap.PowerCapEnable)
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | power.hpp | 46 bool powerCapEnable) in afterGetPowerCapEnable() argument 51 BMCWEB_LOG_ERROR("powerCapEnable Get handler: Dbus error {}", ec); in afterGetPowerCapEnable() 54 if (!powerCapEnable) in afterGetPowerCapEnable() 109 "xyz.openbmc_project.Control.Power.Cap", "PowerCapEnable", in afterGetChassisPath() 180 else if (property.first == "PowerCapEnable") in afterPowerCapSettingGet()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | energy_scale_utils.robot | 145 Write Attribute ${CONTROL_HOST_URI}power_cap PowerCapEnable 161 Write Attribute ${CONTROL_HOST_URI}power_cap PowerCapEnable 174 ... ${CONTROL_HOST_URI}power_cap PowerCapEnable
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-read-settings-mrw-native/ |
H A D | mrw-override-settings.yaml | 10 PowerCapEnable:
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-defaults-native/ |
H A D | ibm_host_settings.override.yml | 6 PowerCapEnable:
|
/openbmc/phosphor-settingsd/ |
H A D | settings_example.yaml | 42 PowerCapEnable:
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/ |
H A D | Cap.interface.yaml | 12 - name: PowerCapEnable
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/ |
H A D | host-template.yaml | 46 PowerCapEnable:
|
/openbmc/phosphor-webui/app/overview/controllers/ |
H A D | system-overview-controller.js | 91 if (data.data.PowerCapEnable == false) {
|
/openbmc/openpower-occ-control/ |
H A D | powercap.cpp | 20 constexpr auto POWER_CAP_ENABLE_PROP = "PowerCapEnable"; 270 lg2::error("Failed to get PowerCapEnable property: path={PATH}: {ERR}", in getPcapEnabled()
|
/openbmc/phosphor-host-ipmid/ |
H A D | dcmihandler.cpp | 33 constexpr auto powerCapEnableProp = "PowerCapEnable"; 446 lg2::info("Set Power Cap Enable: {POWERCAPENABLE}", "POWERCAPENABLE", in applyPowerLimit()
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | api-utils.js | 1747 setPowerCapEnable: function(powerCapEnable) { argument 1751 '/xyz/openbmc_project/control/host0/power_cap/attr/PowerCapEnable', 1753 data: JSON.stringify({'data': powerCapEnable})
|
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Bonnell/ |
H A D | bios_attrs.json | 342 "property_name": "PowerCapEnable",
|
/openbmc/pldm/oem/ibm/configurations/bios/ |
H A D | bios_attrs.json | 360 "property_name": "PowerCapEnable",
|
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Everest/ |
H A D | bios_attrs.json | 360 "property_name": "PowerCapEnable",
|
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier4U/ |
H A D | bios_attrs.json | 360 "property_name": "PowerCapEnable",
|
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier1S4U/ |
H A D | bios_attrs.json | 360 "property_name": "PowerCapEnable",
|
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier2U/ |
H A D | bios_attrs.json | 360 "property_name": "PowerCapEnable",
|