Home
last modified time | relevance | path

Searched refs:PowerLimit (Results 1 – 5 of 5) sorted by relevance

/openbmc/webui-vue/src/store/modules/ResourceManagement/
H A DPowerControlStore.js50 const powerCap = powerControl[0].PowerLimit.LimitInWatts;
63 PowerControl: [{ PowerLimit: { LimitInWatts: powerCapValue } }], class in PowerControlStore.actions.setPowerControl.data.AnonymousClass0f8f22ef0501
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dprocessor.hpp115 PowerLimit, enumerator
228 {ThrottleCause::PowerLimit, "PowerLimit"},
/openbmc/openpower-occ-control/
H A Docc_status.cpp622 updatedCauses.push_back(ThrottleReason::PowerLimit); in updateThrottle()
/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish_utils.robot313 # [PowerLimit]:
/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor.hpp287 return processor::ThrottleCause::PowerLimit; in dbusToRfThrottleCause()